-
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.78.0
head repository: googleapis/java-spanner
compare: v6.79.0
- 13 commits
- 47 files changed
- 5 contributors
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4f0d693 - Browse repository at this point
Copy the full SHA 4f0d693View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ecb1a9 - Browse repository at this point
Copy the full SHA 8ecb1a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f0927d - Browse repository at this point
Copy the full SHA 7f0927dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd3e92d - Browse repository at this point
Copy the full SHA fd3e92dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e34c5a - Browse repository at this point
Copy the full SHA 6e34c5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26aa51d - Browse repository at this point
Copy the full SHA 26aa51dView commit details -
chore: Update generation configuration at Fri Oct 11 02:24:16 UTC 2024 (
#3394) * chore: Update generation configuration at Fri Oct 11 02:24:16 UTC 2024 * chore: generate libraries at Fri Oct 11 02:24:47 UTC 2024
Configuration menu - View commit details
-
Copy full SHA for a687cc1 - Browse repository at this point
Copy the full SHA a687cc1View commit details -
deps: update dependency com.google.api.grpc:proto-google-cloud-monito…
…ring-v3 to v3.53.0 (#3390) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.api.grpc:proto-google-cloud-monitoring-v3](https://redirect.github.com/googleapis/google-cloud-java) | `3.52.0` -> `3.53.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/) | --- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-spanner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTQuMCIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Configuration menu - View commit details
-
Copy full SHA for a060e92 - Browse repository at this point
Copy the full SHA a060e92View commit details -
chore(main): release 6.78.1-SNAPSHOT (#3397)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6dfc494 - Browse repository at this point
Copy the full SHA 6dfc494View commit details -
feat: support DML auto-batching in Connection API (#3386)
* feat: support DML auto-batching in Connection API Adds support for automatically batching DML statements that are executed on a connection. This can be used in combination with frameworks like Hibernate to improve performance, especially on multi-region instances with high round-trip latencies. * chore: generate libraries at Sun Oct 6 06:00:17 UTC 2024 * feat: add update count verification * fix: add ignored diffs * test: add transaction retry test * chore: cleanup and add comments * chore: generate libraries at Fri Oct 11 15:21:53 UTC 2024 * feat: use connection variables for auto_batch_dml --------- Co-authored-by: cloud-java-bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1ce267 - Browse repository at this point
Copy the full SHA a1ce267View commit details -
build(deps): update dependency org.apache.maven.plugins:maven-failsaf…
…e-plugin to v3.5.1 (#3387) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven.plugins:maven-failsafe-plugin](https://maven.apache.org/surefire/) | `3.5.0` -> `3.5.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/) | --- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-spanner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguMTE1LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 3ed905b - Browse repository at this point
Copy the full SHA 3ed905bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc078bf - Browse repository at this point
Copy the full SHA fc078bfView commit details -
chore(main): release 6.79.0 (#3400)
🤖 I have created a release *beep* *boop* --- ## [6.79.0](https://togithub.com/googleapis/java-spanner/compare/v6.78.0...v6.79.0) (2024-10-11) ### Features * Support DML auto-batching in Connection API ([#3386](https://togithub.com/googleapis/java-spanner/issues/3386)) ([a1ce267](https://togithub.com/googleapis/java-spanner/commit/a1ce267cbd4d4c5c638ab7fe0dd5dba24bcfab86)) ### Dependencies * Update dependency com.google.api.grpc:proto-google-cloud-monitoring-v3 to v3.53.0 ([#3390](https://togithub.com/googleapis/java-spanner/issues/3390)) ([a060e92](https://togithub.com/googleapis/java-spanner/commit/a060e92141d3dad0db1fc5175416e24a191fa326)) * Update dependency com.google.cloud:google-cloud-monitoring to v3.53.0 ([#3391](https://togithub.com/googleapis/java-spanner/issues/3391)) ([7f0927d](https://togithub.com/googleapis/java-spanner/commit/7f0927d495966d7a2ef9023d65545bfe1fecc20b)) * Update dependency com.google.cloud:google-cloud-monitoring to v3.53.0 ([#3392](https://togithub.com/googleapis/java-spanner/issues/3392)) ([fd3e92d](https://togithub.com/googleapis/java-spanner/commit/fd3e92da940419cd1aed14f770186381d59a2b47)) * Update dependency com.google.cloud:sdk-platform-java-config to v3.37.0 ([#3395](https://togithub.com/googleapis/java-spanner/issues/3395)) ([8ecb1a9](https://togithub.com/googleapis/java-spanner/commit/8ecb1a901f94d9d49efb0278516428e379803088)) * Update dependency com.google.cloud.opentelemetry:exporter-metrics to v0.33.0 ([#3388](https://togithub.com/googleapis/java-spanner/issues/3388)) ([26aa51d](https://togithub.com/googleapis/java-spanner/commit/26aa51d561c35295dfb7e2867c3b04b79ce6efc9)) * Update dependency com.google.cloud.opentelemetry:exporter-trace to v0.33.0 ([#3389](https://togithub.com/googleapis/java-spanner/issues/3389)) ([6e34c5a](https://togithub.com/googleapis/java-spanner/commit/6e34c5a1c20c20a2e994d112f042a59c9b93e1e6)) * Update googleapis/sdk-platform-java action to v2.47.0 ([#3383](https://togithub.com/googleapis/java-spanner/issues/3383)) ([4f0d693](https://togithub.com/googleapis/java-spanner/commit/4f0d69316a910c23abcb2a142e59bbaf550ca89c)) --- 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 c7a9c5d - Browse repository at this point
Copy the full SHA c7a9c5dView 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.78.0...v6.79.0