Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
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: googleapis/java-spanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.111.0
Choose a base ref
...
head repository: googleapis/java-spanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.111.1
Choose a head ref
  • 10 commits
  • 27 files changed
  • 5 contributors

Commits on Feb 18, 2026

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

Commits on Feb 21, 2026

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

Commits on Feb 24, 2026

  1. fix: retry CreateSession also when waitForMinSessions is zero (#4360)

    * fix: retry CreateSession also when waitForMinSessions is zero
    
    The creation of a session at startup would only be retried if waitForMinSessions was set.
    This changed introduces retries for CreateSession at startup if the error code is
    potentially transient. The number of retries is set to maximum 10.
    
    * chore: address review comment + fix test
    olavloite authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    9263972 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2026

  1. Configuration menu
    Copy the full SHA
    1ce4b8e View commit details
    Browse the repository at this point in the history
  2. chore(main): release 6.111.1-SNAPSHOT (#4345)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    ab27251 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85fc4f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1ff023 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    543aa34 View commit details
    Browse the repository at this point in the history
  6. chore(main): release 6.111.1 (#4372)

    * chore(main): release 6.111.1
    
    * chore: generate libraries at Tue Mar  3 08:31:35 UTC 2026
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
    release-please[bot] and cloud-java-bot authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    b6f0b7c View commit details
    Browse the repository at this point in the history
Loading