CHANGELOG.md in cloudtasker-0.12.rc7 vs CHANGELOG.md in cloudtasker-0.12.rc8
- old
+ new
@@ -1,12 +1,13 @@
# Changelog
-## Latest RC [v0.12.rc7](https://github.com/keypup-io/cloudtasker/tree/v0.12.rc7) (2021-03-31)
+## Latest RC [v0.12.rc8](https://github.com/keypup-io/cloudtasker/tree/v0.12.rc8) (2021-04-06)
-[Full Changelog](https://github.com/keypup-io/cloudtasker/compare/v0.11.0...v0.12.rc7)
+[Full Changelog](https://github.com/keypup-io/cloudtasker/compare/v0.11.0...v0.12.rc8)
**Improvements:**
- ActiveJob: do not double log errors (ActiveJob has its own error logging)
+- Configuration: allow configuration of Cloud Tasks `dispatch deadline` at global and worker level
- Cron jobs: Use Redis Sets instead of key pattern matching for resource listing
- Error logging: Use worker logger so as to include context (job args etc.)
- Error logging: Do not log exception and stack trace separately, combine them instead.
- Batch callbacks: Retry jobs when completion callback fails
- Batch state: use native Redis hashes to store batch state instead of a serialized hash in a string key