CHANGELOG.md in sidetiq-0.3.7 vs CHANGELOG.md in sidetiq-0.4.0.rc1
- old
+ new
@@ -1,4 +1,20 @@
+0.4.0
+-----
+
+- Show job history in web extension.
+- Integrate with Sidekiq's exception handling/reporting in critical parts.
+- Store more detailed lock metadata.
+- Remove stray 'thead' from ERB template.
+- Store scheduled worker history in Redis.
+- Use a Celluloid pool of scheduling handlers to run calculations in parallel.
+- Use Celluloid actors instead of plain threads.
+- Fix to work with workers with one optional argument. [nata79]
+- Refactor top-level namespace methods into separate modules.
+- Add Procfile-based example code to boot Sidekiq and the web frontend
+ simultaneuously.
+- Experimental watcher worker to remove invalid locks.
+
0.3.7
-----
- Bump Sidekiq dependency to ~> 2.14.0.
- Use ERB templates instead of slim.