-
Notifications
You must be signed in to change notification settings - Fork 348
Comparing changes
Open a pull request
base repository: GoogleCloudPlatform/spring-cloud-gcp
base: v7.1.0
head repository: GoogleCloudPlatform/spring-cloud-gcp
compare: v7.2.0
- 11 commits
- 216 files changed
- 9 contributors
Commits on Aug 5, 2025
-
docs: update reference documentation links to the latest (#4049)
* docs: update reference documentation links to the latest * Update README.adoc * Update README.adoc
Configuration menu - View commit details
-
Copy full SHA for 4e66678 - Browse repository at this point
Copy the full SHA 4e66678View commit details
Commits on Aug 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 092a1dd - Browse repository at this point
Copy the full SHA 092a1ddView commit details
Commits on Aug 19, 2025
-
fix: check for empty before delete (#4047)
spanner IT fails for `deleteAllById_doesNothingOnEmptyIds` test with error from Spanner: `INVALID_ARGUMENT: Failed to initialize transaction due to invalid mutation key.` **Trigger of this behavior change:** spanner activated multiplexed sessions by default in [googleapis/java-spanner#3996](googleapis/java-spanner#3996), which triggers this error. When issuing a write() with a Mutation that has an empty KeySet produces an exception in Multiplexed clients (see [pr](googleapis/java-spanner#4023)), but does a no-op in non-multiplexed ones. Unlike Regular session, multiplex session needs a valid mutation to generate a precommit token. Fixes #4046
Configuration menu - View commit details
-
Copy full SHA for b50c092 - Browse repository at this point
Copy the full SHA b50c092View commit details -
Configuration menu - View commit details
-
Copy full SHA for f96a628 - Browse repository at this point
Copy the full SHA f96a628View commit details -
fix(deps): update dependency com.google.cloud:libraries-bom to v26.66…
….0 (#4070) * fix(deps): update dependency com.google.cloud:libraries-bom to v26.66.0 * chore: update starter modules in spring-cloud-previews --------- Co-authored-by: Cloud Java Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4aa58cd - Browse repository at this point
Copy the full SHA 4aa58cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23dc9ae - Browse repository at this point
Copy the full SHA 23dc9aeView commit details -
fix(doc): fix secret manager section header levels (#4060)
The table of contents for the [documentation of Spring Cloud GCP 7.1.0](https://googlecloudplatform.github.io/spring-cloud-gcp/7.1.0/reference/html/index.html) shows '22. Global Secrets' and '23. Regional Secrets' as sibling sections after '21. Secret Manager', but I believe they should be subsections of 'Secret Manager', and they are also part of the `secretmanager.adoc` file. This pull request changes these sections to be subsections of Secret Manager. Fixes #4072 Co-authored-by: Nils Breunese <[email protected]> Co-authored-by: Min Zhu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82df717 - Browse repository at this point
Copy the full SHA 82df717View commit details -
chore(main): release 7.1.1-SNAPSHOT (#4044)
🤖 I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 104cd55 - Browse repository at this point
Copy the full SHA 104cd55View commit details -
feat: Update root reference docs with latest version (#4081)
Fixes #3610 Modifies the ghpages.sh script to update the root documentation directory (e.g., /reference/html/) in the gh-pages branch *only* when a versioned release is being processed (using the -v flag). This is achieved by adding calls to copy_docs_for_branch within the copy_docs_for_provided_version function to target the root destination folder, in addition to the version-specific folder. This ensures the version-less URL always points to the latest officially released documentation.
Configuration menu - View commit details
-
Copy full SHA for 20c45f9 - Browse repository at this point
Copy the full SHA 20c45f9View commit details -
fix: remove unnecessary backslashes (#4083)
Added in #4081 by mistake.
Configuration menu - View commit details
-
Copy full SHA for 0cfe9d9 - Browse repository at this point
Copy the full SHA 0cfe9d9View commit details
Commits on Aug 20, 2025
-
chore(main): release 7.2.0 (#4076)
🤖 I have created a release *beep* *boop* --- ## [7.2.0](v7.1.0...v7.2.0) (2025-08-19) ### Features * Update root reference docs with latest version ([#4081](#4081)) ([20c45f9](20c45f9)) ### Bug Fixes * **deps:** update dependency com.google.api:gapic-generator-java-bom to v2.61.0 ([#4071](#4071)) ([f96a628](f96a628)) * **deps:** update dependency com.google.cloud:libraries-bom to v26.66.0 ([#4070](#4070)) ([4aa58cd](4aa58cd)) * **doc:** fix secret manager section header levels ([#4060](#4060)) ([82df717](82df717)), closes [#4072](#4072) * **docs:** add missing parameter.adoc to documentation index ([#4069](#4069)) ([23dc9ae](23dc9ae)) * remove unnecessary backslashes ([#4083](#4083)) ([0cfe9d9](0cfe9d9)) * **spanner:** check for empty before delete ([#4047](#4047)) ([b50c092](b50c092)) ### Documentation * Add 80% test coverage requirement for new code ([#4062](#4062)) ([092a1dd](092a1dd)) * update reference documentation links to the latest ([#4049](#4049)) ([4e66678](4e66678)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9892348 - Browse repository at this point
Copy the full SHA 9892348View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.1.0...v7.2.0