-
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.40.1
head repository: googleapis/java-spanner
compare: v6.41.0
- 15 commits
- 40 files changed
- 7 contributors
Commits on Apr 17, 2023
-
chore(main): release 6.40.2-SNAPSHOT (#2386)
🤖 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 8060e5b - Browse repository at this point
Copy the full SHA 8060e5bView commit details -
chore(deps): update dependency com.google.cloud:google-cloud-spanner …
…to v6.40.1 (#2387) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-spanner](https://togithub.com/googleapis/java-spanner) | `6.40.0` -> `6.40.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-spanner</summary> ### [`v6.40.1`](https://togithub.com/googleapis/java-spanner/blob/HEAD/CHANGELOG.md#​6401-httpsgithubcomgoogleapisjava-spannercomparev6400v6401-2023-04-17) [Compare Source](https://togithub.com/googleapis/java-spanner/compare/v6.40.0...v6.40.1) ##### Dependencies - Update dependency com.google.cloud:google-cloud-monitoring to v3.16.0 ([#​2383](https://togithub.com/googleapis/java-spanner/issues/2383)) ([5d5c33a](https://togithub.com/googleapis/java-spanner/commit/5d5c33ae7c01e10112c72777f202187a50b55ac3)) - Update dependency com.google.cloud:google-cloud-trace to v2.15.0 ([#​2384](https://togithub.com/googleapis/java-spanner/issues/2384)) ([6b4ce1f](https://togithub.com/googleapis/java-spanner/commit/6b4ce1fc7ffd837fab6250e36269589d95f5b8c6)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
Configuration menu - View commit details
-
Copy full SHA for 2693548 - Browse repository at this point
Copy the full SHA 2693548View commit details
Commits on Apr 20, 2023
-
deps: update dependency com.google.api.grpc:proto-google-cloud-spanne…
…r-executor-v1 to v1.4.0 (#2395) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.api.grpc:proto-google-cloud-spanner-executor-v1](https://togithub.com/googleapis/java-spanner/proto-google-cloud-spanner-executor-v1) ([source](https://togithub.com/googleapis/java-spanner)) | `1.3.0` -> `1.4.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-spanner</summary> ### [`v1.4.0`](https://togithub.com/googleapis/java-spanner/compare/1.3.0...1.4.0) [Compare Source](https://togithub.com/googleapis/java-spanner/compare/1.3.0...1.4.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
Configuration menu - View commit details
-
Copy full SHA for 02dc53c - Browse repository at this point
Copy the full SHA 02dc53cView commit details
Commits on Apr 21, 2023
-
chore(deps): update dependency com.google.cloud:libraries-bom to v26.…
…13.0 (#2393) * chore(deps): update dependency com.google.cloud:libraries-bom to v26.13.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 f70daca - Browse repository at this point
Copy the full SHA f70dacaView commit details -
build(deps): update dependency org.apache.maven.plugins:maven-project…
…-info-reports-plugin to v3.4.3 (#2392)
Configuration menu - View commit details
-
Copy full SHA for 76260ec - Browse repository at this point
Copy the full SHA 76260ecView commit details -
test: untyped nulls as statement parameters (#2388)
Add tests to verify that untyped null statement parameters work with both GoogleSQL, PostgreSQL and the emulator. Verifies that GoogleCloudPlatform/cloud-spanner-emulator#31 has been fixed.
Configuration menu - View commit details
-
Copy full SHA for 5474d40 - Browse repository at this point
Copy the full SHA 5474d40View commit details
Commits on Apr 25, 2023
-
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
…cies to v3.8.0 (#2400)
Configuration menu - View commit details
-
Copy full SHA for b815cb8 - Browse repository at this point
Copy the full SHA b815cb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e34084d - Browse repository at this point
Copy the full SHA e34084dView commit details -
feat: add TransactionExecutionOptions support to executor. (#2396)
This PR adds support for TransactionExecutionOptions to Cloud Client Executor Framework.
Configuration menu - View commit details
-
Copy full SHA for 8327f21 - Browse repository at this point
Copy the full SHA 8327f21View commit details
Commits on Apr 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d46097f - Browse repository at this point
Copy the full SHA d46097fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7993be2 - Browse repository at this point
Copy the full SHA 7993be2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aa7a1d - Browse repository at this point
Copy the full SHA 8aa7a1dView commit details -
feat: make leak detection configurable for connections (#2405)
Make the leak detection and pre-creation of exceptions for session and connection leaks configurable for connections.
Configuration menu - View commit details
-
Copy full SHA for 85213c8 - Browse repository at this point
Copy the full SHA 85213c8View commit details
Commits on Apr 28, 2023
-
feat: Leader Aware Routing (#2214)
* feat: Add `x-goog-spanner-route-to-leader` header to Spanner RPC contexts for RW/PDML transactions. The header is added to support leader-aware-routing feature, which aims at reducing cross-regional latency for RW/PDML transactions in a multi-region instance. * feat: Add knob in SpannerOptions to allow users to opt out leader aware routing feature * fix: fix broken tests due to the merge * fix: resolve comments. * fix: resolve comments and add new tests to verify that the route-to-leader header exists for RW transactions and does not exist for RO transactions or when the leader aware routing feature is disabled. * fix: Update comments for SpannerOptions.disableLeaderAwareRouting * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: Disable leader aware routing by default for public preview --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Rajat Bhatta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9695ace - Browse repository at this point
Copy the full SHA 9695aceView commit details -
chore(main): release 6.41.0 (#2397)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1b56b94 - Browse repository at this point
Copy the full SHA 1b56b94View 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.40.1...v6.41.0