Releases: googleapis/python-bigtable
Releases · googleapis/python-bigtable
v2.27.0
2.27.0 (2024-11-12)
Features
- Add support for Cloud Bigtable Node Scaling Factor for CBT Clusters (#1023) (0809c6a)
- Surface
retry
param to Table.read_row
api (#982) (a8286d2)
Bug Fixes
v2.26.0
2.26.0 (2024-08-12)
Features
- Add fields and the BackupType proto for Hot Backups (#1010) (b95801f)
- Add MergeToCell to Mutation APIs (f029a24)
- Add min, max, hll aggregators and more types (f029a24)
- Async execute query client (#1011) (45bc8c4)
Bug Fixes
Documentation
- Add clarification around SQL timestamps (#1012) (6e80190)
- Corrected various type documentation (f029a24)
v2.25.0
2.25.0 (2024-07-18)
Features
- Publish ProtoRows Message (7ac8e14)
- Publish the Cloud Bigtable ExecuteQuery API (7ac8e14)
Bug Fixes
v2.24.0
2.24.0 (2024-06-11)
Features
- Add String type with Utf8Raw encoding to Bigtable API (#968) (2a2bbfd)
- Improve async sharding (#977) (fd1f7da)
Bug Fixes
v2.23.1
2.23.1 (2024-04-15)
Bug Fixes
- Use insecure grpc channel with emulator (#946) (aa31706)
v2.23.0
2.23.0 (2024-02-07)
Features
- Add async data client preview (7088e39)
- Adding feature flags for routing cookie and retry info (#905) (1859e67)
Bug Fixes
- Fix
ValueError
in test__validate_universe_domain
(#929) (aa76a5a)
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_async
instead of retry
in async client (597efd1)
Documentation
v2.21.0
2.21.0 (2023-08-02)
Features
- Add last_scanned_row_responses to FeatureFlags (#845) (14a6739)
Documentation
v2.20.0
2.20.0 (2023-07-17)
Features
- Increase the maximum retention period for a Cloud Bigtable backup from 30 days to 90 days (d5720f8)
Bug Fixes
- Add async context manager return types (#828) (475a160)
Documentation
- Fix formatting for reversed order field example (#831) (fddd0ba)
v2.19.0
2.19.0 (2023-06-08)
Features
- Add ChangeStreamConfig to CreateTable and UpdateTable (#786) (cef70f2)
Bug Fixes
Documentation