Skip to content

Releases: xavierjefferson/Hangfire.FluentNHibernateStorage

v1.7.30 to nuget

16 Jun 18:33
Compare
Choose a tag to compare

Update to Hangfire 1.7.30 which includes update to FluentNHibernate 3.1.0 / NHibernate 5.3.3, improved session flush feature, and other optimizations. More unit tests.

v1.2.1060 to Nuget

03 May 21:03
Compare
Choose a tag to compare

Fix issues with NHibernate not flushing correctly when using stateless session

v1.2.1014 to Nuget

09 Nov 00:04
c655d76
Compare
Choose a tag to compare

Update to netstandard 2.0 and fluentnhibernate 3.0.1

v1.1.2503 to Nuget

07 Jan 06:29
Compare
Choose a tag to compare

Expose new properties in options: TablePrefix, DbmsTimeSyncInterval

v1.1.2405 to Nuget

10 Sep 18:37
Compare
Choose a tag to compare

Incorporated a bug fix from "AlexFas" dealing with changes to job parameters

v1.1.2400 to Nuget

09 Aug 18:28
Compare
Choose a tag to compare

Incorporate monitoring changes from Mateusz Bogusz

v1.1.2112 to Nuget4

11 Mar 16:00
Compare
Choose a tag to compare

Change jobparameter table so we can't have multiple rows with same jobid and name. Wrap upserts in a transaction so threads don't compete

v1.1.2105 to Nuget

11 Feb 16:46
Compare
Choose a tag to compare

In the FluentNHibernateStorageOptions class, obsolete the PrepareSchemaIfNecessary property in favor of the UpdateSchema property. Both will still work.

v1.1.2099 to Nuget

08 Nov 22:45
6bcf7e2
Compare
Choose a tag to compare

This is a breaking change! All ID columns were reverted from Int64 to Int32.

In FluentNHibernateMonitoringApi, it now correctly uses whatever transaction storage level the user has specified in options. The default transaction isolation level has been changed to Serializable instead of Read Committed.

A mutex has been added to the code that grants distributed locks, so there's less of a chance of encountering deadlocks in this portion of the code for all the threads on a single Hangfire server instance.

v1.1.2062 to Nuget

07 Feb 20:41
Compare
Choose a tag to compare
 Fix bug to consistently use transaction isolation level set in options.