Skip to content

Releases: hangfire-postgres/Hangfire.PostgreSql

1.9.4

10 Dec 12:41
Compare
Choose a tag to compare

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

01 Dec 13:06
76f44c3
Compare
Choose a tag to compare

What's Changed

1.9.2

27 Nov 12:16
Compare
Choose a tag to compare

Fixes

#216 (PostgreSqlObjectsInstaller produces invalid SQL statements with uppercase schema names in 1.8.6)
#214 (Parameter capitalization ("jobid" does not exist for new jobs that fail to execute the first time.))
#212 (Fix SQL connection pool exhaustion issues, Thanks @azygis)

1.8.6

10 Aug 16:17
d12f56c
Compare
Choose a tag to compare

Improved expiration management #203 (thanks to @Plasma )
Added method for fetching a new job in the job queue (thanks to @JPVenson )

1.8.5.4

14 Jul 08:41
Compare
Choose a tag to compare

Fixed #202 (Revert change that prevents Install.v14.sql from succeeding) (thanks to @Plasma )

1.8.5.3

02 Jul 10:23
Compare
Choose a tag to compare

Hotfix release.
Fixes #198 (duplicate key value violates unique constraint "set_key_value_key")

1.8.5.2

01 Jul 17:48
Compare
Choose a tag to compare

Hotfix release.
Fixes #191 (RepetableRead isolation level leads to concurrency issues)

1.8.5.1

28 Jun 20:15
Compare
Choose a tag to compare

Hotfix for #195 (MAXVALUE (9223372036854775807) is out of range for sequence data type integer).

1.8.5

27 Jun 17:46
Compare
Choose a tag to compare

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

07 Apr 10:38
Compare
Choose a tag to compare

Hotfix release.
Should fix distributed lock connection state (#188). Special thanks go to @azygis!