Ent-Changes.md in sidekiq-3.5.1 vs Ent-Changes.md in sidekiq-3.5.2
- old
+ new
@@ -1,29 +1,38 @@
Sidekiq Enterprise Changelog
=======================
Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy.
+0.7.5
+----------
+
+- Fix dynamic creation of concurrent limiters [#2617]
+
+0.7.4
+----------
+- Add additional check to prevent duplicate periodic job creation
+- Allow user-specified TTLs for rate limiters [#2607]
+- Paginate rate limiter index page [#2606]
+
0.7.3
----------
- Rework `Sidekiq::Limiter` redis handling to match global redis handling.
- Allow user to customize rate limit backoff logic and handle custom
rate limit errors.
- Fix scalability issue with Limiter index page.
-
0.7.2
----------
- Fix typo which prevented limiters with '0' in their names.
0.7.1
----------
- Fix issue where unique scheduled jobs can't be enqueued upon schedule
due to the existing unique lock. [#2499]
-
0.7.0
----------
Initial release.