Skip to content

Releases: hangfire-postgres/Hangfire.PostgreSql

1.20.2

28 Aug 09:45
666b13e
Compare
Choose a tag to compare

What's Changed

  • Fixing Enqueued Job Trigger for Multiple Queues by @Tinyakov in #320

Full Changelog: 1.20.1...1.20.2

1.20.1

22 Aug 11:04
f1956c7
Compare
Choose a tag to compare

What's Changed

  • Combine two consecutive SQL queries for fetching jobs into one by @Tinyakov in #318

Full Changelog: 1.20.0...1.20.1

1.20.0

31 Jul 12:47
504d56d
Compare
Choose a tag to compare

Breaking changes

  • Hangfire 1.8.* dependency is now required.

What's Changed

New Contributors

Full Changelog: 1.19.13...1.20.0

1.19.13

20 Jul 07:25
3d0e51e
Compare
Choose a tag to compare

What's Changed

  • Remove expired lock when using updatecount by @azygis in #297
  • Change columns to jsonb where possible by @azygis in #298
  • FIX #312 Cannot delete from table "lock" because it does not have a repli… by @Shaddix in #313

New Contributors

Full Changelog: 1.19.12...1.19.13

1.19.12

10 Mar 13:54
Compare
Choose a tag to compare

What's Changed

  • In the hangfire dashboard, order the jobs by date. by @Reckonian in #286
  • Fix for connection leak related to transactions. by @b-rain-m in #291
  • Remove AT TIME ZONE 'UTC' in insert/update queries by @mantasaudickas in #292
  • Codespaces/Long polling by @b-rain-m in #289
  • Dropped support for Npgsql5.

New Contributors

Full Changelog: 1.19.11...1.19.12

1.19.11

03 Feb 15:27
4713f30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.9.10...1.19.11

This is the last version that supports Npgsql 5.x.x.

1.9.10

30 Jan 14:15
d572b57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.9.9...1.9.10

1.9.9

06 Sep 19:00
6097c3f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.9.8...1.9.9

1.9.8

14 Jun 09:18
b0c27b1
Compare
Choose a tag to compare

What's Changed

  • Add connection factory for support dynamic create NpgsqlConnection in PostgreSqlStorage by @kalduzov in #252
  • Fixed TransactionAbortedException due to a prepared transaction when enqueuing a job within a transaction when TransactionScopeEnlistment is enabled by @jhartmann123 in #249
  • Fix transient Collection was Modified exception (Issue #251) by @Plasma in #255
  • Fix compilation error building Npgsql 5 package by @Plasma in #256

New Contributors

Full Changelog: 1.9.7...1.9.8

1.9.7

11 Mar 15:42
edbf5b9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.9.6...1.9.7