Pro-Changes.md in sidekiq-4.1.0 vs Pro-Changes.md in sidekiq-4.1.1

- old
+ new

@@ -1,10 +1,32 @@ Sidekiq Pro Changelog ======================= Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy. -HEAD +3.0.6 +--------- + +- Fix race condition on reliable fetch shutdown + +3.0.5 +--------- + +- Statsd metrics now account for ActiveJob class names +- Allow reliable fetch internals to be overridden [jonhyman] + +3.0.4 +--------- + +- Queue pausing no longer requires reliable fetch. [#2786] + +3.0.3, 2.1.4 +------------ + +- Convert Lua-based `Sidekiq::Queue#delete_by_class` to Ruby-based, to + avoid O(N^2) performance and possible Redis failure. [#2806] + +3.0.2 ----------- - Make job registration with batch part of the atomic push so batch metadata can't get out of sync with the job data. [#2714]