-
Notifications
You must be signed in to change notification settings - Fork 131
Comparing changes
Open a pull request
base repository: googleapis/java-spanner
base: v1.56.0
head repository: googleapis/java-spanner
compare: v1.57.0
- 17 commits
- 93 files changed
- 8 contributors
Commits on Jun 22, 2020
-
chore: regenerate README versions (#279)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/5c193786-fcd8-4a90-b8a2-1d007566f359/targets - [ ] To automatically regenerate this PR, check this box.
Configuration menu - View commit details
-
Copy full SHA for 507007c - Browse repository at this point
Copy the full SHA 507007cView commit details -
chore(deps): update dependency com.google.cloud:libraries-bom to v7.0…
….1 (#293) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | patch | `7.0.0` -> `7.0.1` | --- ### 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#googleapis/java-spanner).
Configuration menu - View commit details
-
Copy full SHA for d5fa721 - Browse repository at this point
Copy the full SHA d5fa721View commit details -
chore: release 1.56.1-SNAPSHOT (#292)
🤖 I have created a release \*beep\* \*boop\* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Configuration menu - View commit details
-
Copy full SHA for bbcb01d - Browse repository at this point
Copy the full SHA bbcb01dView commit details -
build(deps): update dependency org.codehaus.mojo:build-helper-maven-p…
…lugin to v3.2.0 (#291) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [org.codehaus.mojo:build-helper-maven-plugin](http://www.mojohaus.org/build-helper-maven-plugin/) ([source](https://togithub.com/mojohaus/build-helper-maven-plugin)) | minor | `3.1.0` -> `3.2.0` | --- ### 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#googleapis/java-spanner).
Configuration menu - View commit details
-
Copy full SHA for ead0c17 - Browse repository at this point
Copy the full SHA ead0c17View commit details
Commits on Jun 24, 2020
-
process: prepare to test deps on Java 11 (#281)
* process: also test deps on Java 11 * deps: remove unused dependency * tests: run deps test on Java 11 * process: remove changes that comes from autosynth
Configuration menu - View commit details
-
Copy full SHA for 39826d2 - Browse repository at this point
Copy the full SHA 39826d2View commit details
Commits on Jun 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2e8364c - Browse repository at this point
Copy the full SHA 2e8364cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33a2314 - Browse repository at this point
Copy the full SHA 33a2314View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8536a3e - Browse repository at this point
Copy the full SHA 8536a3eView commit details -
feat(deps): adopt flatten plugin and google-cloud-shared-dependencies…
… and update ExecutorProvider (#302) * feat(deps): adopt flatten plugin and google-cloud-shared-dependencies * fix: change executor after gax update * tests: create a new Thread to get default group * tests: get threads through Thread.getAllStackTraces() Co-authored-by: yangnuoyu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5aef6c3 - Browse repository at this point
Copy the full SHA 5aef6c3View commit details -
feature: Increase a length of debug string (#301)
Increase length of debug string to 36, due to UUID length. According to https://tools.ietf.org/html/rfc4122#section-3 It provides the formal definition of UUID string representations. It's 36 characters (32 hex digits + 4 dashes) It should be more convenient to debugging statements
Configuration menu - View commit details
-
Copy full SHA for 6a900aa - Browse repository at this point
Copy the full SHA 6a900aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e8ec14 - Browse repository at this point
Copy the full SHA 1e8ec14View commit details
Commits on Jun 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b4e0401 - Browse repository at this point
Copy the full SHA b4e0401View commit details -
ci(java): run dependency test on Java 8 and 11 (#289)
* ci(java): run dependency test on Java 8 and 11 Redo fix in #633 with proper jinja templating format Source-Author: Jeff Ching <[email protected]> Source-Date: Fri Jun 19 16:52:15 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 4f2c9f752a94042472fc03c5bd9e06e89817d2bd Source-Link: googleapis/synthtool@4f2c9f7
Configuration menu - View commit details
-
Copy full SHA for 0fb3c2b - Browse repository at this point
Copy the full SHA 0fb3c2bView commit details -
tests: enable Connection API ITs (#309)
* tests: enable Connection API ITs The abstract base class for all Connection API integration tests were marked with category IntegrationTest, while all concrete subclasses were marked with ParallelIntegrationTest. This caused them to be excluded from the CI builds. * chore: run formatter
Configuration menu - View commit details
-
Copy full SHA for 3d479e4 - Browse repository at this point
Copy the full SHA 3d479e4View commit details
Commits on Jun 27, 2020
-
chore: regenerate README versions (#311)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/1b8e3777-2a8a-43ca-858f-1e4587d9e4d1/targets - [ ] To automatically regenerate this PR, check this box.
Configuration menu - View commit details
-
Copy full SHA for d0d29f3 - Browse repository at this point
Copy the full SHA d0d29f3View commit details
Commits on Jun 29, 2020
-
test: run integration tests against emulator (#310)
* test: run integration tests against emulator * tests: close Spanner after test finishes * tests: do not close Spanner twice * chore: run formatter
Configuration menu - View commit details
-
Copy full SHA for 5806a81 - Browse repository at this point
Copy the full SHA 5806a81View commit details
Commits on Jun 30, 2020
-
* updated CHANGELOG.md [ci skip] * updated README.md [ci skip] * updated versions.txt [ci skip] * updated samples/pom.xml [ci skip] * updated google-cloud-spanner-bom/pom.xml [ci skip] * updated proto-google-cloud-spanner-admin-database-v1/pom.xml [ci skip] * updated proto-google-cloud-spanner-admin-instance-v1/pom.xml [ci skip] * updated proto-google-cloud-spanner-v1/pom.xml [ci skip] * updated samples/snapshot/pom.xml [ci skip] * updated google-cloud-spanner/pom.xml [ci skip] * updated grpc-google-cloud-spanner-v1/pom.xml [ci skip] * updated pom.xml [ci skip] * updated samples/install-without-bom/pom.xml [ci skip] * updated grpc-google-cloud-spanner-admin-database-v1/pom.xml [ci skip] * updated grpc-google-cloud-spanner-admin-instance-v1/pom.xml [ci skip] * updated samples/snippets/pom.xml Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9483925 - Browse repository at this point
Copy the full SHA 9483925View 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.56.0...v1.57.0