Releases: HangfireIO/Hangfire.InMemory
Releases · HangfireIO/Hangfire.InMemory
0.3.6
08 Feb 03:48
Compare
Sorry, something went wrong.
No results found
Release Notes
Fixed – Ensure lock entries are eventually removed from their collection.
Fixed – Ensure lock entries are always updated under a monitor.
0.3.5
25 Nov 10:44
Compare
Sorry, something went wrong.
No results found
Release Notes
Fixed – Ensure entries are expired even during constant storage pressure.
0.3.4
06 Nov 14:51
Compare
Sorry, something went wrong.
No results found
Release Notes
Fixed – Reverse state list instead of sorting it by date in the JobDetails method.
Fixed – Better sorting for state indexes, take into account job creation date.
Fixed – Reverse succeeded and deleted job lists to match Redis implementation.
0.3.3
06 Nov 10:32
Compare
Sorry, something went wrong.
No results found
Release Notes
Fixed – Sort queues and servers when returning them from monitoring api and in the Dashboard UI.
0.3.2
29 Oct 13:24
Compare
Sorry, something went wrong.
No results found
Release Notes
Fixed – Enqueued jobs may become invisible when adding a lot of jobs simultaneously to a new queue.
Fixed – Some workers are waiting for background jobs forever when several jobs added at once.
Fixed – Workers are able to detect new background jobs only after another background job is processed.
Fixed – Workers don't see background jobs when multiple queues are used with minimal workload.
0.3.1
22 Oct 16:00
Compare
Sorry, something went wrong.
No results found
Release Notes
Fixed – NullReferenceException in the SignalOneQueueWaitNode method when using multiple queues.
0.3.0
22 Oct 14:16
Compare
Sorry, something went wrong.
No results found
Release Notes
Added – InMemoryStorageOptions.DisableJobSerialization option.
Fixed – ObjectDisposedException on semaphore when committing a transaction.
Fixed – Gracefully handle ObjectDisposedException when signaling for query completion.
Fixed – Avoid killing the whole process in case of an exception in dispatcher, stop it instead.
Project – Add a lot of new unit tests for InMemoryMonitoringApi class.
0.2.0
12 Oct 12:22
Compare
Sorry, something went wrong.
No results found
Release Notes
Fixed – A lot of corner cases revealed by unit tests.
Project – Added a ton of unit tests for the top-level classes to ensure behavior is consistent.
0.1.0
29 Sep 08:14
Compare
Sorry, something went wrong.
No results found
Release Notes
Initial release