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: googleapis/java-spanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.110.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.0
Choose a head ref
  • 7 commits
  • 28 files changed
  • 7 contributors

Commits on Feb 12, 2026

  1. fix: rollback transactions that are waiting for tx-id to be returned (#…

    …4342)
    
    If a transaction has been started by an async query, and the transaction is closed
    before the async query has returned the first results and the transaction ID, the
    transaction would not be rolled back by the client. This would cause locks to be held
    for longer than they should.
    
    This fix adds a check whether the transaction has already sent a request that will
    start the transaction, and if so, it will add a callback that will rollback the
    transaction when the transaction ID is returned.
    olavloite authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    866a8c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. chore(main): release 6.110.1-SNAPSHOT (#4341)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    fa2104a View commit details
    Browse the repository at this point in the history
  2. feat: Add E2E fallback to the spanner client. (#4282)

    * Add GCPFallback support
    
    * formatting
    
    * fix imports
    
    * Add fallback test to GapicSpannerRpcTest
    
    * respond to comments
    
    * fixes
    
    * add minFailedCalls parameter to createFallbackChannelOptions
    
    * limit collected eef metrics
    
    * fix test
    
    * remove unintentional changes
    
    * formatting fix
    
    * formatting fixes
    
    * formatting fixes
    
    * merge fixes
    
    * address comments
    
    ---------
    
    Co-authored-by: rahul2393 <irahul@google.com>
    kinsaurralde and rahul2393 authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    d36bd21 View commit details
    Browse the repository at this point in the history
  3. chore: Update generation configuration at Fri Feb 13 02:59:24 UTC 2026 (

    #4334)
    
    * chore: Update generation configuration at Fri Feb  6 02:54:50 UTC 2026
    
    * chore: Update generation configuration at Sat Feb  7 02:52:18 UTC 2026
    
    * chore: Update generation configuration at Tue Feb 10 02:59:55 UTC 2026
    
    * chore: Update generation configuration at Wed Feb 11 02:59:28 UTC 2026
    
    * chore: Update generation configuration at Thu Feb 12 02:59:39 UTC 2026
    
    * chore: Update generation configuration at Fri Feb 13 02:59:24 UTC 2026
    cloud-java-bot authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    224483a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    177e7c3 View commit details
    Browse the repository at this point in the history
  5. chore(deps): consolidate dependency upgrades (#4344)

    * chore(deps): consolidate dependency upgrades
    
    Combines the following open dependency PRs into a single update:
    - maven-compiler-plugin: 3.14.1 → 3.15.0 (#4325)
    - libraries-bom: 26.74.0 → 26.75.0 (#4324)
    - google-cloud-monitoring: 3.83.0 → 3.85.0 (#4323, #4322)
    - proto-google-cloud-trace-v1: 2.82.0 → 2.84.0 (#4321)
    - google-cloud-spanner (samples/benchmarks): 6.107.0 → 6.110.0 (#4318)
    - exec-maven-plugin: 3.6.2 → 3.6.3 (#4277)
    - opentelemetry.version: 1.56.0 → 1.59.0 (#4255)
    - byte-buddy-agent: 1.18.1 → 1.18.4 (#4245)
    - actions/checkout: v4/v5 → v6 (#4240)
    - google-cloud-trace: 2.79.0 → 2.84.0 (#4173, #4228)
    
    * chore: generate libraries at Fri Feb 13 08:10:11 UTC 2026
    
    ---------
    
    Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
    rahul2393 and cloud-java-bot authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    cc56486 View commit details
    Browse the repository at this point in the history
  6. chore(main): release 6.111.0 (#4343)

    * chore(main): release 6.111.0
    
    * chore: generate libraries at Fri Feb 13 08:01:51 UTC 2026
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: rahul2393 <irahul@google.com>
    Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
    3 people authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    59a38db View commit details
    Browse the repository at this point in the history
Loading