Skip to content

Releases: googleapis/python-spanner

v3.15.1

19 Jun 07:42
11e8583
Compare
Choose a tag to compare

3.15.1 (2022-06-17)

Bug Fixes

  • don't use a list for empty arguments (#750) (5d8b055)

v3.15.0

17 Jun 12:46
77e7d92
Compare
Choose a tag to compare

3.15.0 (2022-06-17)

Features

v3.14.1

09 Jun 16:25
d7771d7
Compare
Choose a tag to compare

3.14.1 (2022-06-08)

Bug Fixes

Documentation

  • fix changelog header to consistent size (#732) (97b6d37)

v1.19.3

09 Jun 16:25
29aee53
Compare
Choose a tag to compare

1.19.3 (2022-06-09)

Bug Fixes

  • deps: require protobuf<4.0.0 on v1 branch (#744) (ba57023)

v3.14.0

20 Apr 08:34
9c9ad66
Compare
Choose a tag to compare

3.14.0 (2022-04-20)

Features

  • add support for Cross region backup proto changes (#691) (8ac62cb)
  • add support for spanner copy backup feature (#600) (97faf6c)
  • AuditConfig for IAM v1 (7642eba)

Bug Fixes

  • add NOT_FOUND error check in exit method of SessionCheckout. (#718) (265e207)
  • deps: require google-api-core>=1.31.5, >=2.3.2 (#685) (7a46a27)
  • deps: require grpc-google-iam-v1 >=0.12.4 (7642eba)
  • deps: require proto-plus>=1.15.0 (7a46a27)

Documentation

v2.1.1

07 Apr 16:47
c6982b3
Compare
Choose a tag to compare

2.1.1 (2022-04-07)

Bug Fixes

  • deps: require google-api-core >= 1.31.5, >= 2.3.2 on v2 release (#688) (ad8ba58)

v1.19.2

07 Apr 17:41
8ab72f7
Compare
Choose a tag to compare

1.19.2 (2022-04-07)

Bug Fixes

  • deps: require google-api-core >= 1.31.5, >= 2.3.2 on v1 release (#687) (bbe8d85)

v3.13.0

07 Feb 08:33
31b91a5
Compare
Choose a tag to compare

3.13.0 (2022-02-04)

Features

Bug Fixes

  • add support for row_count in cursor. (#675) (d431339)
  • resolve DuplicateCredentialArgs error when using credentials_file (#676) (39ff137)

v3.12.1

06 Jan 11:53
640970d
Compare
Choose a tag to compare

Bug Fixes

  • Django and SQLAlchemy APIs are failing to use rowcount (#654) (698260e)

v3.12.0

02 Dec 09:51
2505187
Compare
Choose a tag to compare

Features

  • add context manager support in client (5ae4be8)
  • add context manager support in client (#637) (5ae4be8)
  • add support for python 3.10 (#626) (17ca61b), closes #623
  • db_api: add an ability to set ReadOnly/ReadWrite connection mode (#475) (cd3b950)
  • db_api: make rowcount property NotImplemented (#603) (b5a567f)
  • db_api: raise exception with message for executemany() (#595) (95908f6)
  • db_api: support JSON data type (#627) (d760c2c)
  • db_api: support stale reads (#584) (8ca868c)

Bug Fixes

  • db_api: emit warning instead of an exception for rowcount property (#628) (62ff9ae)
  • deps: drop packaging dependency (5ae4be8)
  • deps: require google-api-core >= 1.28.0 (5ae4be8)
  • improper types in pagers generation (5ae4be8)

Performance Improvements

  • dbapi: set headers correctly for dynamic routing (#644) (d769ff8)

Documentation

  • list oneofs in docstring (5ae4be8)