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: v5.13.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: v5.13.2
Choose a head ref
  • 4 commits
  • 208 files changed
  • 2 contributors

Commits on Aug 19, 2025

  1. chore(5.x): release 5.13.2-SNAPSHOT (#4045)

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

    Backport fix.
    
    
    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.
    zhumin8 authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    319cf41 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

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

Commits on Aug 27, 2025

  1. chore(5.x): release 5.13.2 (#4082)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [5.13.2](v5.13.1...v5.13.2)
    (2025-08-20)
    
    
    ### Bug Fixes
    
    * **spanner:** check for empty before delete
    ([#4047](#4047))
    ([#4078](#4078))
    ([319cf41](319cf41))
    
    
    ### Dependencies
    
    * bump com.google.cloud:libraries-bom from 26.65.0 to 26.66.0
    ([#4080](#4080))
    ([edd3237](edd3237))
    
    ---
    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 27, 2025
    Configuration menu
    Copy the full SHA
    27a927f View commit details
    Browse the repository at this point in the history
Loading