Skip to content

Releases: gottscj/Hangfire.Mongo

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

0.5.4

22 Sep 09:54
Compare
Choose a tag to compare
  • Fix broken migration

0.5.3

21 Sep 10:01
Compare
Choose a tag to compare
  • Added new backup database strategy when migration
  • Fixed a bug that made backup incompatible with MongoDB 3.4
  • A few code optimizations