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: v6.3.1
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: v6.3.2
Choose a head ref
  • 4 commits
  • 208 files changed
  • 3 contributors

Commits on Aug 19, 2025

  1. deps: bump com.google.cloud:libraries-bom from 26.65.0 to 26.66.0 (#4067

    )
    
    Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.65.0 to 26.66.0.
    - [Release notes](https://github.com/googleapis/java-cloud-bom/releases)
    - [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json)
    - [Commits](googleapis/java-cloud-bom@v26.65.0...v26.66.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.cloud:libraries-bom
      dependency-version: 26.66.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    970c11c View commit details
    Browse the repository at this point in the history
  2. chore(6.x): release 6.3.2-SNAPSHOT (#4043)

    🤖 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
    12d3850 View commit details
    Browse the repository at this point in the history
  3. fix(spanner): check for empty before delete (#4047) (#4077)

    backport fix from #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
    cb1f687 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. chore(6.x): release 6.3.2 (#4075)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [6.3.2](v6.3.1...v6.3.2)
    (2025-08-19)
    
    
    ### Bug Fixes
    
    * **spanner:** check for empty before delete
    ([#4047](#4047))
    ([#4077](#4077))
    ([cb1f687](cb1f687)),
    closes
    [#4046](#4046)
    
    
    ### Dependencies
    
    * bump com.google.cloud:libraries-bom from 26.65.0 to 26.66.0
    ([#4067](#4067))
    ([970c11c](970c11c))
    
    ---
    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
    d84ef2a View commit details
    Browse the repository at this point in the history
Loading