Skip to content

Releases: hangfire-postgres/Hangfire.PostgreSql

1.6.1

13 Aug 20:26
Compare
Choose a tag to compare

1.6.0

03 May 18:11
Compare
Choose a tag to compare
  • Upgraded Npgsql to 4.0.6
  • Ids are not long #104
  • Fix installation check #106
  • Fix lock acquisition logic for Init_UpdateCount #103
  • Make PostgreSqlMonitoringApi extensible. #102

Special thanks for @renriquez-mdsol, @schmitch, @ptupitsyn, @Sumo-MBryant and others for the help! Enjoy this new release.

1.5.0

16 Oct 19:06
Compare
Choose a tag to compare
  • Upgraded Npgsql to 4.0.3 #89
  • Upgraded to .NETSTANDARD 2.0 #94 (breaking change)
  • Downgraded Newtonsoft.Json to 10.0.1 #92
  • Made Job queue name length unlimited (text) #71

Special thanks for @zhiyuanzhang-unai, @Z1ni, @leafduan, @ericgreenmix and @frankhommers. Also my thanks goes to all of those who contributed with their issue reports! Enjoy.

1.4.8.1

30 Jun 19:30
Compare
Choose a tag to compare

Possible deadlock fix for #73 fix.
Introduced new PostgreSqlStorageOptions option TransactionSynchronisationTimeout (default value - TimeSpan.FromMilliseconds(500)).

1.4.8

27 Jun 21:09
Compare
Choose a tag to compare

Fixes for #73, #70 and #69.

1.4.7.1

22 Mar 13:49
Compare
Choose a tag to compare

Quickfix release for #63

1.4.7

14 Mar 07:54
Compare
Choose a tag to compare
  • Moved solution to Visual Studio 2017
  • Fixed #63
  • Updated Npgsql, Hangfire.Core references

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