Skip to content

Releases: googleapis/python-spanner

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

v3.8.0

16 Aug 07:02
05a2c37
Compare
Choose a tag to compare

Features

  • use DML batches in executemany() method (#412) (cbb4ee3)

Bug Fixes

  • samples: batch_update() results processing error (#484) (bdd5f8b)

v3.7.0

30 Jul 04:17
89fe076
Compare
Choose a tag to compare

Features

Bug Fixes

  • avoid bad version of opentelemetry-instrumentation (#429) (1620c12)
  • deps: pin 'google-{api,cloud}-core' to allow 2.x versions (#415) (b0455d0)
  • disable always_use_jwt_access (c37bf21)
  • disable always_use_jwt_access (#395) (c37bf21)
  • enable self signed jwt for grpc (#427) (2487800)
  • support merging for NUMERIC values (#434) (06b4215), closes #433

Documentation

v3.6.0

24 Jun 05:03
32a5576
Compare
Choose a tag to compare

Features

Bug Fixes

  • db_api: use sqlparse to split DDL statements (#372) (ed9e124)
  • db_api: classify batched DDL statements (#360) (b8b24e1)
  • deps: add packaging requirement (#368) (89c126c)

Documentation