Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

34 lines (26 loc) · 1.32 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.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.