Skip to content

Conversation

@BorisTheBrave
Copy link

@BorisTheBrave BorisTheBrave commented Feb 10, 2026

Fixes #3699

All three wrapper stores (Latency, Logging, Cache) now support with_read_only.

CacheStore required a bit of changes - some of the mutable state was lifted to another class, so that multiple CacheStore objects could share the same one.

  • Add unit tests and/or doctests in docstrings
  • (N/A) Add docstrings and API docs for any new/modified user-facing classes and functions
  • (N/A) New/modified features documented in docs/user-guide/*.md
  • Changes documented as a new file in changes/
  • GitHub Actions have all passed
  • Test coverage is 100% (Codecov passes)

@github-actions github-actions bot added the needs release notes Automatically applied to PRs which haven't added release notes label Feb 10, 2026
@github-actions github-actions bot removed the needs release notes Automatically applied to PRs which haven't added release notes label Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrapper stores don't support with_read_only

1 participant