{{ message }}
This repository was archived by the owner on Jun 8, 2026. It is now read-only.
chore: librarian release pull request: 20260112T142428Z#1474
Closed
rahul2393 wants to merge 1 commit into
Closed
Conversation
Contributor
Contributor
There was a problem hiding this comment.
Code Review
This pull request is an automated release PR for google-cloud-spanner, bumping the version to 3.62.0. The changes correctly update the version number across various files. I've added one comment on CHANGELOG.md to improve formatting consistency and to align the order of bug fixes with the pull request description.
Comment on lines
+7
to
+18
| ## [3.62.0](https://github.com/googleapis/python-spanner/compare/v3.61.0...v3.62.0) (2026-01-12) | ||
|
|
||
|
|
||
| ### Features | ||
|
|
||
| * add uuid support (#1310) ([3b1792aad1d046b6ae1e5c982f5047289dffd95c](https://github.com/googleapis/python-spanner/commit/3b1792aad1d046b6ae1e5c982f5047289dffd95c)) | ||
|
|
||
|
|
||
| ### Bug Fixes | ||
|
|
||
| * resolve pre-release dependency failures and sqlparse recursion (#1472) ([9ec95b7df5e921112bd58b820722103177e0e5b6](https://github.com/googleapis/python-spanner/commit/9ec95b7df5e921112bd58b820722103177e0e5b6)) | ||
| * transaction_tag should be set on BeginTransactionRequest (#1463) ([3d3cea0b5afb414a506ab08eebae733d803f17ac](https://github.com/googleapis/python-spanner/commit/3d3cea0b5afb414a506ab08eebae733d803f17ac)) |
Contributor
There was a problem hiding this comment.
There are a couple of minor issues in this changelog entry:
- There are extra blank lines that are inconsistent with the rest of the file's formatting.
- The order of items under
Bug Fixesis different from the order in the pull request description.
For consistency, I've suggested a change that addresses both points.
Suggested change
sinhasubham
approved these changes
Jan 12, 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: v1.0.0
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:b8058df4c45e9a6e07f6b4d65b458d0d059241dd34c814f151c8bf6b89211209
google-cloud-spanner: 3.62.0
3.62.0 (2026-01-12)
Features
Bug Fixes
transaction_tag should be set on BeginTransactionRequest (fix: transaction_tag should be set on BeginTransactionRequest #1463) (3d3cea0b)
resolve pre-release dependency failures and sqlparse recursion (fix: resolve pre-release dependency failures and sqlparse recursion #1472) (9ec95b7d)