Releases: hangfire-postgres/Hangfire.PostgreSql
Releases · hangfire-postgres/Hangfire.PostgreSql
1.4.4
- Compiles with .net core #42 (24cdba2). Thanks to zhongzf
- Added IGlobalConfiguration overloads to UsePostgreSqlStorage #47 (#47). Thanks to ericgreenmix
- Updated to use Hangfire 1.6.6, Npgsql 3.1.8
1.4.3
- Implemented distributed lock timeout #44 . Thanks to @ahydrax!
1.4.2
- Added indices #39
- Improved install script handling
1.4.1
- Fixed "schema version not updated" #38
- Updated database versioning
1.4.0
- Compatibility with new Npgsql #33
- Fixed "Could not place a lock on the resource: Lock timeout" #31
- possibly various other fixes that would result from Npgsql and Hangfire updates
1.3.4
- Breaking - Use 'Hangfire.Core' 1.3.4.
- Breaking - Use 'Npgsql' 2.2.4.1.
- Shows schema name in dashboard
- Fix GetTimelineStats / GetHourlyTimelineStats incorrect order.