Skip to content

Releases: hangfire-postgres/Hangfire.PostgreSql

1.8.5

27 Jun 17:46
Compare
Choose a tag to compare

Bugfix release.
Fixes:

#107 (duplicate key value violates unique constraint "lock_resource_key" - HangFire:recurring-jobs:lock)
#180 (Concurrent fetch handling improvement) (thanks to @renaudcalmont )
#80 (ERROR 'version-already-applied' in logs even when I start with a new database)
#182 (even though ids are bigint, the max shows 2 billion as if it's a 32-bit int)

1.8.4

07 Apr 10:38
Compare
Choose a tag to compare

Hotfix release.
Should fix distributed lock connection state (#188). Special thanks go to @azygis!

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