Pro-Changes.md in sidekiq-4.1.2 vs Pro-Changes.md in sidekiq-4.1.3
- old
+ new
@@ -1,9 +1,29 @@
Sidekiq Pro Changelog
=======================
Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy.
+3.3.1
+---------
+
+- If environment is unset, treat it as development so reliable\_fetch works as before 3.2.2.
+
+3.3.0
+---------
+
+- Don't delete batches immediately upon success but set a 24 hr expiry, this allows
+ Sidekiq::Batch::Status#poll to work, even after batch success. [#3011]
+- New `Sidekiq::PendingSet#destroy(jid)` API to remove poison pill jobs [#3015]
+
+3.2.2
+---------
+
+- A default value for -i is only set in development now, staging or
+ other environments must set an index if you wish to use reliable\_fetch. [#2971]
+- Fix nil dereference when checking for jobs over timeout in timed\_fetch
+
+
3.2.1
---------
- timed\_fetch now works with namespaces. [ryansch]