Skip to content

Commit

Permalink
Add release notes for version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Apr 23, 2024
1 parent e0e00ce commit 342637d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nuspecs/Hangfire.InMemory.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
<tags>Hangfire Storage In-Memory</tags>
<releaseNotes>https://github.com/HangfireIO/Hangfire.InMemory/releases

0.9.0
• Added – Implement the disposable pattern for the `InMemoryStorage` class.
• Changed – Use more compact representation of job parameters and state data.
• Changed – Move to `SortedDictionary` and `LinkedList` to avoid using Large Object Heap.
• Changed – `TimeSpan.Zero` value for `MaxExpirationTime` now causes immediate entry eviction.
• Fixed – Ensure near-zero max expiration limit can't lead to uninitialized job eviction.
• Deprecated – `DisableJobSerialization` option is now obsolete, serialization is always enabled.

0.8.1
• Fixed – Incorrect validation in the `MaxStateHistoryLength` setter (by @DPschichholz).

Expand Down

0 comments on commit 342637d

Please sign in to comment.