CHANGES.md in sidekiq-throttled-0.10.0.beta vs CHANGES.md in sidekiq-throttled-0.10.0

- old
+ new

@@ -1,5 +1,20 @@ +## 0.10.0 (2019-06-22) + +* [#60](https://github.com/sensortower/sidekiq-throttled/pull/60) + Skip throttling check in redis if limit is 0. + ([@mstruve]) + +* [#58](https://github.com/sensortower/sidekiq-throttled/pull/58) + Improve documentation bout TTL. + ([@ziaulrehman40]) + +* Improve reliability of paused queues, by resyncing list of paused queues + on schedule. + ([@ixti]) + + ## 0.9.0 (2018-09-11) * Add support of Sidekiq 5.2.x ([@ixti]) @@ -174,5 +189,7 @@ [@ixti]: https://github.com/ixti [@fhwang]: https://github.com/fhwang [@palanglung]: https://github.com/palanglung [@azach]: https://github.com/azach [@iporsut]: https://github.com/iporsut +[@mstruve]: https://github.com/mstruve +[@ziaulrehman40]: https://github.com/ziaulrehman40