Skip to content

Releases: googleapis/python-spanner

v3.35.0

24 May 03:46
c53f273
Compare
Choose a tag to compare

3.35.0 (2023-05-16)

Features

  • Add support for updateDatabase in Cloud Spanner (#914) (6c7ad29)

v3.34.0

16 May 08:51
2cff831
Compare
Choose a tag to compare

3.34.0 (2023-05-16)

Features

  • Add support for UpdateDatabase in Cloud Spanner (#941) (38fb890)

Bug Fixes

v3.33.0

03 May 09:24
998b87a
Compare
Choose a tag to compare

3.33.0 (2023-04-27)

Features

v3.32.0

26 Apr 09:33
10a1351
Compare
Choose a tag to compare

3.32.0 (2023-04-25)

Features

v3.31.0

12 Apr 18:06
4990728
Compare
Choose a tag to compare

3.31.0 (2023-04-12)

Features

  • Add databoost enabled property for batch transactions (#892) (ffb3915)

Bug Fixes

v3.30.0

03 Apr 07:17
1f4a3ca
Compare
Choose a tag to compare

3.30.0 (2023-03-28)

Features

v3.29.0

24 Mar 08:35
520d6d7
Compare
Choose a tag to compare

3.29.0 (2023-03-23)

Features

  • Adding new fields for Serverless analytics (#906) (2a5a636)

Bug Fixes

  • Correcting the proto field Id for field data_boost_enabled (#915) (428aa1e)

Documentation

  • Fix formatting of request arg in docstring (#918) (c022bf8)

v3.28.0

01 Mar 00:08
92fe981
Compare
Choose a tag to compare

3.28.0 (2023-02-28)

Features

  • Enable "rest" transport in Python for services supporting numeric enums (#897) (c21a0d5)

v3.27.1

06 Feb 05:07
e248f1e
Compare
Choose a tag to compare

3.27.1 (2023-01-30)

Bug Fixes

  • Add context manager return types (830f325)
  • Change fgac database role tags (#888) (ae92f0d)
  • Fix for database name in batch create request (#883) (5e50beb)

Documentation

  • Add documentation for enums (830f325)

v3.27.0

13 Jan 06:17
438d2aa
Compare
Choose a tag to compare

3.27.0 (2023-01-10)

Features

  • Add support for python 3.11 (#879) (4b8c2cf)
  • Add typing to proto.Message based class attributes (4683d10)

Bug Fixes

  • Add dict typing for client_options (4683d10)
  • deps: Require google-api-core >=1.34.0, >=2.11.0 (4683d10)
  • Drop packaging dependency (4683d10)
  • Drop usage of pkg_resources (4683d10)
  • Fix timeout default values (4683d10)

Documentation

  • samples: Snippetgen handling of repeated enum field (4683d10)
  • samples: Snippetgen should call await on the operation coroutine before calling result (4683d10)