Releases: criteo/cuttle
Releases · criteo/cuttle
0.4.6
Paused jobs and API bug fixes
Fix : Makes JobState parsing more lenient #318
Makes JobState parsing more lenient #318
Due to #299, JobState.Done
parsing was not backwards compatible (field projectVersion introduced
in case class). The choice has been made here to assign a default
version instead of making it optional, in order to minimize bugfix
impact on the rest of the codebase.
Reverts api breaking change
0.4.2
- Update README.md (#305, #310)
- Adds a way of getting ExecutionStream from threadName (#302)
- Fix calendar view states not being updated and not refreshed (#308)
- Disable deprecated force/success API (#307)
- Fix non-optimal execution failure state retrieval in calendar view (#309)
- Move pause execution management inside scheduler (#311)
- Fixes bug that prevented backfills from being marked as finished (#312)
- Centralize and expose thread pool instantiation (#306)
- Fixed display issue for aggregated executions in calendar focused view (#313)
- Fix job name formatting and alignment in the CalendarFocus view (#314)
- Bump Cuttle version to 0.4.2 (#315)
Performance fix
Backports "Performance issue with large number of execution #303"