| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This pull request updates the versions and changelogs for several Google Cloud Python libraries, including the onboarding of google-cloud-appoptimize and google-cloud-iamconnectorcredentials. Key changes include feature additions for bigquery-magics, google-apps-chat, and google-cloud-dlp, along with bug fixes for google-api-core, google-auth, and google-cloud-spanner. Feedback was provided to correct a truncated bug fix description in the google-cloud-spanner changelog.
Sorry, something went wrong.
|
|
||
| ### Bug Fixes | ||
|
|
||
| * catch recursion and decode errors in proto parsing to p… (#16561) ([70dc6bfc328de37abe96afbf5555e484fdc80058](https://github.com/googleapis/google-cloud-python/commit/70dc6bfc328de37abe96afbf5555e484fdc80058)) |
There was a problem hiding this comment.
The bug fix description appears to be truncated with an ellipsis (p…). Based on the referenced PR #16561, the full description should be "catch recursion and decode errors in proto parsing to python".
| * catch recursion and decode errors in proto parsing to p… (#16561) ([70dc6bfc328de37abe96afbf5555e484fdc80058](https://github.com/googleapis/google-cloud-python/commit/70dc6bfc328de37abe96afbf5555e484fdc80058)) | |
| * catch recursion and decode errors in proto parsing to python (#16561) ([70dc6bfc328de37abe96afbf5555e484fdc80058](https://github.com/googleapis/google-cloud-python/commit/70dc6bfc328de37abe96afbf5555e484fdc80058)) |
Sorry, something went wrong.
|
Warning Added a Do not merge label Before releasing, please update with a google-cloud-storage-specific CHANGELOG.md file to highlight two google-cloud-storage migration config changes that did not get included into any sort of changelog during the migration (see Issue #16487): Bug Fixes deps: Require protobuf >= 4.25.8, < 8.0.0 (57114cb) New Features Drop support for Python 3.8. (57114cb) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
Librarian Version: v0.0.0-20260407125916-07fdb844a681
bigquery-magics: v0.13.0Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:234b9d1f2ddb057ed7ac6a38db0bf8163d839c65c6cf88ade52530cddebce59e
v0.13.0 (2026-04-09)
Features
- deprecate --engine=bigframes, run %load_ext bigframes and use %%bqsql magics instead (feat(bigquery-magics): deprecate --engine=bigframes, run %load_ext bigframes and use %%bqsql magics instead #16573) (dbaf8f54)
google-api-core: v2.30.3v2.30.3 (2026-04-09)
Bug Fixes
- avoid repeated scan of entire venv via packages_distributions() at import time (fix(perf): avoid repeated scan of entire venv via packages_distributions() at import time #16579) (c5728b24)
google-apps-chat: v0.8.0v0.8.0 (2026-04-09)
Features
Addition of Section and SectionItem APIs (PiperOrigin-RevId: 893488928) (56ccbd86)
Support app authentication with admin-consent scopes for Chat API ListMessages, GetMessage, GetSpaceEvent and ListSpaceEvents (PiperOrigin-RevId: 893619899) (56ccbd86)
Documentation
- Update reference documentation for Chat API ListMessages, GetMessage, GetSpaceEvent and ListSpaceEvents. (PiperOrigin-RevId: 893619899) (56ccbd86)
google-auth: v2.49.2v2.49.2 (2026-04-09)
Bug Fixes
- use requests transport for GCE MDS (fix(auth): use requests transport for GCE MDS #16480) (614a3d04)
google-cloud-appoptimize: v0.1.0v0.1.0 (2026-04-09)
Features
- onboard a new library (PiperOrigin-RevId: 895558469) (8e92bae8)
google-cloud-dlp: v3.36.0v3.36.0 (2026-04-09)
Features
- added support for detecting key-value pairs in client provided metadata (PiperOrigin-RevId: 895098649) (56ccbd86)
google-cloud-iamconnectorcredentials: v0.1.0v0.1.0 (2026-04-09)
Features
- onboard a new library (PiperOrigin-RevId: 889980347) (2a3458c8)
google-cloud-pubsub: v2.37.0v2.37.0 (2026-04-09)
Documentation
- Fix documentation URL AIInference MessageTransform service_account_email field (PiperOrigin-RevId: 895485801) (56ccbd86)
google-cloud-spanner: v3.64.1v3.64.1 (2026-04-09)
Bug Fixes
- catch recursion and decode errors in proto parsing to p… (fix(spanner): catch recursion and decode errors in proto parsing to p… #16561) (70dc6bfc)
google-cloud-translate: v3.26.0v3.26.0 (2026-04-09)
Features