-
Notifications
You must be signed in to change notification settings - Fork 52
Comparing changes
Open a pull request
base repository: googleapis/java-spanner-jdbc
base: v2.31.3
head repository: googleapis/java-spanner-jdbc
compare: v2.32.0
- 9 commits
- 16 files changed
- 3 contributors
Commits on Jul 29, 2025
-
chore(main): release 2.31.4-SNAPSHOT (#2154)
🤖 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 e5766e8 - Browse repository at this point
Copy the full SHA e5766e8View commit details
Commits on Jul 30, 2025
-
chore(deps): update dependency com.google.cloud:google-cloud-spanner-…
…jdbc to v2.31.3 (#2155)
Configuration menu - View commit details
-
Copy full SHA for 2f1abd5 - Browse repository at this point
Copy the full SHA 2f1abd5View commit details
Commits on Jul 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9679471 - Browse repository at this point
Copy the full SHA 9679471View commit details -
deps: update dependency com.google.cloud:google-cloud-spanner-bom to …
…v6.98.0 (#2161) * deps: update dependency com.google.cloud:google-cloud-spanner-bom to v6.98.0 * test: update test cases as mux sessions are default --------- Co-authored-by: Knut Olav Løite <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5345b1 - Browse repository at this point
Copy the full SHA b5345b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0caeb9 - Browse repository at this point
Copy the full SHA d0caeb9View commit details -
feat: a single multiplexed session is used for all operations (#2162)
The JDBC driver now uses a single multiplexed session for all operations. This applies to all operations in auto-commit mode, in read-only transactions, and in read/write transactions. One multiplexed session can execute an unlimited number of operations concurrently. Configuring minSessions and maxSessions in the connection URL is therefore no longer needed for workloads that execute a large number of concurrent transactions.
Configuration menu - View commit details
-
Copy full SHA for 21438cc - Browse repository at this point
Copy the full SHA 21438ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5893055 - Browse repository at this point
Copy the full SHA 5893055View commit details -
chore: support simple statement param metadata (#2163)
Add an option to use simple PreparedStatement ParameterMetadata that only uses client-side information. This prevents round-trips to Spanner when calling the method PreparedStatement#getParameterMetaData(), for example when these are triggered by frameworks like Spring Data. This option is experimental and could be removed in future releases. The option can be enabled by setting the system property `spanner.jdbc.use_simple_parameter_metadata=true`
Configuration menu - View commit details
-
Copy full SHA for b94e4c5 - Browse repository at this point
Copy the full SHA b94e4c5View commit details -
chore(main): release 2.32.0 (#2159)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 16383c0 - Browse repository at this point
Copy the full SHA 16383c0View 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 v2.31.3...v2.32.0