-
Notifications
You must be signed in to change notification settings - Fork 137
Comparing changes
Open a pull request
base repository: googleapis/java-spanner
base: v6.110.0
head repository: googleapis/java-spanner
compare: v6.111.0
- 7 commits
- 28 files changed
- 7 contributors
Commits on Feb 12, 2026
-
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.
Configuration menu - View commit details
-
Copy full SHA for 866a8c2 - Browse repository at this point
Copy the full SHA 866a8c2View commit details
Commits on Feb 13, 2026
-
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).
Configuration menu - View commit details
-
Copy full SHA for fa2104a - Browse repository at this point
Copy the full SHA fa2104aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d36bd21 - Browse repository at this point
Copy the full SHA d36bd21View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 224483a - Browse repository at this point
Copy the full SHA 224483aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 177e7c3 - Browse repository at this point
Copy the full SHA 177e7c3View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for cc56486 - Browse repository at this point
Copy the full SHA cc56486View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 59a38db - Browse repository at this point
Copy the full SHA 59a38dbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.110.0...v6.111.0