Skip to content

Releases: googleapis/python-spanner

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)

v3.11.1

05 Oct 11:32
aaec1db
Compare
Choose a tag to compare

Bug Fixes

  • add support for json data type (#593) (bc5ddc3)
  • remove database_version_time param from test_instance_list_backups (#609) (db63aee)

v3.11.0

30 Sep 04:02
97b2d6b
Compare
Choose a tag to compare

Features

  • adding support for spanner request options tags (#276) (e16f376)

v3.10.0

21 Sep 12:02
51fda1b
Compare
Choose a tag to compare

Features

  • set a separate user agent for the DB API (#566) (b5f977e)

Bug Fixes

  • db_api: move connection validation into a separate method (#543) (237ae41)
  • handle google.api_core.exceptions.OutOfRange exception and throw InegrityError as expected by dbapi standards (#571) (dffcf13)

v3.9.0

30 Aug 07:02
6cd4561
Compare
Choose a tag to compare

Features