chore: librarian release pull request: 20260211T232929Z#13835
Conversation
There was a problem hiding this comment.
Code Review
This pull request is an automated release preparation for spanner version 1.88.0. The changes correctly update the version number in various configuration files, the internal version constant, and add a new entry to the changelog. I've suggested some minor formatting improvements to the changelog for consistency. Otherwise, the changes look good.
| * add ClientContext support (#13775) ([e85d706](https://github.com/googleapis/google-cloud-go/commit/e85d706143ce0ffedd4c6a7485d13f512673f8ed)) | ||
| * add Secure Parameters to the ClientContext ([80379ed](https://github.com/googleapis/google-cloud-go/commit/80379edb1c47cd7c2d928d18762029cfe28420c0)) | ||
| * add a ClientContext field to Spanner requests ([80379ed](https://github.com/googleapis/google-cloud-go/commit/80379edb1c47cd7c2d928d18762029cfe28420c0)) | ||
| * include cache updates into the ResultSet response ([6f31019](https://github.com/googleapis/google-cloud-go/commit/6f310199e136b133bb4fadaa353e264e809db6d7)) | ||
| * support struct literal (#13766) ([b4a6f4c](https://github.com/googleapis/google-cloud-go/commit/b4a6f4c5810408daa67bb6ee7ad02d07786faff8)) |
There was a problem hiding this comment.
For consistency within the changelog, the summary for each change should start with a capital letter. Several items under ### Features start with a lowercase letter, while others in the same section and under ### Documentation start with an uppercase letter.
| * add ClientContext support (#13775) ([e85d706](https://github.com/googleapis/google-cloud-go/commit/e85d706143ce0ffedd4c6a7485d13f512673f8ed)) | |
| * add Secure Parameters to the ClientContext ([80379ed](https://github.com/googleapis/google-cloud-go/commit/80379edb1c47cd7c2d928d18762029cfe28420c0)) | |
| * add a ClientContext field to Spanner requests ([80379ed](https://github.com/googleapis/google-cloud-go/commit/80379edb1c47cd7c2d928d18762029cfe28420c0)) | |
| * include cache updates into the ResultSet response ([6f31019](https://github.com/googleapis/google-cloud-go/commit/6f310199e136b133bb4fadaa353e264e809db6d7)) | |
| * support struct literal (#13766) ([b4a6f4c](https://github.com/googleapis/google-cloud-go/commit/b4a6f4c5810408daa67bb6ee7ad02d07786faff8)) | |
| * Add ClientContext support (#13775) ([e85d706](https://github.com/googleapis/google-cloud-go/commit/e85d706143ce0ffedd4c6a7485d13f512673f8ed)) | |
| * Add Secure Parameters to the ClientContext ([80379ed](https://github.com/googleapis/google-cloud-go/commit/80379edb1c47cd7c2d928d18762029cfe28420c0)) | |
| * Add a ClientContext field to Spanner requests ([80379ed](https://github.com/googleapis/google-cloud-go/commit/80379edb1c47cd7c2d928d18762029cfe28420c0)) | |
| * Include cache updates into the ResultSet response ([6f31019](https://github.com/googleapis/google-cloud-go/commit/6f310199e136b133bb4fadaa353e264e809db6d7)) | |
| * Support struct literal (#13766) ([b4a6f4c](https://github.com/googleapis/google-cloud-go/commit/b4a6f4c5810408daa67bb6ee7ad02d07786faff8)) |
| * decode PG JSONB array to PGJsonB struct (#13602) ([d72d0f4](https://github.com/googleapis/google-cloud-go/commit/d72d0f458c517a7c8ddf5f62ff4a92651f2b4bb4)) | ||
| * disable config logging by default (#13478) ([ad19592](https://github.com/googleapis/google-cloud-go/commit/ad19592ed7ba9effe23f9df664aca07f967a65c0)) |
There was a problem hiding this comment.
For consistency within the changelog, the summary for each change should start with a capital letter. The items under ### Bug Fixes start with a lowercase letter, while items in other sections like ### Documentation start with an uppercase letter.
| * decode PG JSONB array to PGJsonB struct (#13602) ([d72d0f4](https://github.com/googleapis/google-cloud-go/commit/d72d0f458c517a7c8ddf5f62ff4a92651f2b4bb4)) | |
| * disable config logging by default (#13478) ([ad19592](https://github.com/googleapis/google-cloud-go/commit/ad19592ed7ba9effe23f9df664aca07f967a65c0)) | |
| * Decode PG JSONB array to PGJsonB struct (#13602) ([d72d0f4](https://github.com/googleapis/google-cloud-go/commit/d72d0f458c517a7c8ddf5f62ff4a92651f2b4bb4)) | |
| * Disable config logging by default (#13478) ([ad19592](https://github.com/googleapis/google-cloud-go/commit/ad19592ed7ba9effe23f9df664aca07f967a65c0)) |
|
|
||
| ### Performance Improvements | ||
|
|
||
| * only create sessions if multiplexed sessions are disabled (#13477) ([e44e58f](https://github.com/googleapis/google-cloud-go/commit/e44e58f608c9b25125e0412919bea5de90596dd9)) |
There was a problem hiding this comment.
For consistency within the changelog, the summary for each change should start with a capital letter. This item starts with a lowercase letter, while items in other sections like ### Documentation start with an uppercase letter.
| * only create sessions if multiplexed sessions are disabled (#13477) ([e44e58f](https://github.com/googleapis/google-cloud-go/commit/e44e58f608c9b25125e0412919bea5de90596dd9)) | |
| * Only create sessions if multiplexed sessions are disabled (#13477) ([e44e58f](https://github.com/googleapis/google-cloud-go/commit/e44e58f608c9b25125e0412919bea5de90596dd9)) |
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/librarian-go@sha256:19bb93e8f1f916c61b597db2bad65dc432f79baaabb210499d7d0e4ad1dffe29
spanner: 1.88.0
1.88.0 (2026-02-11)
Features
Adding Send and Ack Mutation Support for Cloud Spanner Queue (feat(spanner): Adding Send and Ack Mutation Support for Cloud Spanner Queue #13616) (1cf600d6)
include cache updates into the ResultSet response (PiperOrigin-RevId: 865546011) (6f310199)
add a ClientContext field to Spanner requests (PiperOrigin-RevId: 853323071) (80379edb)
add Secure Parameters to the ClientContext (PiperOrigin-RevId: 853323071) (80379edb)
PGNumeric implements Scanner and Valuer (feat(spanner): PGNumeric implements Scanner and Valuer #13722) (85bc9dbf)
support struct literal (feat(spanner/spansql): support struct literal #13766) (b4a6f4c5)
Exposing total CPU related fields in AutoscalingConfig (PiperOrigin-RevId: 845819318) (db65e792)
add ClientContext support (feat(spanner): add ClientContext support #13775) (e85d7061)
Bug Fixes
disable config logging by default (fix(spanner): disable config logging by default #13478) (ad19592e)
decode PG JSONB array to PGJsonB struct (fix(spanner): decode PG JSONB array to PGJsonB struct #13602) (d72d0f45)
Performance Improvements
Documentation
A comment for field
param_typesin message.google.spanner.v1.PartitionQueryRequestis changed (PiperOrigin-RevId: 865546011) (6f310199)A comment for field
transaction_tagin message.google.spanner.v1.RequestOptionsis changed (PiperOrigin-RevId: 865546011) (6f310199)A comment for field
commit_timestampin message.google.spanner.v1.BatchWriteResponseis changed (PiperOrigin-RevId: 865546011) (6f310199)A comment for field
paramsin message.google.spanner.v1.PartitionQueryRequestis changed (PiperOrigin-RevId: 865546011) (6f310199)Update client side metrics and permission issues in README (docs(spanner): Update client side metrics and permission issues in README #13491) (ab56892e)
Update high_priority_cpu_utilization_percent in AutoscalingConfig to be Optional and clarify its behavior when not specified (PiperOrigin-RevId: 845819318) (db65e792)