From ca57a8473e1e7372f1462218602b2c44837732b5 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Fri, 6 Nov 2015 20:50:13 -0800 Subject: [PATCH] 1.0 notes --- Ent-Changes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Ent-Changes.md b/Ent-Changes.md index 7d49b9e1..a5133ccf 100644 --- a/Ent-Changes.md +++ b/Ent-Changes.md @@ -3,9 +3,17 @@ Sidekiq Enterprise Changelog Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy. +1.0.0.pre1 +---------- + +- Enterprise 1.x targets Sidekiq 4.x. +- Rewrite several features to remove Celluloid dependency. No + functional changes. + 0.7.7 ---------- +- Enterprise 0.x targets Sidekiq 3.x. - Fix racy shutdown event which could lead to disappearing periodic jobs, requires Sidekiq >= 3.5.3. - Add new :leader event which is fired when a process gains leadership.