Releases: BlackDex/job_scheduler
Releases · BlackDex/job_scheduler
2.4.0
What's Changed
- Added croner as altenrative by @DenuxPlays in #6
- Misc updates by @BlackDex in #7
New Contributors
- @DenuxPlays made their first contribution in #6
Full Changelog: 2.3.0...2.4.0
2.3.0
- Should be backwards compatible with previous versions
- Set MSRV to v1.83.0 which supports const
Option::<T> - Updated dependencies
- Fixed all tests, they were all ignored before
- Fixed a possible panic
- Used
pedanticclippy and fixed those items - Added some extra lints and adjusted where needed
- Only include files needed in the crate package
All the changes should be backwards compatible with previous versions, except for the MSRV bump, which should have been done on the previous release actually.
Full Changelog: 2.2.0...2.3.0
2.2.0
- Set MSRV to v1.65.0 to match the lowest dependency
- Updated dependencies to the lowest possible version
- Added an option to use a different timezone, default is still UTC
- Added an example test for the timezone functionality
All the changes should be backwards compatible with previous versions, except for crate updates of course.
Full Changelog: 2.0.5...2.2.0
2.0.5
What's Changed
- Set MSRV to v1.61.0 to match chrono's v0.4.34 MSRV
- Updated dev dependency of tokio to v1.37.0 or higher
- Several clippy check added
- Fixed all clippy reported items
- Set JobScheduler::new() as
const fn - Updated examples to use a
logfunction and always print the current thread id - Added a very simple hash to better differentiate the tokio 5th second example
Full Changelog: 2.0.4...2.0.5