Releases: hangfire-postgres/Hangfire.PostgreSql
Releases · hangfire-postgres/Hangfire.PostgreSql
1.8.5
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
1.8.3
1.8.2
1.8.1
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
1.7.1
1.7.0
1.6.4.2
Fix by @davidroth #147 (Set Transaction Timeout of TransactionScope to maximum value.) should help with #119.
Again, many thanks to the magnificent @davidroth! 🎉