Pro-Changes.md in sidekiq-4.2.9 vs Pro-Changes.md in sidekiq-4.2.10

- old
+ new

@@ -1,9 +1,38 @@ Sidekiq Pro Changelog ======================= Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy. +HEAD +--------- + +- Make Batch UI progress bar more friendly to the colorblind [#3387] + +3.4.5 +--------- + +- Fix potential job loss with reliable scheduler when lots of jobs are scheduled + at precisely the same time. Thanks to raivil for his hard work in + reproducing the bug. [#3371] + +3.4.4 +--------- + +- Optimize super\_fetch shutdown to restart jobs quicker [#3249] + +3.4.3 +--------- + +- Limit reliable scheduler to enqueue up to 100 jobs per call, minimizing Redis latency [#3332] +- Fix bug in super\_fetch logic for queues with `_` in the name [#3339] + +3.4.2 +--------- + +- Add `Batch::Status#invalidated?` API which returns true if any/all + JIDs were invalidated within the batch. [#3326] + 3.4.1 --------- - Allow super\_fetch's orphan job check to happen as often as every hour [#3273] - Officially deprecate reliable\_fetch algorithm, I now recommend you use `super_fetch` instead: