Skip to content

chore(main): release 0.9.0#150

Open
cachekit-release-bot[bot] wants to merge 2 commits into
mainfrom
release-please--branches--main--components--cachekit
Open

chore(main): release 0.9.0#150
cachekit-release-bot[bot] wants to merge 2 commits into
mainfrom
release-please--branches--main--components--cachekit

Conversation

@cachekit-release-bot

@cachekit-release-bot cachekit-release-bot Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.9.0 (2026-06-07)

Features

  • drop Python 3.9 support, require >=3.10 (#148) (1bb9953)
  • honor user serializer under encryption via cross_sdk_compatible marker (#153) (2ad219d), closes #134
  • support explicit per-function encryption opt-out (tri-state) (#151) (bf86c43)

Bug Fixes

  • bound memory for large DataFrame/Arrow caching (was OOMing at real sizes) (#152) (ccd32c5)
  • harden cache-envelope framing and compression config resolution (#172) (d079f79)
  • stop legacy RedisBackend corrupting binary payloads (#173) (82d0417)

This PR was generated with Release Please. See documentation.

@codecov

codecov Bot commented Jun 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@cachekit-release-bot cachekit-release-bot Bot force-pushed the release-please--branches--main--components--cachekit branch 5 times, most recently from a84079b to bd098da Compare June 7, 2026 01:03
@cachekit-release-bot cachekit-release-bot Bot force-pushed the release-please--branches--main--components--cachekit branch from 32cf8bc to 192d051 Compare June 7, 2026 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Arrow + encryption: wire user serializer through EncryptionWrapper (currently silently substituted with MessagePack)

0 participants