v14.0.0
Changelog
π Features
- 823c9d2 Add tracking of heartbeat results and executions with stale heartbeat (#432), closes #402 #432. Generally making heartbeating more robust. See PR description for details.
- d422cfb Introduces setting
alwaysPersistTimestampInUTC()
for MySQL and MariaDB users (#471), closes #471. This PR changed the default behavior, which was later reverted in #481. See PR description for details. - bb17380 Remove Java 8 support (#456), closes #456
π Fixes
- b5578ef Revert change in behavior for MariaDB and MySQL with regards to time zone assumptions for persisted timestamps (#481), closes #481
- 4d3b5bb Update Oracle schema to use timezone-aware type (#457), closes #457. Oracle users are encouraged to change type for timestamp-columns to
TIMESTAMP(6) WITH TIME ZONE
. - a27383a use varchar instead of (deprecated) text column type for MSSQL schema (#455), closes #454 #455
- 7798c35 Fix bug that causes cronpatterns with no next execution-time to fail. (#435), closes #361 #435
- cadf433 logging improvement and readme
Contributors
We'd like to thank the following people for their contributions:
- Auke van Leeuwen
- Gustav Karlsson (@kagkarlsson)