Skip to content

Releases: hangfire-postgres/Hangfire.PostgreSql

1.9.6

11 Feb 23:05
aec4776
Compare
Choose a tag to compare

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

23 Dec 13:06
5952d77
Compare
Choose a tag to compare
  • Fixed exception when enqueuing a job within an existing transaction scope by @jhartmann123 in #228

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).