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: v3.9.7
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: v3.9.8
Choose a head ref
  • 4 commits
  • 98 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 (#4066

    )
    
    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
    e15f17a View commit details
    Browse the repository at this point in the history
  2. chore(3.x): release 3.9.8-SNAPSHOT (#4042)

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

    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.
    
    Fixes #4046
    zhumin8 authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    e0a2716 View commit details
    Browse the repository at this point in the history
  4. chore(3.x): release 3.9.8 (#4074)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [3.9.8](v3.9.7...v3.9.8)
    (2025-08-19)
    
    
    ### Bug Fixes
    
    * **spanner:** check for empty before delete
    ([#4047](#4047))
    ([#4079](#4079))
    ([e0a2716](e0a2716)),
    closes
    [#4046](#4046)
    
    
    ### Dependencies
    
    * bump com.google.cloud:libraries-bom from 26.65.0 to 26.66.0
    ([#4066](#4066))
    ([e15f17a](e15f17a))
    
    ---
    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
    d6c2d4b View commit details
    Browse the repository at this point in the history
Loading