chore: librarian release pull request: 20260326T233413Z#14270
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the Spanner library version from 1.88.0 to 1.89.0 across the repository, including metadata files, internal version constants, and the changelog. The new version introduces features such as E2E fallback, gRPC metrics, and NullUUID support, alongside bug fixes for session management and rollback procedures. A review comment identified that the release date specified in the changelog is set in the future and requires correction.
| @@ -1,5 +1,28 @@ | |||
| # Changes | |||
|
|
|||
| ## [1.89.0](https://github.com/googleapis/google-cloud-go/releases/tag/spanner%2Fv1.89.0) (2026-03-26) | |||
Contributor
codyoss
approved these changes
Mar 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
spanner: v1.89.0
v1.89.0 (2026-03-26)
Features
Add E2E fallback to the spanner client. (feat(spanner): Add E2E fallback to the spanner client. #13518) (16af6a1c)
include cache updates and routing hint into BeginTransaction and Commit request/response respectively (PiperOrigin-RevId: 878019893) (9c80b8b4)
add SI, adapt, split point related proto (PiperOrigin-RevId: 871366927) (d3eb851d)
Add gRPC A66/A94 metrics (feat(spanner): Add gRPC A66/A94 metrics #13825) (d695802a)
support Scan from string to NullUUID (feat(spanner): support Scan from string to NullUUID #14128) (d897b6db)
Bug Fixes
replace multiplexed session request loop with shared in-flight creation (fix(spanner): replace multiplexed session request loop with shared in-flight creation #14215) (3e3bd2d3)
guard rollback when aborted commit cleared session handle (fix(spanner): guard rollback when aborted commit cleared session handle #14218) (63151055)
Documentation
A comment for field
routing_hintin messages.google.spanner.v1.ResultSetand.google.spanner.v1.PartialResultSetare changed (PiperOrigin-RevId: 878019893) (9c80b8b4)A comment in message
.google.spanner.v1.TransactionOptions.ReadWrite.ReadLockModeis changed (PiperOrigin-RevId: 878019893) (9c80b8b4)A comment for message
ListCloudInstancesActionis changed (PiperOrigin-RevId: 871366927) (d3eb851d)A comment for field
execution_optionsin message.google.spanner.executor.v1.StartTransactionActionis changed (PiperOrigin-RevId: 871366927) (d3eb851d)A comment for message
TransactionExecutionOptionsis changed (PiperOrigin-RevId: 871366927) (d3eb851d)