Changes
🐛 Bug Fixes
- Refactor trim against unhandled exceptions, high write traffic and make it more robust to concurrent changes (PR #90)
🧰 Misc
- Add FusionCache to comparison (PR #69) by @rstm-sf
- Drop legacy and EOL targets and update project files (PR #81)
- tests: try smaller delay for unreliable expiration test that gets preempted and fails to call assert in time (4aeff0b)
- tests: drop cursed test case which keeps failing (most likely an interaction between high/low-freq timer on Task.Delay and GH action runner being oversubscribed to death) (254fcce)
📦 Dependencies
- Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 (PR #73) by @dependabot (bot)
- Bump ZiggyCreatures.FusionCache from 0.23.0 to 0.24.0 (PR #74) by @dependabot (bot)
- Bump Microsoft.Extensions.Caching.Memory from 7.0.0 to 8.0.0 (PR #75) by @dependabot (bot)
- Bump xunit.runner.visualstudio from 2.5.5 to 2.5.6 (PR #84) by @dependabot (bot)
- Bump BenchmarkDotNet from 0.13.11 to 0.13.12 (PR #87) by @dependabot (bot)
- Bump xunit from 2.6.5 to 2.6.6 (PR #88) by @dependabot (bot)
Full Changelog: 1.8.1...1.8.2
Published with dotnet-releaser