Skip to content

Releases: marxjmoura/cronquery

v3.0.0

22 Apr 19:05
Compare
Choose a tag to compare

Features:

  • .NET 6 support

Breaking changes:

  • .NET Core 3.1 and lower is no longer supported
  • Namespace changed from CronQuery.API.Mvc.Jobs to CronQuery.Mvc.Jobs

v2.0.0

31 Mar 22:31
Compare
Choose a tag to compare

Features:

  • .NET Core 3.1 support
  • Correctly way to register the jobs using only the Startup.ConfigureServices() method
  • Job runner is now a hosted service and automatically starts with the application

Breaking changes:

  • .NET Core 2.2 is no longer supported
  • IHostApplicationLifetime.UseCronQuery() extension has been deprecated (there is no more need to use it)

v1.1.0

19 Mar 19:07
ae0f43c
Compare
Choose a tag to compare

Features:

  • Add support for netcoreapp3.0.100-preview3-010431
  • Support for UTC offset to configure the time zone

v1.0.1

12 Feb 20:41
bfaff84
Compare
Choose a tag to compare

Bug fixes:

  • Ensure that second is reset when hour not match

v1.0.0

05 Jan 20:36
6e161a5
Compare
Choose a tag to compare

Features:

  • Recurring jobs using cron expressions