Skip to content

Releases: googleapis/python-bigtable

v2.18.1

16 May 09:57
9e35ad2
Compare
Choose a tag to compare

2.18.1 (2023-05-11)

Bug Fixes

  • Revert "Feat: Threaded MutationsBatcher" (#773) (a767cff)

v2.18.0

10 May 23:13
8f9de8d
Compare
Choose a tag to compare

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

01 Mar 18:30
5e5f158
Compare
Choose a tag to compare

2.17.0 (2023-03-01)

Features

  • Add new_partitions field for CloseStream for Cloud Bigtable ChangeStream (#740) (1adcad4)

v2.16.0

28 Feb 17:48
fcc886d
Compare
Choose a tag to compare

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.15.0

10 Jan 19:06
37a332d
Compare
Choose a tag to compare

2.15.0 (2023-01-10)

Features

v2.14.1

07 Dec 16:12
2b6c5be
Compare
Choose a tag to compare

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

01 Dec 23:47
3d50469
Compare
Choose a tag to compare

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

18 Nov 18:53
863ec0a
Compare
Choose a tag to compare

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

20 Oct 20:52
9e9dbb1
Compare
Choose a tag to compare

2.13.2 (2022-10-20)

Bug Fixes

  • Respect deadlines for column family operations (#687) (df2e64a)

v2.13.1

10 Oct 18:36
ec2205e
Compare
Choose a tag to compare

2.13.1 (2022-10-10)

Bug Fixes