Releases: googleapis/python-bigtable
Releases · googleapis/python-bigtable
v2.18.1
2.18.1 (2023-05-11)
Bug Fixes
- Revert "Feat: Threaded MutationsBatcher" (#773) (a767cff)
v2.18.0
2.18.0 (2023-05-10)
Features
Bug Fixes
- Pass the "retry" when calling read_rows. (#759) (505273b)
Documentation
- Fix delete from column family example (#764) (128b4e1)
- Fix formatting of request arg in docstring (#756) (45d3e43)
v2.17.0
2.17.0 (2023-03-01)
Features
- Add new_partitions field for CloseStream for Cloud Bigtable ChangeStream (#740) (1adcad4)
v2.16.0
2.16.0 (2023-02-27)
Features
- Enable "rest" transport in Python for services supporting numeric enums (c5116e0)
- Publish the Cloud Bigtable Change Streams (c5116e0)
Bug Fixes
- Add context manager return types (beb5bf3)
- deps: Require google-api-core>=1.34.0,>=2.11.0 (c5116e0)
Documentation
- Add documentation for enums (beb5bf3)
v2.14.1
2.14.1 (2022-12-06)
Bug Fixes
- deps: Require google-api-core >=1.34.0, >=2.11.0 (e5875cb)
- Drop usage of pkg_resources (e5875cb)
- Fix timeout default values (e5875cb)
Documentation
- samples: Snippetgen should call await on the operation coroutine before calling result (e5875cb)
v2.14.0
2.14.0 (2022-11-30)
Features
- Add typing to proto.Message based class attributes (c1538d5)
- remove enum value ReadRowsRequest.RequestStatsView.REQUEST_STATS_EFFICIENCY (c1538d5)
- remove field ReadIterationStats.deletes_seen (c1538d5)
- remove field RequestStats.read_efficiency_stats (c1538d5)
- remove proto ReadEfficiencyStats (c1538d5)
- rename field RequestStats.all_read_stats to full_read_stats_view (c1538d5)
- rename proto AllReadStats to FullReadStatsView (c1538d5)
- rename proto ReadIteratorStats to ReadIterationStats (c1538d5)
Bug Fixes
- Add dict typing for client_options (c1538d5)
v1.7.3
1.7.3 (2022-11-18)
Bug Fixes
- First pass on making retry configuration more consistent (#695) (c707c30)
- Make internal rst_stream errors retriable (#699) (770feb8)
- Make sure that the proper exception type is bubbled up for ReadRows (#696) (5c72780)
- Prevent sending full table scan when retrying (backport #554) (#697) (c4ae6ad)
v2.13.2
2.13.2 (2022-10-20)
Bug Fixes
- Respect deadlines for column family operations (#687) (df2e64a)