Skip to content

Releases: gottscj/Hangfire.Mongo

Release 1.7.3

24 Aug 19:35
c1bf42d
Compare
Choose a tag to compare
Updates for v1.7.3 (#316)

Release 1.7.2

13 Jun 20:44
Compare
Choose a tag to compare
Update to latest Hangfire.Core

Release 1.7.1

08 Jun 05:43
Compare
Choose a tag to compare
update changelog

Release 1.7.0

19 Mar 07:34
f70aca5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.28...1.7.0

Release v0.7.28

02 Jan 08:25
dbe9ead
Compare
Choose a tag to compare

What's Changed

  • Replace MongoClient for IMongoClient in constructor and method overloads by @simaoribeiro in #302

New Contributors

Full Changelog: v0.7.27...v0.7.28

Release v0.7.27

03 Nov 22:15
92aeaa2
Compare
Choose a tag to compare
0.7.27 (#298)

* Try to recreate notifications collection if not capped.

* update dependencies

remove lock notifications
add watcher
remove transactions

* update dependencies

* update versions

* remove obsolete flag

* fix error message

v0.7.25

20 Sep 20:34
ec29bf8
Compare
Choose a tag to compare
  • Update to latest Hangfire.Core (v1.7.25)
  • Fixes job queue semaphore not blocking if released queue not used on current node (#284)

v0.7.24

08 Aug 17:10
6aa6582
Compare
Choose a tag to compare
  • Update dependencies

  • Heartbeat method should throw a BackgroundServerGoneException when a given server does not exist (#287)
    Co-authored-by: Goran Todorovic goran.todorovic@invenda-solutions.com

  • Remove Obsolete attribute

v0.7.22

02 May 10:05
6fbc223
Compare
Choose a tag to compare
  • Update to latest Hangfire.Core (v1.7.22)
  • Update to latest Mongo drivers (v2.12.2)
  • Add support for mongodb transactions (Bulkwrite still default, setup in options)
  • Add CosmosDB support (BETA)
  • Dont stop Notifications Observer on failure, added 5s backoff instead, max timeout = 60s

v0.7.20

25 Mar 19:58
7c3ae99
Compare
Choose a tag to compare
  • Update to latest Hangfire.Core (v1.7.20)
  • Update to latest Mongo drivers (v2.12.1)
  • Remove Newtonsoft dependency
  • Add possibility to opt out of using capped collection/tailable cursor
  • Optimizations to WriteOnlyTransaction filters when filtering on unique index
  • Optimizations to queries for scheduled and recurrent jobs