Pro-Changes.md in sidekiq-5.0.0.beta2 vs Pro-Changes.md in sidekiq-5.0.0.beta3

- old
+ new

@@ -1,9 +1,28 @@ Sidekiq Pro Changelog ======================= Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy. +HEAD +--------- + +- Batch page displays Pending JIDs if less than 10 [#3130] +- Batch page has a Search button to find associated Retries [#3130] +- 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]