Skip to content

Releases: googleapis/python-bigtable

v2.24.0

11 Jun 22:44
c573e9b
Compare
Choose a tag to compare

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

15 Apr 17:53
22340ba
Compare
Choose a tag to compare

2.23.1 (2024-04-15)

Bug Fixes

  • Use insecure grpc channel with emulator (#946) (aa31706)

v2.23.0

07 Feb 21:28
28aded4
Compare
Choose a tag to compare

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

12 Dec 22:59
f35778e
Compare
Choose a tag to compare

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

09 Aug 13:35
9b1f9c2
Compare
Choose a tag to compare

2.21.0 (2023-08-02)

Features

  • Add last_scanned_row_responses to FeatureFlags (#845) (14a6739)

Documentation

v2.20.0

19 Jul 16:51
8d80040
Compare
Choose a tag to compare

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

08 Jun 22:02
fbe6ace
Compare
Choose a tag to compare

2.19.0 (2023-06-08)

Features

  • Add ChangeStreamConfig to CreateTable and UpdateTable (#786) (cef70f2)

Bug Fixes

  • Add a callback function on flush_rows (#796) (589aa5d)

Documentation

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)