-
Notifications
You must be signed in to change notification settings - Fork 50
Comparing changes
Open a pull request
base repository: googleapis/java-spanner-jdbc
base: v2.16.3
head repository: googleapis/java-spanner-jdbc
compare: v2.17.0
- 8 commits
- 11 files changed
- 3 contributors
Commits on Apr 20, 2024
-
chore(main): release 2.16.4-SNAPSHOT (#1577)
🤖 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 5a017c5 - Browse repository at this point
Copy the full SHA 5a017c5View commit details
Commits on Apr 21, 2024
-
feat: concurrent transactions on emulator (#1578)
The JDBC driver now supports running multiple concurrent transactions on the emulator using a single thread. The emulator still only supports one read/write transaction per database at any time, but the JDBC driver works around this by manually setting a Savepoint after each statement, and using that Savepoint to automatically resume the transaction when it has been aborted by the emulator.
Configuration menu - View commit details
-
Copy full SHA for 0234fb3 - Browse repository at this point
Copy the full SHA 0234fb3View commit details -
chore(deps): update dependency com.google.cloud:google-cloud-spanner-…
…jdbc to v2.16.3 (#1575)
Configuration menu - View commit details
-
Copy full SHA for 10cc93b - Browse repository at this point
Copy the full SHA 10cc93bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c3aec1 - Browse repository at this point
Copy the full SHA 0c3aec1View commit details -
build: stop auto merging releases (#1361)
Stop auto-merging releases, even if they only contain dependency updates, as it causes a too large number of releases to go out.
Configuration menu - View commit details
-
Copy full SHA for dfe3f2b - Browse repository at this point
Copy the full SHA dfe3f2bView commit details -
feat: support max_commit_delay (#1581)
Support added for 'set max_commit_delay=<duration>' statement. Setting a max_commit_delay can increase throughput of bulk updates, as Spanner can batch more updates together, but at the expense of higher latency for a single request.
Configuration menu - View commit details
-
Copy full SHA for 06e43c0 - Browse repository at this point
Copy the full SHA 06e43c0View commit details -
feat: support endpoint connection URL property (#1582)
Added support for an 'endpoint' connection URL property. This property can be added to either the Connection URL or the Properties object that is used to create a Connection, and can be used in combination with the autoConfigEmulator connection property to connect to an emulator instance that uses a randomly assigned port number. See https://github.com/googleapis/java-spanner-jdbc/blob/main/src/test/java/com/google/cloud/spanner/jdbc/ConcurrentTransactionOnEmulatorTest.java for an example on how to use this property.
Configuration menu - View commit details
-
Copy full SHA for b589c96 - Browse repository at this point
Copy the full SHA b589c96View commit details -
chore(main): release 2.17.0 (#1580)
🤖 I have created a release *beep* *boop* --- ## [2.17.0](https://togithub.com/googleapis/java-spanner-jdbc/compare/v2.16.3...v2.17.0) (2024-04-21) ### Features * Concurrent transactions on emulator ([#1578](https://togithub.com/googleapis/java-spanner-jdbc/issues/1578)) ([0234fb3](https://togithub.com/googleapis/java-spanner-jdbc/commit/0234fb3eb43695c657b845946e6d1122827dcae5)) * Support endpoint connection URL property ([#1582](https://togithub.com/googleapis/java-spanner-jdbc/issues/1582)) ([b589c96](https://togithub.com/googleapis/java-spanner-jdbc/commit/b589c96a3187390e9ffa576d1e0ee285e223c559)) * Support max_commit_delay ([#1581](https://togithub.com/googleapis/java-spanner-jdbc/issues/1581)) ([06e43c0](https://togithub.com/googleapis/java-spanner-jdbc/commit/06e43c05a65f25da9a4dbff73e2e75c1b5ec155b)) * Support statement tags in hints ([#1579](https://togithub.com/googleapis/java-spanner-jdbc/issues/1579)) ([0c3aec1](https://togithub.com/googleapis/java-spanner-jdbc/commit/0c3aec1a5eec212e9ecacc7bec7f2a8980c9af78)) --- 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 40e4da6 - Browse repository at this point
Copy the full SHA 40e4da6View 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.16.3...v2.17.0