Ent-Changes.md in sidekiq-5.0.0.beta2 vs Ent-Changes.md in sidekiq-5.0.0.beta3
- old
+ new
@@ -1,12 +1,13 @@
Sidekiq Enterprise Changelog
=======================
Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy.
-HEAD
+1.5.2
-------------
+- Fix encrypted arguments double-encrypted by retry or rate limiting [#3368]
- Fix leak in concurrent rate limiter, run this in Rails console to clean up existing data [#3323]
```ruby
expiry = 1.month.to_i; Sidekiq::Limiter.redis { |c| c.scan_each(match: "lmtr-cfree-*") { |key| c.expire(key, expiry) } }
```