CacheTower
CacheTower copied to clipboard
Update EasyCaching monorepo packages to v1.9.2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| EasyCaching.Disk | 1.9.0 -> 1.9.2 |
||||
| EasyCaching.InMemory | 1.9.0 -> 1.9.2 |
||||
| EasyCaching.Redis | 1.9.0 -> 1.9.2 |
||||
| EasyCaching.Serialization.Protobuf | 1.9.0 -> 1.9.2 |
Release Notes
dotnetcore/EasyCaching (EasyCaching.Disk)
v1.9.2: release
What's Changed
- feat: add locks sample by @ErfanMahmoudi in https://github.com/dotnetcore/EasyCaching/pull/489
- feat: add stream-based rabbit mq bus by @sarmis in https://github.com/dotnetcore/EasyCaching/pull/490
- fix: fixed some CI warning by @Memoyu in https://github.com/dotnetcore/EasyCaching/pull/491
- feat: update actions version by @Memoyu in https://github.com/dotnetcore/EasyCaching/pull/493
- fix: always use utc to compare the expiry by @bdidier in https://github.com/dotnetcore/EasyCaching/pull/495
- feat: upgrade CSRedisCore version to 3.8.671 by @Memoyu in https://github.com/dotnetcore/EasyCaching/pull/499
- fix: fixed no check expires when get cache count in memory cache by @Memoyu in https://github.com/dotnetcore/EasyCaching/pull/498
- chore: fix release wf error by @catcherwong in https://github.com/dotnetcore/EasyCaching/pull/500
New Contributors
- @ErfanMahmoudi made their first contribution in https://github.com/dotnetcore/EasyCaching/pull/489
- @bdidier made their first contribution in https://github.com/dotnetcore/EasyCaching/pull/495
Full Changelog: https://github.com/dotnetcore/EasyCaching/compare/v1.9.1...v1.9.2
v1.9.1: release
What's Changed
- Upgrade interceptor support .net 6 by @Memoyu in https://github.com/dotnetcore/EasyCaching/pull/467
- chore(deps): bump LiteDB from 5.0.9 to 5.0.13 in /src/EasyCaching.LiteDB by @dependabot in https://github.com/dotnetcore/EasyCaching/pull/469
- Using base test by @Memoyu in https://github.com/dotnetcore/EasyCaching/pull/473
- fix: Using IConfiguration for WithRedisBus configuration cause DefaultRedisBus throw "Sequence contains no matching element" exception by @billhong-just in https://github.com/dotnetcore/EasyCaching/pull/478
- Updated InMemoryCachingProvider to stop creating unnecessary threads by @jkatsiotis in https://github.com/dotnetcore/EasyCaching/pull/480
- Fix Typo in In-Memory.md by @vanenshi in https://github.com/dotnetcore/EasyCaching/pull/486
- FEAT: add 2nd overload for AddEasyCaching() to support IServiceProvider for setupActions by @MoienTajik in https://github.com/dotnetcore/EasyCaching/pull/487
- release v1.9.1 by @catcherwong in https://github.com/dotnetcore/EasyCaching/pull/488
New Contributors
- @billhong-just made their first contribution in https://github.com/dotnetcore/EasyCaching/pull/478
- @jkatsiotis made their first contribution in https://github.com/dotnetcore/EasyCaching/pull/480
- @vanenshi made their first contribution in https://github.com/dotnetcore/EasyCaching/pull/486
Full Changelog: https://github.com/dotnetcore/EasyCaching/compare/v1.9.0...v1.9.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.