CHANGES.md in sidekiq-throttled-0.7.3 vs CHANGES.md in sidekiq-throttled-0.8.0
- old
+ new
@@ -1,4 +1,11 @@
+## 0.8.0 (2017-10-11)
+
+* Refactor concurrency throttling internals to use sorted sets in order to avoid
+ starvation in case when finalize! was not called (OOM / redis issues).
+ ([@ixti])
+
+
## 0.7.3 (2017-06-26)
* [#34](https://github.com/sensortower/sidekiq-throttled/issues/34)
Fix reset button for sidekiq `>= 4.2`.
([@ixti])