-
Notifications
You must be signed in to change notification settings - Fork 131
Comparing changes
Open a pull request
base repository: googleapis/java-spanner
base: v6.39.0
head repository: googleapis/java-spanner
compare: v6.40.0
- 8 commits
- 47 files changed
- 4 contributors
Commits on Apr 11, 2023
-
chore(main): release 6.39.1-SNAPSHOT (#2375)
🤖 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 f40ce23 - Browse repository at this point
Copy the full SHA f40ce23View commit details
Commits on Apr 12, 2023
-
* feat: savepoint Adds support for savepoints to the Connection API. Savepoints use the internal retry mechanism for read/write transactions to emulate actual savepoints. Rolling back to a savepoint is guaranteed to always work, but resuming the transaction after rolling back can fail if the underlying data has been modified, or if one or more of the statements before the savepoint that was rolled back to returns non-deterministic data. * fix: add clirr diff * docs: comments + more tests * chore: fix and test identifier verification * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: make savepoint feature configurable * fix: set savepoint support * docs: improve javadoc * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b02f584 - Browse repository at this point
Copy the full SHA b02f584View commit details -
perf: remove custom transport executor (#2366)
* perf: remove custom transport executor Remove the custom executor provider that is set on the underlying generated clients and instead use the internal core gRPC executor provider. The latter is a shared executor provider for all gRPC channels that creates threads on demand. This prevents the creation of unnecessary threads at startup, and can reduce overall thread usage for applications that create multiple Spanner instances during their lifetime. * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e27dbe5 - Browse repository at this point
Copy the full SHA e27dbe5View commit details
Commits on Apr 13, 2023
-
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
…cies to v3.7.0 (#2377) * deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.7.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 40402af - Browse repository at this point
Copy the full SHA 40402afView commit details -
chore(deps): update dependency com.google.cloud:google-cloud-spanner …
…to v6.39.0 (#2376) * chore(deps): update dependency com.google.cloud:google-cloud-spanner to v6.39.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0ab35e3 - Browse repository at this point
Copy the full SHA 0ab35e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae7262d - Browse repository at this point
Copy the full SHA ae7262dView commit details
Commits on Apr 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0cb159e - Browse repository at this point
Copy the full SHA 0cb159eView commit details -
chore(main): release 6.40.0 (#2378)
🤖 I have created a release *beep* *boop* --- ## [6.40.0](https://togithub.com/googleapis/java-spanner/compare/v6.39.0...v6.40.0) (2023-04-14) ### Features * Savepoints ([#2278](https://togithub.com/googleapis/java-spanner/issues/2278)) ([b02f584](https://togithub.com/googleapis/java-spanner/commit/b02f58435b97346cc8e08a96635affe8383981bb)) ### Performance Improvements * Remove custom transport executor ([#2366](https://togithub.com/googleapis/java-spanner/issues/2366)) ([e27dbe5](https://togithub.com/googleapis/java-spanner/commit/e27dbe5f58229dab208eeeed44d53e741700c814)) ### Dependencies * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.7.0 ([#2377](https://togithub.com/googleapis/java-spanner/issues/2377)) ([40402af](https://togithub.com/googleapis/java-spanner/commit/40402af54f94f16619d018e252181db29ae6855e)) * Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.21 ([#2379](https://togithub.com/googleapis/java-spanner/issues/2379)) ([ae7262d](https://togithub.com/googleapis/java-spanner/commit/ae7262d37391c0ec2fee1dcbb24899e4fa16ae17)) * Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.21 ([#2380](https://togithub.com/googleapis/java-spanner/issues/2380)) ([0cb159e](https://togithub.com/googleapis/java-spanner/commit/0cb159efc97f02b42f064244e3812a0fd3d82db6)) --- 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 b48bb86 - Browse repository at this point
Copy the full SHA b48bb86View 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.39.0...v6.40.0