Skip to content

0.9.0

Compare
Choose a tag to compare
@odinserj odinserj released this 23 Apr 10:02
· 150 commits to main since this release
v0.9.0
8c948c1

Release Notes

  • 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.
  • ChangedTimeSpan.Zero value for MaxExpirationTime now causes immediate entry eviction.
  • Fixed – Ensure near-zero max expiration limit can't lead to uninitialized job eviction.
  • DeprecatedDisableJobSerialization option is now obsolete, serialization is always enabled.