Skip to content

docs(release): update changelog for the 2025-06 release#15214

Merged
cuiy0006 merged 5 commits intogoogleapis:mainfrom
cuiy0006:release-changelog
Jun 9, 2025
Merged

docs(release): update changelog for the 2025-06 release#15214
cuiy0006 merged 5 commits intogoogleapis:mainfrom
cuiy0006:release-changelog

Conversation

@cuiy0006
Copy link
Contributor

@cuiy0006 cuiy0006 commented Jun 9, 2025

$ release/changes.sh

### [Pub/Sub](/google/cloud/pubsub/README.md)

- feat(pubsub): add MakeConnection overloads to support regional and locational endpoints ([#15190](https://github.com/googleapis/google-cloud-cpp/pull/15190))

### [Storage](/google/cloud/storage/README.md)

- fix(storage): make sure to send append_object_spec when retrying ([#15160](https://github.com/googleapis/google-cloud-cpp/pull/15160))
- samples(storage): add the bucket soft delete related tags ([#15154](https://github.com/googleapis/google-cloud-cpp/pull/15154))
- fix: fix 1000+ buckets pagination issue ([#15112](https://github.com/googleapis/google-cloud-cpp/pull/15112))
- samples(storage): add samples for soft delete objects ([#15133](https://github.com/googleapis/google-cloud-cpp/pull/15133))

### [Common Libraries](/google/cloud/README.md)

- docs(release): update changelog for the 2025-06 release
- feat(resourcemanager): add Connection factory function for regional endpoints ([#15189](https://github.com/googleapis/google-cloud-cpp/pull/15189))
- fix: update model version in aiplatform samples ([#15183](https://github.com/googleapis/google-cloud-cpp/pull/15183))
- feat(lustre): generate library ([#15167](https://github.com/googleapis/google-cloud-cpp/pull/15167))
- feat(dataform): generate library ([#15151](https://github.com/googleapis/google-cloud-cpp/pull/15151))
- Fix: Bypass proxy for metadata based on libcurl version ([#15155](https://github.com/googleapis/google-cloud-cpp/pull/15155))
- fix: Bypass proxy for GCE metadata server requests ([#15145](https://github.com/googleapis/google-cloud-cpp/pull/15145))
- samples(storagecontrol): add samples for anywhere cache ([#15134](https://github.com/googleapis/google-cloud-cpp/pull/15134))
- feat(oracledatabase): generate library ([#15135](https://github.com/googleapis/google-cloud-cpp/pull/15135))
- feat(memorystore): generate library ([#15132](https://github.com/googleapis/google-cloud-cpp/pull/15132))

### [Google APIs interface definitions](https://github.com/googleapis/googleapis)

- This release is based on definitions as of [2025-06-04T16:36:46-07:00](https://github.com/googleapis/googleapis/tree/de157ca34fa487ce248eb9130293d630b501e4ad)

This change is Reviewable

@cuiy0006 cuiy0006 marked this pull request as ready for review June 9, 2025 18:06
@cuiy0006 cuiy0006 requested a review from a team June 9, 2025 18:06
@cuiy0006
Copy link
Contributor Author

cuiy0006 commented Jun 9, 2025

/gcbrun

Copy link
Member

@scotthart scotthart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 0 of 4 files reviewed, 2 unresolved discussions


CHANGELOG.md line 31 at r1 (raw file):

- feat(resourcemanager): add Connection factory function for regional endpoints ([#15189](https://github.com/googleapis/google-cloud-cpp/pull/15189))
- fix: update model version in aiplatform samples ([#15183](https://github.com/googleapis/google-cloud-cpp/pull/15183))

Remove this item about model version; it only affects our CI.


CHANGELOG.md line 36 at r1 (raw file):

- samples(storagecontrol): add samples for anywhere cache ([#15134](https://github.com/googleapis/google-cloud-cpp/pull/15134))
- feat(oracledatabase): generate library ([#15135](https://github.com/googleapis/google-cloud-cpp/pull/15135))
- feat(memorystore): generate library ([#15132](https://github.com/googleapis/google-cloud-cpp/pull/15132))
  • samples(storagecontrol): add samples for anywhere cache (#15134)
  • fix: Bypass proxy for GCE metadata server requests (#15145)

Code quote:

- feat(lustre): generate library ([#15167](https://github.com/googleapis/google-cloud-cpp/pull/15167))
- feat(dataform): generate library ([#15151](https://github.com/googleapis/google-cloud-cpp/pull/15151))
- samples(storagecontrol): add samples for anywhere cache ([#15134](https://github.com/googleapis/google-cloud-cpp/pull/15134))
- feat(oracledatabase): generate library ([#15135](https://github.com/googleapis/google-cloud-cpp/pull/15135))
- feat(memorystore): generate library ([#15132](https://github.com/googleapis/google-cloud-cpp/pull/15132))

Copy link
Member

@scotthart scotthart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed all commit messages.
Reviewable status: 0 of 4 files reviewed, 2 unresolved discussions (waiting on @cuiy0006)

@codecov
Copy link

codecov bot commented Jun 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.95%. Comparing base (7d66d18) to head (e313dc4).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #15214   +/-   ##
=======================================
  Coverage   92.94%   92.95%           
=======================================
  Files        2393     2393           
  Lines      215318   215318           
=======================================
+ Hits       200130   200139    +9     
+ Misses      15188    15179    -9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cuiy0006 cuiy0006 merged commit e9eb0d1 into googleapis:main Jun 9, 2025
77 of 78 checks passed
@cuiy0006 cuiy0006 deleted the release-changelog branch June 9, 2025 19:53
cuiy0006 added a commit to cuiy0006/google-cloud-cpp that referenced this pull request Jun 10, 2025
…5214)

* docs(release): update changelog for the 2025-06 release

* remove internal

* remove internal

* changelog

* checkers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants