Skip to content

v2.1.3

Compare
Choose a tag to compare
@bitfaster bitfaster released this 17 Mar 01:05
· 259 commits to main since this release
8b62b7b

What's changed

  • Fix bug preventing ConcurrentTLru from expiring items if the host machine runs for longer than 49 days (on .NET Core 3/.NET6 only). This was a regression introduced in v2.1.2.
  • TLRU TimeToLive is now validated for each policy implementation. This is a behavior change, invalid TTL values now throw ArgumentOutOfRangeException rather than silently setting an incorrect and/or negative TTL.

Full changelog: v2.1.2...v2.1.3