Skip to content

1.7.0: Hangfire 1.7 support (#17)

Compare
Choose a tag to compare
@ahydrax ahydrax released this 17 Aug 12:01
· 14 commits to master since this release
803322e

Package available: https://www.nuget.org/packages/Hangfire.PostgreSql.ahydrax/1.7.0

In this release

  • General Utilized new api provided by Hangfire.Core 1.7
  • General Removed depedency on Newtonsoft.Json
  • Fixed #14 - all keys use bigint type now
  • Fixed #12 - concurrent adding of recurring job with the same key won't fail now
  • Performance - improved monitoring api queries
  • Performance - improved queueing speed
  • Performance - improved read speed when accessing list api
  • Storage - removed id column where it's not necessary
  • Documentation - added more xmldocs on public api
  • Tests - covered MonitoringApi, added regression tests