Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

44 lines (34 loc) · 1.67 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Nothing yet...

[0.11.2] - 2020-01-16

Changed

  • Support Asp.Net Core 3.1.
  • Jobs now works with the generic host.

0.10.0 - 2018-07-20

Added

  • JobsOptions extension to load CronJobRegistry from an assembly. #15

0.9.0 - 2018-06-06

Changed

  • Starting Jobs should now be done before the webhost runs, and not inside Startup's Configure method. Check the Basic sample to learn more.
  • Update dependency on aspnetcore to 2.1.

0.8.0 - 2017-11-02

Changed

  • Support Asp.Net Core 2.0. #6

0.7.0 - 2017-06-08

Changed

  • SqlServer: Set migration history's table name and schema.

Fixed

  • Services not being disposed correctly after a job execution. #4

0.6.0 - 2017-04-22

Changed

  • SqlServer: Move to using EFCore to manage internal migrations and connections to the database.