Skip to content

Releases: gottscj/Hangfire.Mongo

Release 1.10.8

07 Aug 14:03
2d79553
Compare
Choose a tag to compare
Update ChangeLog.md (#406)

Release 1.10.7

17 Jun 16:15
32c7484
Compare
Choose a tag to compare
update to latest dependencies (#400)

Release 1.10.6

24 Apr 19:10
0a6c793
Compare
Choose a tag to compare
update to version 1.10.6 (#397)

Release 1.10.5

09 Apr 20:57
9f658cc
Compare
Choose a tag to compare
Update to latest Hangfire (#392)

Release 1.10.4

26 Feb 12:53
4b35788
Compare
Choose a tag to compare
update dependencies (#386)

- Update to Hangfire 1.8.11
- Update to MongoDB 2.24.0

Release 1.10.3

11 Feb 17:08
38c4ce9
Compare
Choose a tag to compare
update version and changelog (#385)

Release 1.10.2

08 Feb 16:02
201404c
Compare
Choose a tag to compare
Revert using server time for distributed lock (#383)

* revert using server time for distruibuted lock heartbeat

* update readme and versions

Release 1.10.1

07 Feb 21:01
703cce2
Compare
Choose a tag to compare
used $addFields operator instead of $set for backwards compability (#…

…382)

Release 1.10.0

07 Feb 09:25
5698137
Compare
Choose a tag to compare
Sliding timeout and fix jobs not enqueued when requeued while process…

…ing (#380) (#381)

* Fix job not enqueued when requeued while processing #380

- Change strategy of how to determine whether a background job that a worker dequeued is still alive and being processed
- Using same strategy as Hangfire.SqlServer using SlidingInvisibilityTimeout
- Update to Hangfire v1.8.9

* user server time for distributedlock heartbeats

add unit tests

* update version and changelog

* minor visual update

* update comment

* update comment yet again

Release 1.9.16

04 Jan 06:53
3a5c2b9
Compare
Choose a tag to compare
Update Dependencies (#379)