Skip to content

Commit d1fe759

Browse files
authored
chore: librarian release pull request: 20260326T233413Z (#14270)
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.8.4 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go@sha256:ac1efa3ad3c6d99efed878535b3a0fe63d0cce6701c335f03811d8b49004d652 <details><summary>spanner: v1.89.0</summary> ## [v1.89.0](spanner/v1.88.0...spanner/v1.89.0) (2026-03-26) ### Features * Add E2E fallback to the spanner client. (#13518) ([16af6a1](16af6a1c)) * include cache updates and routing hint into BeginTransaction and Commit request/response respectively (PiperOrigin-RevId: 878019893) ([9c80b8b](9c80b8b4)) * add SI, adapt, split point related proto (PiperOrigin-RevId: 871366927) ([d3eb851](d3eb851d)) * Add gRPC A66/A94 metrics (#13825) ([d695802](d695802a)) * support Scan from string to NullUUID (#14128) ([d897b6d](d897b6db)) ### Bug Fixes * replace multiplexed session request loop with shared in-flight creation (#14215) ([3e3bd2d](3e3bd2d3)) * guard rollback when aborted commit cleared session handle (#14218) ([6315105](63151055)) ### Documentation * A comment for field `routing_hint` in messages `.google.spanner.v1.ResultSet` and `.google.spanner.v1.PartialResultSet` are changed (PiperOrigin-RevId: 878019893) ([9c80b8b](9c80b8b4)) * A comment in message `.google.spanner.v1.TransactionOptions.ReadWrite.ReadLockMode` is changed (PiperOrigin-RevId: 878019893) ([9c80b8b](9c80b8b4)) * A comment for message `ListCloudInstancesAction` is changed (PiperOrigin-RevId: 871366927) ([d3eb851](d3eb851d)) * A comment for field `execution_options` in message `.google.spanner.executor.v1.StartTransactionAction` is changed (PiperOrigin-RevId: 871366927) ([d3eb851](d3eb851d)) * A comment for message `TransactionExecutionOptions` is changed (PiperOrigin-RevId: 871366927) ([d3eb851](d3eb851d)) </details>
1 parent 8bc506e commit d1fe759

File tree

8 files changed

+30
-7
lines changed

8 files changed

+30
-7
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5760,7 +5760,7 @@ libraries:
57605760
- internal/generated/snippets/shopping/
57615761
tag_format: '{id}/v{version}'
57625762
- id: spanner
5763-
version: 1.88.0
5763+
version: 1.89.0
57645764
last_generated_commit: 6df3ecf4fd43b64826de6a477d1a535ec18b0d7c
57655765
apis:
57665766
- path: google/spanner/adapter/v1

internal/generated/snippets/spanner/adapter/apiv1/snippet_metadata.google.spanner.adapter.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "GO",
1010
"name": "cloud.google.com/go/spanner/adapter/apiv1",
11-
"version": "1.88.0"
11+
"version": "1.89.0"
1212
},
1313
"snippets": [
1414
{

internal/generated/snippets/spanner/admin/database/apiv1/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": "GO",
1010
"name": "cloud.google.com/go/spanner/admin/database/apiv1",
11-
"version": "1.88.0"
11+
"version": "1.89.0"
1212
},
1313
"snippets": [
1414
{

internal/generated/snippets/spanner/admin/instance/apiv1/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": "GO",
1010
"name": "cloud.google.com/go/spanner/admin/instance/apiv1",
11-
"version": "1.88.0"
11+
"version": "1.89.0"
1212
},
1313
"snippets": [
1414
{

internal/generated/snippets/spanner/apiv1/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": "GO",
1010
"name": "cloud.google.com/go/spanner/apiv1",
11-
"version": "1.88.0"
11+
"version": "1.89.0"
1212
},
1313
"snippets": [
1414
{

internal/generated/snippets/spanner/executor/apiv1/snippet_metadata.google.spanner.executor.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "GO",
1010
"name": "cloud.google.com/go/spanner/executor/apiv1",
11-
"version": "1.88.0"
11+
"version": "1.89.0"
1212
},
1313
"snippets": [
1414
{

spanner/CHANGES.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changes
22

3+
## [1.89.0](https://github.com/googleapis/google-cloud-go/releases/tag/spanner%2Fv1.89.0) (2026-03-26)
4+
5+
### Features
6+
7+
* Add E2E fallback to the spanner client. (#13518) ([16af6a1](https://github.com/googleapis/google-cloud-go/commit/16af6a1cac04c2a7aea93b0c6f151ac7d42f471b))
8+
* Add gRPC A66/A94 metrics (#13825) ([d695802](https://github.com/googleapis/google-cloud-go/commit/d695802a29815599e60132d13dc114a03a2366de))
9+
* add SI, adapt, split point related proto ([d3eb851](https://github.com/googleapis/google-cloud-go/commit/d3eb851d1b09f28ae2b6c7c63d694eb67b0c11c7))
10+
* include cache updates and routing hint into BeginTransaction and Commit request/response respectively ([9c80b8b](https://github.com/googleapis/google-cloud-go/commit/9c80b8b4442a54c610826c1bb89cec5158b49314))
11+
* support Scan from string to NullUUID (#14128) ([d897b6d](https://github.com/googleapis/google-cloud-go/commit/d897b6db5a01291e151f09d8491ea1dd195d55ea))
12+
13+
### Bug Fixes
14+
15+
* guard rollback when aborted commit cleared session handle (#14218) ([6315105](https://github.com/googleapis/google-cloud-go/commit/63151055c1d238f1a89dc8bd96eba0f05512bd7b))
16+
* replace multiplexed session request loop with shared in-flight creation (#14215) ([3e3bd2d](https://github.com/googleapis/google-cloud-go/commit/3e3bd2d33a7b36e9d7ed4568603bae800268073a))
17+
18+
### Documentation
19+
20+
* A comment for field `execution_options` in message `.google.spanner.executor.v1.StartTransactionAction` is changed ([d3eb851](https://github.com/googleapis/google-cloud-go/commit/d3eb851d1b09f28ae2b6c7c63d694eb67b0c11c7))
21+
* A comment for field `routing_hint` in messages `.google.spanner.v1.ResultSet` and `.google.spanner.v1.PartialResultSet` are changed ([9c80b8b](https://github.com/googleapis/google-cloud-go/commit/9c80b8b4442a54c610826c1bb89cec5158b49314))
22+
* A comment for message `ListCloudInstancesAction` is changed ([d3eb851](https://github.com/googleapis/google-cloud-go/commit/d3eb851d1b09f28ae2b6c7c63d694eb67b0c11c7))
23+
* A comment for message `TransactionExecutionOptions` is changed ([d3eb851](https://github.com/googleapis/google-cloud-go/commit/d3eb851d1b09f28ae2b6c7c63d694eb67b0c11c7))
24+
* A comment in message `.google.spanner.v1.TransactionOptions.ReadWrite.ReadLockMode` is changed ([9c80b8b](https://github.com/googleapis/google-cloud-go/commit/9c80b8b4442a54c610826c1bb89cec5158b49314))
25+
326
## [1.88.0](https://github.com/googleapis/google-cloud-go/releases/tag/spanner%2Fv1.88.0) (2026-02-11)
427

528
### Features

spanner/internal/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)