Skip to content

Releases: gottscj/Hangfire.Mongo

v0.5.15

03 Jan 20:56
0dc13fd
Compare
Choose a tag to compare
  • Fix Dashboard, top menu, Recurring Jobs count is 0 (#173)
  • Fix GetAllItemsFromSet truncated values (#175)

0.5.14

01 Jan 11:37
5e2e68e
Compare
Choose a tag to compare
  • Fix race case in distributed lock implementation (#166, #134)
  • Not JSON serializing Server data
  • Add unique index ('Key') for 'Hash' and 'Counter' data (related to #166)
  • Rename 'ListDto' field 'Key' to 'Item' ('Key' is now a unique index) (related to #166)
  • Remove obsolete counters, which should have been removed in migrations for schema 13
  • Mark ctor's for MongoStorage which takes connectionString obsolete, use 'MongoClientSettings'
  • Fix requeued job state can be incorrect when multiple servers process jobs (#167)
  • Add console logging per default in samples

0.5.13

13 Dec 20:44
Compare
Choose a tag to compare
  • Use 'buildinfo' command instead of 'serverStatus' to get the server version. Because the 'buildinfo' command does not require - root privileges.
  • Add missing migration for HashDto.Field removal
  • Add data integrity tests
  • Update to "MongoDB.Driver" Version="2.7.2"
  • Update to "Hangfire.Core" Version="1.6.21"
  • Use separate collection for migration locks as the ".locks" collection might be dropped by if the migration strategy is "Drop"
  • Making migration support CosmosDB
  • Fix if client is using camelcase convention
  • Removing Obsolete interfaces and logic
  • Obsolete access to DbContext and queue providers
  • Fix migration option combi migrationstrategy.drop and backupstrategy.none
  • Fix timezone issue with conflicting bsonserializer settings

0.5.12

28 Oct 22:18
Compare
Choose a tag to compare
  • Using $dec and $inc operators for counters
  • Merging HashDto fields into one document
  • Deprecating direct db access and queueproviders
  • Removed use of $slice (#151)

0.5.11

28 Oct 22:07
Compare
Choose a tag to compare
  • Fixed duplicate key exception in advanced setups (#70)
  • Fixed DeadLock on concurrent environment (#139)
  • Update to latest Hangfire
  • Update to latest MongoDB

0.5.10

27 May 20:40
Compare
Choose a tag to compare
  • Fix for Hangfire Dashboard History Graph showing incorrect counts
  • Update to latest Hangfire
  • Update to latest MongoDB

0.5.9

20 Feb 20:36
Compare
Choose a tag to compare
  • Fix for Hangfire Dashboard History Graph showinf incorrect counts
  • Added indexes to all our collections
  • Updated a few NuGet references
  • Cleaned up library references
  • Improve migration stability
  • Remove dependency to Microsoft.CSharp

0.5.7

20 Nov 01:24
Compare
Choose a tag to compare
  • Fix for broken migration

0.5.6

20 Nov 00:28
Compare
Choose a tag to compare
  • Job state now shows correct in dashboard
  • Hangfire dashboard logs are now sorted descending

0.5.5

14 Oct 16:26
Compare
Choose a tag to compare
  • Use default naming conventions for our Dto models
    This should hopefully eliminate all the camelCase issues
  • Optimized job aggregation to filter by only the status needed
  • Add version check when backing up collections