This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v2.22.0
2.22.0 (2023-12-12)
Features
- Add support for Cloud Bigtable Request Priorities in App Profiles (#871) (a4d551e)
- Add support for Python 3.12 (#888) (4f050aa)
- Introduce compatibility with native namespace packages (#893) (d218f4e)
- Publish CopyBackup protos to external customers (#855) (4105df7)
Bug Fixes
- Add feature flag for improved mutate rows throttling (e5af359)
- Add lock to flow control (#899) (e4e63c7)
- Mutations batcher race condition (#896) (fe58f61)
- Require google-cloud-core 1.4.4 (#866) (09f8a46)
- Use
retry_asyncinstead ofretryin async client (597efd1)
Documentation
- Minor formatting (e5af359)