8000 Release v0.16.0 · foyer-rs/foyer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.16.0

Compare
Choose a tag to compare
@MrCroxx MrCroxx released this 07 Apr 10:56
· 58 commits to main since this release
425ed4c

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 serde and bincode. (optional)
  • Make serde and bincode optional, and disabled by default. You can enable it with serde feature.
  • 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

0