Releases: jmrozanec/cron-utils
Releases · jmrozanec/cron-utils
5.0.4
4.1.3
5.0.2
5.0.1
5.0.0
- Features
- Kudos
Many thanks to @espiegel for contributing the migration from JodaTime to JDK8 time. Along with migration to JDK8, we no longer depend on guava and jodatime libraries.
We would also like to thank @thachhoang for providing insight and closing a long standing question #72 about a stacktrace appearing in some contexts.
4.1.1
- Bugfixes
- Enhancements
- #91 Translate test cases suggested from another project in scala
- Kudos
Many thanks to @tcn and @kpgalligan for reporting issues; @francisdb for suggesting new tests, and to @thachhoang who fixed issues #54 #92 and implemented suggested tests from #91 !
4.1.0
4.0.1
- Bugfixes
- Kudos
Thanks to the following developers, for reporting issues and providing insight to solve them: @francisdb @rtennantventuretech
4.0.0
- Bugfixes
- #35 Valid quartz range expression is considered invalid. Range validations should be contextual to cron definition.
- #36 Cron mapping not working accurately where '?' symbol is supported.
- #56 Incorrect mapping from UNIX Cron to QUARTZ expressions.
- #57 BetweenDayOfWeekValueGenerator does not work for the first day of a month in some cases.
- #58 Incorrect parsing of step values: "0 1/2 * * *" -> "0 /2 * * *".
- #61 nextExecution over daylight savings is wrong.
- #63 Both, a day-of-week AND a day-of-month parameter, should fail for QUARTZ.
- #73 nextExecution not working as expected with CronType.QUARTZ: sometimes next(now) returns same value as next(next(now)).
- #78 ExecutionTime.forCron fails on pattern "0 0/30 * * * ?".
- #81 Incorrect date generation: cron-utils not correctly mapping some DoW values.
- #86 Enhanced support for cron ranges: make strict range logic enforcements contextual to cron definition. Support QUARTZ ranges (L-3, 5-1) apart from UNIX ones (from<to).
- Features
- Kudos
Thanks to the following developers, for reporting issues, providing insight and fixes to solve them: @Paqrat76 @zoran119 @chasegawa @rtennantventuretech @dimw @swanke00 @DanoOM @francisdb @devAsterisk @kostapc @maehld @rwiesemann @janostik