Releases: hangfire-postgres/Hangfire.PostgreSql
Releases Β· hangfire-postgres/Hangfire.PostgreSql
1.9.4
We now have a second NuGet package for people who can't leave Npgsql5 yet ;-)
https://www.nuget.org/packages/Hangfire.PostgreSql.Npgsql5
The Npgsql6 is here:
https://www.nuget.org/packages/Hangfire.PostgreSql
1.9.3
What's Changed
- Relation "hangfire .jobqueue" does not exist by @dkostenevich in #220
1.9.2
1.8.6
1.8.5.4
1.8.5.3
1.8.5.2
1.8.5.1
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)