Skip to content

Releases: BlackDex/job_scheduler

2.4.0

13 Oct 10:06
2.4.0
9c07f8c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.4.0

2.3.0

13 Aug 09:41
2.3.0
481f942

Choose a tag to compare

  • 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 pedantic clippy 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

13 Apr 16:18
2.2.0
3a5bf4a

Choose a tag to compare

  • 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

24 Apr 13:38
2.0.5
3b837e8

Choose a tag to compare

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 log function 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