Releases: cognitree/kronos
Releases · cognitree/kronos
Release 3.0.2
Repackaging from 3.0.1 to 3.0.2
Release 3.0.1
Enhancements
- log4j to log4j2 migration
Bug fixes
- Fix Swagger UI
Release 3.0.0
The candidate release 3.0.0-RC2 has been promoted to a stable release 3.0.0.
Breaking changes
com.cognitree.kronos.executor.handlers.TaskHandler
interface has been changed. Existing implementation should be adapted to the new interface
Enhancements:
- Ability to retry a task on timed out
- Ability to stop a task
- Ability to stop a Job
Kronos 3.0.0-RC2
Feature added in 3.0.0
- Ability to retry a task on timeout
- Integration test to test basic restart scenarios
Kronos 3.0.0-RC1
Features added in 3.0.0
- Ability to stop running task
- Ability to stop running job
- Do no mandate max execution time for a task
Kronos 2.2.4
Changes in 2.2.4
- Move extensions to a separate repository
Bug fixes
- Fixed NPE while re-initializing scheduler on restart
Kronos 2.2.4-RC2
Features added in 2.2.4
- Support replica set in mongo store extension
Kronos 2.2.4-RC1
Features added in 2.2.4
- An option to ignore job status while deploying a helm chart using HelmTaskHandler
Kronos 2.2.3
Features added in 2.2.3
- Support to run Kronos as docker container in standalone and distributed mode
- Added integration test to validate the extensions and core modules
- Ability to exchange messages in order between scheduler and executor
- Ability to set the timezone for Kronos scheduler
Bug Fixes
- Includes an upgrade of Jetty server to avoid jetty/jetty.project#3613
- Minor fixes in JDBCStore and MongoStore extensions
- DailyTimeIntevalSchedule should not support specifying the timezone
- Graceful shutdown of Quartz scheduler and EmbeddedJDBCStore
- Cleanup queue on completion of the tests
Kronos 2.2.3-RC1
A release candidate for Kronos 2.2.3
Changelog
- Includes an upgrade of Jetty server to avoid jetty/jetty.project#3613