Releases: googleapis/python-spanner
Releases · googleapis/python-spanner
v2.1.1
07 Apr 16:47
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Django and SQLAlchemy APIs are failing to use rowcount (#654 ) (698260e )
v3.12.0
02 Dec 09:51
Compare
Sorry, something went wrong.
No results found
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
v3.11.1
05 Oct 11:32
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Features
adding support for spanner request options tags (#276 ) (e16f376 )
v3.10.0
21 Sep 12:02
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v3.8.0
16 Aug 07:02
Compare
Sorry, something went wrong.
No results found
Features
use DML batches in executemany() method (#412 ) (cbb4ee3 )
Bug Fixes
samples: batch_update() results processing error (#484 ) (bdd5f8b )