Skip to content

Releases: googleapis/python-spanner

v3.41.0

12 Jan 11:19
a3e7ba5

Choose a tag to compare

3.41.0 (2024-01-10)

Features

  • Add BatchWrite API (#1011) (d0e4ffc)
  • Add PG.OID type cod annotation (#1023) (2d59dd0)
  • Add support for Directed Reads (#1000) (c4210b2)
  • Add support for Python 3.12 (#1040) (b28dc9b)
  • Batch Write API implementation and samples (#1027) (aa36b07)
  • Implementation for batch dml in dbapi (#1055) (7a92315)
  • Implementation for Begin and Rollback clientside statements (#1041) (15623cd)
  • Implementation for partitioned query in dbapi (#1067) (63daa8a)
  • Implementation of client side statements that return (#1046) (bb5fa1f)
  • Implementing client side statements in dbapi (starting with commit) (#1037) (eb41b0d)
  • Introduce compatibility with native namespace packages (#1036) (5d80ab0)
  • Return list of dictionaries for execute streaming sql (#1003) (b534a8a)
  • spanner: Add autoscaling config to the instance proto (#1022) (4d490cf)
  • spanner: Add directed_read_option in spanner.proto (#1030) (84d662b)

Bug Fixes

  • Executing existing DDL statements on executemany statement execution (#1032) (07fbc45)
  • Fix for flaky test_read_timestamp_client_side_autocommit test (#1071) (0406ded)
  • Require google-cloud-core >= 1.4.4 (#1015) (a2f87b9)
  • Require proto-plus 1.22.2 for python 3.11 (#880) (7debe71)
  • Use retry_async instead of retry in async client (#1044) (1253ae4)

Documentation

v3.40.1

17 Aug 08:46
43d7aec

Choose a tag to compare

3.40.1 (2023-08-17)

Bug Fixes

  • Fix to reload table when checking if table exists (#1002) (53bda62)

v3.40.0

04 Aug 07:13
a32594f

Choose a tag to compare

3.40.0 (2023-08-04)

Features

  • Enable leader aware routing by default. This update contains performance optimisations that will reduce the latency of read/write transactions that originate from a region other than the default leader region. (e8dbfe7)

v3.39.0

03 Aug 07:34
5b80b5b

Choose a tag to compare

3.39.0 (2023-08-02)

Features

  • Foreign key on delete cascade action testing and samples (#910) (681c8ee)

Documentation

v3.38.0

22 Jul 05:05
35c7a36

Choose a tag to compare

3.38.0 (2023-07-21)

Features

v3.37.0

21 Jul 06:55
276e9e9

Choose a tag to compare

3.37.0 (2023-07-21)

Features

  • Enable leader aware routing by default. This update contains performance optimisations that will reduce the latency of read/write transactions that originate from a region other than the default leader region. (402b101)

Bug Fixes

  • Add async context manager return types (#967) (7e2e712)

Documentation

v3.36.0

07 Jun 04:36
72a56ac

Choose a tag to compare

3.36.0 (2023-06-06)

Features

  • Add DdlStatementActionInfo and add actions to UpdateDatabaseDdlMetadata (#948) (1ca6874)
  • Testing for fgac-pg (#902) (ad1f527)

v3.35.1

31 May 05:22
9ce1cea

Choose a tag to compare

3.35.1 (2023-05-25)

Bug Fixes

  • Catch rst stream error for all transactions (#934) (d317d2e)

v3.35.0

24 May 03:46
c53f273

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

Choose a tag to compare

3.34.0 (2023-05-16)

Features

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

Bug Fixes