Skip to content

0.7.0

Compare
Choose a tag to compare
@odinserj odinserj released this 10 Jan 05:47
· 247 commits to main since this release
v0.7.0
e03f562

Release Notes

  • AddedInMemoryStorageOptions.MaxExpirationTime option to control the maximum expiration time.
  • Changed – The default value for maximum expiration time is 2 hours now, not days.
  • Fixed – Populate ParametersSnapshot and InvocationData properties in IMonitoringApi.JobDetails.
  • Fixed – The "Awaiting Jobs" page now includes the state name of an antecedent background job.
  • Fixed – The "Scheduled Jobs" page now has correct identifiers for jobs with explicit queues defined.
  • Fixed – Unify job ordering in Monitoring API to be the same as in other storages.
  • Project – Enable source link support with embedded symbols for simplified debugging.
  • Project – Refactored internals and added even more unit tests.
  • Project – Enable NuGet package restore with lock file and locked mode.
  • Project – Project and Release Notes URLs in the NuGet package now point to the repository.
  • Project – Enable tests running on the net6.0 platform and Ubuntu on AppVeyor.