Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GoogleCloudPlatform/spring-cloud-gcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.0
Choose a base ref
...
head repository: GoogleCloudPlatform/spring-cloud-gcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.0
Choose a head ref
  • 11 commits
  • 216 files changed
  • 9 contributors

Commits on Aug 5, 2025

  1. docs: update reference documentation links to the latest (#4049)

    * docs: update reference documentation links to the latest
    
    * Update README.adoc
    
    * Update README.adoc
    diegomarquezp authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    4e66678 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    092a1dd View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. 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
    zhumin8 authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    b50c092 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f96a628 View commit details
    Browse the repository at this point in the history
  3. 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]>
    renovate-bot and cloud-java-bot authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    4aa58cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23dc9ae View commit details
    Browse the repository at this point in the history
  5. 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]>
    3 people authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    82df717 View commit details
    Browse the repository at this point in the history
  6. 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>
    release-please[bot] authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    104cd55 View commit details
    Browse the repository at this point in the history
  7. 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.
    jinseopkim0 authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    20c45f9 View commit details
    Browse the repository at this point in the history
  8. fix: remove unnecessary backslashes (#4083)

    Added in
    #4081 by
    mistake.
    jinseopkim0 authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    0cfe9d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. 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>
    release-please[bot] authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    9892348 View commit details
    Browse the repository at this point in the history
Loading