-
Notifications
You must be signed in to change notification settings - Fork 136
Comparing changes
Open a pull request
base repository: googleapis/java-spanner
base: v6.100.0
head repository: googleapis/java-spanner
compare: v6.101.0
- 14 commits
- 99 files changed
- 9 contributors
Commits on Sep 15, 2025
-
fix: potential NullPointerException in Value#hashCode (#4046)
The Value#hashCode() method throwed a NullPointerException for untyped values.
Configuration menu - View commit details
-
Copy full SHA for 74abb34 - Browse repository at this point
Copy the full SHA 74abb34View commit details -
test: correctly return tx id for update counts (#4045)
The mock Spanner server did not correctly return the transaction ID when ExecuteStreamingSql was used in combination with an update count result. Instead of returning the transaction ID of the transaction that was actually started, it returned the transaction ID that was set on the request. This would be empty for requests that used a Begin transaction selector, which again meant that it would return an empty transaction ID. This change also returns the UPDATE_COUNT field in the result set, which is also not returned by real Spanner.
Configuration menu - View commit details
-
Copy full SHA for 29c5d7f - Browse repository at this point
Copy the full SHA 29c5d7fView commit details
Commits on Sep 16, 2025
-
test: Integration Tests setup for experimental host (#4030)
* feat: Integration Tests setup for experimental host * added tracking bug for invalid column allow timestamp validation
Configuration menu - View commit details
-
Copy full SHA for b7f61ab - Browse repository at this point
Copy the full SHA b7f61abView commit details
Commits on Sep 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 468b7c0 - Browse repository at this point
Copy the full SHA 468b7c0View commit details
Commits on Sep 23, 2025
-
test: disable mtls checks during tests (#4052)
* test: disable mtls checks during tests Disable MTLS checks during tests, as the check is otherwise executed for every stub creation. This slows down running the tests locally to the point that they are unusable. This workaround should be removed once googleapis/sdk-platform-java#3911 has been fixed. * chore: generate libraries at Sat Sep 20 05:24:30 UTC 2025 --------- Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
Configuration menu - View commit details
-
Copy full SHA for 26385f9 - Browse repository at this point
Copy the full SHA 26385f9View commit details -
fix: recalculate remaining statement timeout after retry (#4053)
If a connection has a statement timeout and a statement is executed in a read/write transaction, the statement timeout would be reset to the original value during each retry, instead of being reduced after each attempt. This could cause multiple transaction retries to make the execution of a single statement take much longer than the configured timeout value.
Configuration menu - View commit details
-
Copy full SHA for 5e26596 - Browse repository at this point
Copy the full SHA 5e26596View commit details
Commits on Sep 24, 2025
-
* feat: TPC support * Fix test cases * Address comments --------- Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
Configuration menu - View commit details
-
Copy full SHA for 7625cce - Browse repository at this point
Copy the full SHA 7625cceView commit details
Commits on Sep 25, 2025
-
Update SpannerSample.java (#4054)
chore: fix tag for isolation level sample
Configuration menu - View commit details
-
Copy full SHA for abd4eae - Browse repository at this point
Copy the full SHA abd4eaeView commit details
Commits on Sep 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 312801e - Browse repository at this point
Copy the full SHA 312801eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d782aff - Browse repository at this point
Copy the full SHA d782affView commit details -
feat: add transaction_timeout connection property (#4056)
Add a transaction_timeout property that sets a timeout for an entire read/write transaction. When a transaction is started, a deadline is calculated based on the current setting for transaction_timeout. The deadline is applied to all statements and the commit of the transaction.
Configuration menu - View commit details
-
Copy full SHA for cdc52d4 - Browse repository at this point
Copy the full SHA cdc52d4View commit details -
chore: Update generation configuration at Fri Sep 26 02:27:40 UTC 2025 (
#4038) * chore: Update generation configuration at Wed Sep 10 02:27:29 UTC 2025 * chore: Update generation configuration at Thu Sep 11 02:28:10 UTC 2025 * chore: Update generation configuration at Fri Sep 12 02:25:37 UTC 2025 * chore: Update generation configuration at Sat Sep 13 02:22:25 UTC 2025 * chore: Update generation configuration at Sun Sep 14 02:30:44 UTC 2025 * chore: Update generation configuration at Mon Sep 15 02:30:22 UTC 2025 * chore: generate libraries at Mon Sep 15 02:30:58 UTC 2025 * chore: Update generation configuration at Tue Sep 16 02:26:24 UTC 2025 * chore: Update generation configuration at Wed Sep 17 02:27:06 UTC 2025 * chore: Update generation configuration at Thu Sep 18 02:27:24 UTC 2025 * chore: Update generation configuration at Fri Sep 19 02:29:32 UTC 2025 * chore: generate libraries at Fri Sep 19 02:30:06 UTC 2025 * chore: Update generation configuration at Sat Sep 20 02:26:50 UTC 2025 * chore: Update generation configuration at Tue Sep 23 02:27:23 UTC 2025 * chore: Update generation configuration at Wed Sep 24 02:29:05 UTC 2025 * chore: Update generation configuration at Thu Sep 25 02:29:33 UTC 2025
Configuration menu - View commit details
-
Copy full SHA for 8d6cbf6 - Browse repository at this point
Copy the full SHA 8d6cbf6View commit details -
chore(main): release 6.100.1-SNAPSHOT (#4043)
* chore(main): release 6.100.1-SNAPSHOT * chore: generate libraries at Fri Sep 26 05:13:26 UTC 2025 --------- 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>
Configuration menu - View commit details
-
Copy full SHA for fb9cb58 - Browse repository at this point
Copy the full SHA fb9cb58View commit details -
chore(main): release 6.101.0 (#4090)
* chore(main): release 6.101.0 * chore: generate libraries at Fri Sep 26 15:17:23 UTC 2025 --------- 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>
Configuration menu - View commit details
-
Copy full SHA for 88f7227 - Browse repository at this point
Copy the full SHA 88f7227View 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.100.0...v6.101.0