Skip to content

0.10.0

Compare
Choose a tag to compare
@odinserj odinserj released this 03 Jun 08:52
· 97 commits to main since this release
v0.10.0
3d026f7

Release Notes

  • BreakingInMemoryStorageOptions class instances are now immutable after initialization.
  • Added – Support long-based job identifiers through the InMemoryStorageOptions.IdType property.
  • Added – Expose the InMemoryStorageOptions.CommandTimeout option to control the command timeouts.
  • Changed – Significantly improve query dispatching pipeline in terms of speed and allocations.
  • Changed – More compact representation of jobs and their parameters.
  • Changed – Optimise the GetFirstByLowestScoreFromSet query when the number of items is huge.
  • Changed – Better concurrency handling implementation for the collection of locks.