Hangfire.InMemory 0.7.0
In-memory job storage for Hangfire with transactional implementation.
No packages depend on Hangfire.InMemory.
https://github.com/HangfireIO/Hangfire.InMemory/releases
0.7.0
• Added – `InMemoryStorageOptions.MaxExpirationTime` option to control the maximum expiration time.
• Changed – The default value for maximum expiration time is 2 hours now, not days.
• Fixed – Populate `ParametersSnapshot` and `InvocationData` properties in `IMonitoringApi.JobDetails`.
• Fixed – The "Awaiting Jobs" page now includes the state name of an antecedent background job.
• Fixed – The "Scheduled Jobs" page now has correct identifiers for jobs with explicit queues defined.
• Fixed – Unify job ordering in Monitoring API to be the same as in other storages.
• Project – Enable source link support with embedded symbols for simplified debugging.
• Project – Refactored internals and added even more unit tests.
• Project – Enable NuGet package restore with lock file and locked mode.
• Project – Project and Release Notes URLs in the NuGet package now point to the repository.
• Project – Enable tests running on the `net6.0` platform and Ubuntu on AppVeyor.
0.6.0
• Added – `InMemoryStorageOptions.MaxStateHistoryLength` option to control state entries.
• Changed – Always use monotonic clock when working with time.
• Changed – Release distributed locks when their connection is disposed.
• Changed – Pass dispatcher fault exceptions to a caller thread.
• Project – Refactor internal types to have a cleaner project structure and avoid mistakes.
• Project – Enable static analysis by the Microsoft.CodeAnalysis.NetAnalyzers package.
• Project – Enable portable PDBs for the .NET Framework 4.5.1 platform.
0.5.1
• Fixed – Infinite loop in recurring job scheduler consuming 100% CPU regression after 0.5.0.
0.5.0
• Added – `InMemoryStorageOptions.StringComparer` as a central option for key and index comparisons.
0.4.1
• Fixed – "Awaiting Jobs" metric is now correctly populated with `Version180` compatibility level.
0.4.0
• Breaking – Package now depends on Hangfire.Core version 1.8.0.
• Breaking – Replace the `net45` target with `net451` one as the former is not supported.
• Changed – Improve `GetFirstByLowestScoreFromSet` operations.
• Changed – Implement the `Job.Queue` feature.
• Changed – Implement the `Connection.GetUtcDateTime` feature.
• Changed – Implement the `Connection.GetSetContains` feature.
• Changed – Implement the `Connection.GetSetCount.Limited` feature.
• Changed – Implement the `Connection.BatchedGetFirstByLowestScoreFromSet` feature for the storage.
• Changed – Implement the `Transaction.AcquireDistributedLock` feature.
• Changed – Implement the `Transaction.CreateJob` feature.
• Changed – Implement the `Transaction.SetJobParameter` feature.
• Changed – Implement the new monitoring features.
• Changed – Populate the new properties in Monitoring API.
• Changed – Populate the `Retries` metric in the `GetStatistics` method.
0.3.7
• Fixed – Throw `BackgroundJobServerGoneException` outside of dispatcher thread.
0.3.6
• Fixed – Ensure lock entries are eventually removed from their collection.
• Fixed – Ensure lock entries are always updated under a monitor.
0.3.5
• Fixed – Ensure entries are expired even during constant storage pressure.
0.3.4
• 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
• Fixed – Sort queues and servers when returning them from monitoring api and in the Dashboard UI.
0.3.2
• 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
• Fixed – `NullReferenceException` in the `SignalOneQueueWaitNode` method when using multiple queues.
0.3.0
• 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
• 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 – Initial release
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 2 | 3/7/2025 |
0.11.0 | 1 | 3/6/2025 |
0.10.4 | 1 | 3/6/2025 |
0.10.3 | 1 | 3/6/2025 |
0.10.2 | 1 | 3/6/2025 |
0.10.0 | 1 | 3/6/2025 |
0.9.0 | 1 | 3/7/2025 |
0.8.1 | 1 | 3/6/2025 |
0.8.0 | 1 | 3/7/2025 |
0.7.0 | 1 | 3/7/2025 |
0.6.0 | 1 | 3/7/2025 |
0.5.1 | 2 | 9/4/2023 |
0.5.0 | 1 | 3/7/2025 |
0.4.1 | 1 | 3/6/2025 |
0.4.0 | 1 | 3/7/2025 |
0.3.7 | 1 | 3/6/2025 |
0.3.6 | 1 | 3/6/2025 |
0.3.5 | 1 | 3/6/2025 |
0.3.4 | 1 | 3/6/2025 |
0.3.3 | 1 | 3/7/2025 |
0.3.2 | 1 | 3/6/2025 |
0.3.1 | 1 | 3/6/2025 |
0.3.0 | 1 | 3/7/2025 |
0.2.0 | 1 | 3/7/2025 |
0.1.0 | 1 | 3/7/2025 |