v0.16.0
2025-04-07
Releases
| crate | version |
|---|---|
| foyer | 0.16.0 |
| foyer-common | 0.16.0 |
| foyer-memory | 0.16.0 |
| foyer-storage | 0.16.0 |
| foyer-bench | 0.16.0 |
Changes
- Refine the cache key/value serialization and deserializaion.
- Support customized serialization and deserialization.
- Support serialization and deserialization with
serdeandbincode. (optional)
- Make
serdeandbincodeoptional, and disabled by default. You can enable it withserdefeature. - Reduce verbose warning logs.
What's Changed
- refactor: replace verbose channel overflow warn log with metrics by @MrCroxx in #921
- feat: support hand-mande ser/de and serde by default by @MrCroxx in #922
- refactor: make serde and bincode optional by @MrCroxx in #924
- chore: update deps by @MrCroxx in #925
- fix: fix build on the latest stabel toolchain by @MrCroxx in #929
- chore: release foyer v0.16.0 by @MrCroxx in #933
Full Changelog: v0.15.3...v0.16.0