Skip to content

Releases: hangfire-postgres/Hangfire.PostgreSql

1.4.6

16 Jan 19:55
Compare
Choose a tag to compare

1.4.5

13 Dec 13:26
Compare
Choose a tag to compare
  • Produce XML documentation for NetCore
  • Switch to stable dependency in NetCore (System.Runtime.Serialization.Formatters)
  • Added target 'netcoreapp1.0' to the package
  • Fixed PostgreSqlJobQueue.Dequeue queue prioritization

1.4.4

31 Oct 12:20
Compare
Choose a tag to compare
  • Compiles with .net core #42 (24cdba2). Thanks to zhongzf
  • Added IGlobalConfiguration overloads to UsePostgreSqlStorage #47 (#47). Thanks to ericgreenmix
  • Updated to use Hangfire 1.6.6, Npgsql 3.1.8

1.4.3

30 Aug 07:40
Compare
Choose a tag to compare
  • Implemented distributed lock timeout #44 . Thanks to @ahydrax!

1.4.2

29 Aug 05:32
Compare
Choose a tag to compare
  • Added indices #39
  • Improved install script handling

1.4.1

10 Aug 06:50
Compare
Choose a tag to compare
  • Fixed "schema version not updated" #38
  • Updated database versioning

1.4.0

08 Aug 06:37
Compare
Choose a tag to compare
  • Compatibility with new Npgsql #33
  • Fixed "Could not place a lock on the resource: Lock timeout" #31
  • possibly various other fixes that would result from Npgsql and Hangfire updates

1.3.4

05 Feb 12:50
Compare
Choose a tag to compare
  • Breaking - Use 'Hangfire.Core' 1.3.4.
  • Breaking - Use 'Npgsql' 2.2.4.1.
  • Shows schema name in dashboard
  • Fix GetTimelineStats / GetHourlyTimelineStats incorrect order.