-
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: v1.21.0
head repository: googleapis/java-spanner-jdbc
compare: v2.0.0
- 16 commits
- 33 files changed
- 4 contributors
Commits on Mar 11, 2021
-
build(java): update autorelease title check in response to the new mu…
…lti release branch changes (#389) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/640f6b0e-336b-449e-9ca8-5f44a6af38d1/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@0b064d7
Configuration menu - View commit details
-
Copy full SHA for b83537e - Browse repository at this point
Copy the full SHA b83537eView commit details -
chore: regenerate README (#391)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-03-11 00:12:52,132 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner-jdbc/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-03-11 00:12:53,033 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/f41b860a-107b-4d47-94bd-9b15ac08bdd9/targets - [ ] To automatically regenerate this PR, check this box.
Configuration menu - View commit details
-
Copy full SHA for 004e4ac - Browse repository at this point
Copy the full SHA 004e4acView commit details
Commits on Mar 17, 2021
-
chore(deps): update dependency com.google.cloud:libraries-bom to v19.…
…1.0 (#394) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | `19.0.0` -> `19.1.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/) | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner-jdbc).
Configuration menu - View commit details
-
Copy full SHA for ca852a7 - Browse repository at this point
Copy the full SHA ca852a7View commit details
Commits on Mar 18, 2021
-
perf: use PLAN mode to get result metadata (#388)
* perf: use PLAN mode to get result metadata Getting the result metadata of a PreparedStatement should not execute the query, but should instead just request the query plan. This will also return the metadata of the query. * fix: add support for DML * fix: call .next() before getting metadata * fix: skip test on emulator + remove deprecated code
Configuration menu - View commit details
-
Copy full SHA for 8c7b665 - Browse repository at this point
Copy the full SHA 8c7b665View commit details -
chore(deps): update dependency com.google.cloud:google-cloud-spanner-…
…jdbc to v1.21.0 (#392)
Configuration menu - View commit details
-
Copy full SHA for 5ac1f6d - Browse repository at this point
Copy the full SHA 5ac1f6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b36a54 - Browse repository at this point
Copy the full SHA 9b36a54View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc43d12 - Browse repository at this point
Copy the full SHA bc43d12View commit details
Commits on Mar 19, 2021
-
chore(deps): update dependency com.google.cloud:libraries-bom to v19.…
…2.1 (#401) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | `19.2.0` -> `19.2.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/) | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner-jdbc).
Configuration menu - View commit details
-
Copy full SHA for 3f05256 - Browse repository at this point
Copy the full SHA 3f05256View commit details
Commits on Mar 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8b60a06 - Browse repository at this point
Copy the full SHA 8b60a06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8482652 - Browse repository at this point
Copy the full SHA 8482652View commit details
Commits on Mar 22, 2021
-
feat!: upgrade to Java 8 and JDBC 4.2 (#397)
* feat!: upgrade to Java 8 and JDBC 4.2 Upgrade to Java 8 and implement new methods added in Java 8 for JDBC. Drops support for Java 7. Closes #396 * fix: remove Java 7 from CI * test: add additional test cases * test: add tests for batches * build: remove java7 configs
Configuration menu - View commit details
-
Copy full SHA for 7eedfbc - Browse repository at this point
Copy the full SHA 7eedfbcView commit details
Commits on Mar 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 12c3235 - Browse repository at this point
Copy the full SHA 12c3235View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e0fbd1 - Browse repository at this point
Copy the full SHA 3e0fbd1View commit details -
chore: regenerate README (#405)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-03-24 04:58:13,532 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner-jdbc/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-03-24 04:58:14,418 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/ef8c06cb-a758-45ba-ae33-be84ee3c8c9d/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
Configuration menu - View commit details
-
Copy full SHA for 960ac3b - Browse repository at this point
Copy the full SHA 960ac3bView commit details -
chore: release 1.21.1-SNAPSHOT (#406)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ff53e29 - Browse repository at this point
Copy the full SHA ff53e29View commit details -
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 04c4d94 - Browse repository at this point
Copy the full SHA 04c4d94View 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 v1.21.0...v2.0.0