CHANGELOG.md in sidetiq-0.3.5 vs CHANGELOG.md in sidetiq-0.3.6
- old
+ new
@@ -1,4 +1,15 @@
+0.3.6
+-----
+
+- Better protection against stale locks and race-conditions.
+
+ Locking is now done using WATCH/MULTI/EXEC/UNWATCH and additionally
+ includes a host and process specific identifier to prevent accidental
+ unlocks from other Sidekiq processes.
+
+- Fix Sidetiq::Schedulable documentation.
+
0.3.5
-----
- Use Clock#mon_synchronize instead of #synchronize.