Releases: hangfire-postgres/Hangfire.PostgreSql
Releases · hangfire-postgres/Hangfire.PostgreSql
1.9.6
What's Changed
- Change remaining sequences from integer to bigint to match job_id_seq by @Plasma in #231
- Use 'matrix builds' with AppVeyor CI to run Npgsql 5 and 6 builds separately by @Plasma in #233
- Always use UTC timezone for connection to ensure Npgsql 6 compatibility by @Plasma in #234
- Introduce minimum value for queue poll interval by @azygis in #239
- Fixed argument name and error message regarding connection strings by @azygis in #244
- Changed serialization failure when acquiring lock to debug log level by @azygis in #243
1.9.5
- Fixed exception when enqueuing a job within an existing transaction scope by @jhartmann123 in #228
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