Skip to content

Releases: HangfireIO/Hangfire.InMemory

0.3.3

06 Nov 10:32
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

Release Notes

  • FixedNullReferenceException in the SignalOneQueueWaitNode method when using multiple queues.

0.3.0

22 Oct 14:16
Compare
Choose a tag to compare

Release Notes

  • AddedInMemoryStorageOptions.DisableJobSerialization option.
  • FixedObjectDisposedException 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
Choose a tag to compare
0.2.0 Pre-release
Pre-release

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
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Release Notes

Initial release