Skip to content

Releases: hangfire-postgres/Hangfire.PostgreSql

1.8.3

25 Mar 06:16
Compare
Choose a tag to compare

Fix for the error "42P01: relation does not exist (non-hangfire tables on public schema)" #109 (special thanks to @Tinyakov)

1.8.2

25 Feb 17:25
Compare
Choose a tag to compare

Includes Disappeared server restart fix #181 (thanks to @Frazi1)

1.8.1

26 Nov 06:00
Compare
Choose a tag to compare

Hotfix release. Fixed:

  • Removed hangfire schema in Install.v13.sql (#174)
  • Address Sequence contains more than one element exception (#177)

Special thanks goes to @rezabayesteh, @yongliu-mdsol and @christopher-schofield for this one!

1.8.0

12 Nov 11:18
Compare
Choose a tag to compare

Includes changes:

  • Adding an index to improve dequeue performance #171
  • Addressed concurrent update issue #169

Thanks @yongliu-mdsol!

1.7.1

28 Jul 07:23
Compare
Choose a tag to compare

Fix #158 (Prepared transactions appearing in 1.7.0) (special thanks to @jhartmann123)

1.7.0

11 Jun 10:52
5f1f7cb
Compare
Choose a tag to compare
  • fixed #140 (25+ connections to DB)
  • fixed #145 (IGlobalConfiguration in extensions class)
  • fixed #150 (number formatting, thanks to @danerik)

Special thanks goes to @davidroth and @Atrox for their support and effort!

Breaking Changes

*only support netstandard2 from now on

1.6.4.2

02 Apr 13:05
Compare
Choose a tag to compare

Fix by @davidroth #147 (Set Transaction Timeout of TransactionScope to maximum value.) should help with #119.

Again, many thanks to the magnificent @davidroth! 🎉

1.6.4.1

13 Feb 07:33
01cc30b
Compare
Choose a tag to compare

Hotfix release for #144 . Many thanks to @davidroth

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.