Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

43 lines (27 loc) · 1.13 KB

Changelog

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.

Added

  • Added StartedAt to Job
  • Cancellation token for job to the WorkContext

Changed

  • Changed prerelease suffix from alpha to unstable
  • Changed timeleft calculation to use total milliseconds

Changed

  • WorkContext.Items is now a property.

Added

  • Job model default values.
  • WorkContext.Items to store arbitrary data in the job execution pipeline.
  • QOL method for configuring the Job entity
  • Job checksum so jobs can be easily compared based on the data they carry.
  • Job repository method to fetch all jobs with the given name and checksum

1.0.0 - 2021-05-04

Added

  • CI/CD for the project
  • Initial codebase