From 32ab9d757eb7836695d7629c4944b9d419f82d00 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Wed, 23 Mar 2016 13:24:07 -0700 Subject: [PATCH] Latest --- Pro-Changes.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Pro-Changes.md b/Pro-Changes.md index a58f31bb..20f72805 100644 --- a/Pro-Changes.md +++ b/Pro-Changes.md @@ -3,14 +3,25 @@ Sidekiq Pro Changelog Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy. +3.2.0 +--------- + +- Fixed detection of missing batches, `NoSuchBatch` should be raised + properly now if `Sidekiq::Batch.new(bid)` is called on a batch no + longer in Redis. +- Remove support for Pro 1.x format batches. This version will no + longer seamlessly process batches created with Sidekiq Pro 1.x. + As always, upgrade one major version at a time to ensure a smooth + transition. + 3.1.0 --------- - New container-friendly fetch algorithm: `timed_fetch`. See the [wiki documentation](https://github.com/mperham/sidekiq/wiki/Pro-Reliability-Server) for trade offs between the two reliability options. You should -consider using this if you are on Heroku, Docker, Amazon ECS or EBS or -another container tech. + use this if you are on Heroku, Docker, Amazon ECS or EBS or + another container-based system. 3.0.6