Releases: hangfire-postgres/Hangfire.PostgreSql
Releases · hangfire-postgres/Hangfire.PostgreSql
1.8.3
Fix for the error "42P01: relation does not exist (non-hangfire tables on public schema)" #109 (special thanks to @Tinyakov)
1.8.2
Includes Disappeared server restart fix #181 (thanks to @Frazi1)
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
Includes changes:
- Adding an index to improve dequeue performance #171
- Addressed concurrent update issue #169
Thanks @yongliu-mdsol!
1.7.1
Fix #158 (Prepared transactions appearing in 1.7.0) (special thanks to @jhartmann123)
1.7.0
- 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
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
Feature release - #137 enable transaction support (many thanks goes to @davidroth )
1.6.3
Hotfix release for leaking connections #127 and #124.