Skip to content

Commit 3c8dca7

Browse files
committed
chore: create a release
1 parent 0aa1eda commit 3c8dca7

File tree

9 files changed

+18
-8
lines changed

9 files changed

+18
-8
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:b8058df4c45e9a6e07f6b4d65b458d0d059241dd34c814f151c8bf6b89211209
22
libraries:
33
- id: google-cloud-spanner
4-
version: 3.63.0
4+
version: 3.64.0
55
last_generated_commit: a17b84add8318f780fcc8a027815d5fee644b9f7
66
apis:
77
- path: google/spanner/admin/instance/v1

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
[1]: https://pypi.org/project/google-cloud-spanner/#history
66

7+
## [3.64.0](https://github.com/googleapis/python-spanner/compare/v3.63.0...v3.64.0) (2026-03-24)
8+
9+
10+
### Features
11+
12+
* implement native asyncio support via Cross-Sync (#1509) ([0aa1eda564a9463e776eacdff920fa5dc6c46cac](https://github.com/googleapis/python-spanner/commit/0aa1eda564a9463e776eacdff920fa5dc6c46cac))
13+
* use inline begin to eliminate BeginTransaction RPC (#1502) ([15eebdfb24f13ada111c50f14f5aab2529f839ca](https://github.com/googleapis/python-spanner/commit/15eebdfb24f13ada111c50f14f5aab2529f839ca))
14+
* add Client Context support to options (#1499) ([9fcb64703d7e77a1864c864b9cda5d4ea310e13e](https://github.com/googleapis/python-spanner/commit/9fcb64703d7e77a1864c864b9cda5d4ea310e13e))
15+
* add TLS/mTLS support for experimental host (#1479) ([12773d77a9664b1042a319fbef71008cb6a0d462](https://github.com/googleapis/python-spanner/commit/12773d77a9664b1042a319fbef71008cb6a0d462))
16+
717
## [3.63.0](https://github.com/googleapis/python-spanner/compare/v3.62.0...v3.63.0) (2026-02-13)
818

919

google/cloud/spanner_admin_database_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.63.0" # {x-release-please-version}
16+
__version__ = "3.64.0" # {x-release-please-version}

google/cloud/spanner_admin_instance_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.63.0" # {x-release-please-version}
16+
__version__ = "3.64.0" # {x-release-please-version}

google/cloud/spanner_dbapi/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
import platform
1616

1717
PY_VERSION = platform.python_version()
18-
__version__ = "3.63.0"
18+
__version__ = "3.64.0"
1919
VERSION = __version__
2020
DEFAULT_USER_AGENT = "gl-dbapi/" + VERSION

google/cloud/spanner_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.63.0" # {x-release-please-version}
16+
__version__ = "3.64.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.spanner.admin.database.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-spanner-admin-database",
11-
"version": "3.63.0"
11+
"version": "3.64.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.spanner.admin.instance.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-spanner-admin-instance",
11-
"version": "3.63.0"
11+
"version": "3.64.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.spanner.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-spanner",
11-
"version": "3.63.0"
11+
"version": "3.64.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)