Skip to content

Releases: hangfire-postgres/Hangfire.PostgreSql

1.6.4

01 Feb 10:24
Compare
Choose a tag to compare

Feature release - #137 enable transaction support (many thanks goes to @davidroth )

1.6.3

03 Sep 15:15
Compare
Choose a tag to compare

Hotfix release for leaking connections #127 and #124.

1.6.2

14 Aug 19:13
Compare
Choose a tag to compare

Hotfix for a disposed npgsqlconnection in monitoring API.

#122

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