v8.8.1
JobRunr and JobRunr Pro 8.8.1
This release moves job retention from the background job server to a global configuration, making it available to all JobRunr components. It also adds Amazon DocumentDB autoconfiguration for Micronaut, and JobRunr Pro fixes automatic deletion of ExternalJobs.
Heads-up: This release deprecates the existing job retention settings under background-job-server. Job retention is now configured at the jobs level. Please migrate to the new configuration as soon as possible. See PR #1592 for migration details.
JobRunr 8.8.1
Enhancements
- [Micronaut] Autoconfigure Amazon DocumentDB. PR #1591
- Make job retention configuration a global configuration. PR #1592
JobRunr Pro 8.8.1
Enhancements
- [Micronaut] Autoconfigure Amazon DocumentDB. PR #931 (from OSS PR #1591)
- Make job retention configuration a global configuration. PR #929, PR #931 (from OSS PR #1592)
Bugfixes
- Fix automatic deletion of
ExternalJobs. PR #929
Full Changelog: v8.8.0...v8.8.1