Releases: hangfire-postgres/Hangfire.PostgreSql
Releases · hangfire-postgres/Hangfire.PostgreSql
1.20.2
1.20.1
1.20.0
Breaking changes
- Hangfire 1.8.* dependency is now required.
What's Changed
- First class queue support by @dmitry-vychikov in #304
New Contributors
- @dmitry-vychikov made their first contribution in #304
Full Changelog: 1.19.13...1.20.0
1.19.13
1.19.12
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
- @Reckonian made their first contribution in #286
- @b-rain-m made their first contribution in #291
- @mantasaudickas made their first contribution in #292
Full Changelog: 1.19.11...1.19.12
1.19.11
What's Changed
- GetStatistics sql command fix by @MCKanpolat in #280
New Contributors
- @MCKanpolat made their first contribution in #280
Full Changelog: 1.9.10...1.19.11
This is the last version that supports Npgsql 5.x.x.
1.9.10
What's Changed
- add ExpireAt in JobDetailsDto by @gitlsl in #262
- Implemented Counters Aggregator by @jgennari in #268
- Updated unit test schema version by @jgennari in #270
- Change type of timestamp columns by @azygis in #276
- Fixed the transaction-related issues by @azygis in #275
New Contributors
Full Changelog: 1.9.9...1.9.10
1.9.9
1.9.8
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