Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/java-spanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Choose a base ref
...
head repository: googleapis/java-spanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.1
Choose a head ref
  • 12 commits
  • 38 files changed
  • 6 contributors

Commits on Feb 17, 2021

  1. docs: Add OpenCensus to OpenTelemetry shim to README (#879)

    * Add OpenCensus to OpenTelemetry shim to README
    
    * line width
    zoercai authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    b58d73d View commit details
    Browse the repository at this point in the history
  2. chore(master): release 3.3.3-SNAPSHOT (#881)

    🤖 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). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    72c46e5 View commit details
    Browse the repository at this point in the history
  3. chore: regenerate README (#882)

    This PR was generated using Autosynth. 🌈
    
    
    <details><summary>Log from Synthtool</summary>
    
    ```
    2021-02-17 05:30:58,277 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/.github/readme/synth.py.
    On branch autosynth-readme
    nothing to commit, working tree clean
    2021-02-17 05:31:00,003 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/60083d0b-672f-4f67-af9d-5c9539d50bd4/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    yoshi-automation authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    1f9f76a View commit details
    Browse the repository at this point in the history
  4. chore: update cloud-rad buckets (#886)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/0a285685-944f-4f44-84fb-761c5c361020/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    
    Source-Link: googleapis/synthtool@b416a7b
    yoshi-automation authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    158d00e View commit details
    Browse the repository at this point in the history
  5. chore: regenerate README (#887)

    This PR was generated using Autosynth. 🌈
    
    
    <details><summary>Log from Synthtool</summary>
    
    ```
    2021-02-17 20:42:55,428 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/.github/readme/synth.py.
    On branch autosynth-readme
    nothing to commit, working tree clean
    2021-02-17 20:42:57,004 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/0db3cc74-b268-43ed-a6a7-773c90f005b2/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    yoshi-automation authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    171b872 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Configuration menu
    Copy the full SHA
    7d4f70a View commit details
    Browse the repository at this point in the history
  2. chore: regenerate README (#890)

    This PR was generated using Autosynth. 🌈
    
    
    <details><summary>Log from Synthtool</summary>
    
    ```
    2021-02-18 00:22:43,821 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/.github/readme/synth.py.
    On branch autosynth-readme
    nothing to commit, working tree clean
    2021-02-18 00:22:45,397 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/f05ad2e7-7b73-4d2b-a1c3-c2fe6538a05a/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    yoshi-automation authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    864f2a2 View commit details
    Browse the repository at this point in the history
  3. test: removes flaky close result set test (#888)

    This test was introduced in order to debug stuck transactions. The cause was unrelated though.
    The test here is flaky, because there is a race condition between setting the stream field in the AbstractResultSet and checking it in the close method. Since the result set is not intended to be thread safe, we will not be synchronizing this variable.
    thiagotnunes authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    b2b7bb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. fix: wrong use of getRetryDelayInMillis() / 1000 in documentation and…

    … retry loops (#885)
    
    Both the documentation for `TransactionManager` as well as some internal retry loops wrongly used `SpannerException#getRetryDelayInMillis() / 1000` as input for `Thread.sleep(long)`. The retry delay is already in milliseconds and should not be modified.
    
    Fixes #874
    olavloite authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    a55d7ce View commit details
    Browse the repository at this point in the history
  2. deps: update dependency com.google.cloud:google-cloud-shared-dependen…

    …cies to v0.19.0 (#895)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | `0.18.0` -> `0.19.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/0.19.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/0.19.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/0.19.0/compatibility-slim/0.18.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/0.19.0/confidence-slim/0.18.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-shared-dependencies</summary>
    
    ### [`v0.19.0`](https://togithub.com/googleapis/java-shared-dependencies/blob/master/CHANGELOG.md#&#8203;0190-httpswwwgithubcomgoogleapisjava-shared-dependenciescompare0180v0190-2021-02-19)
    
    [Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v0.18.0...v0.19.0)
    
    ##### Bug Fixes
    
    -   update repo name ([#&#8203;274](https://www.github.com/googleapis/java-shared-dependencies/issues/274)) ([4a98470](https://www.github.com/googleapis/java-shared-dependencies/commit/4a98470b7493c98137191b7bb3cabca23f98628f))
    
    ##### Dependencies
    
    -   downgrade opencensus version back to 0.28.0 ([#&#8203;265](https://www.github.com/googleapis/java-shared-dependencies/issues/265)) ([f37025c](https://www.github.com/googleapis/java-shared-dependencies/commit/f37025c70f951b1e34904ee983815c0ed8ec4086))
    -   update dependency com.google.api-client:google-api-client-bom to v1.31.2 ([#&#8203;254](https://www.github.com/googleapis/java-shared-dependencies/issues/254)) ([1b0b4a6](https://www.github.com/googleapis/java-shared-dependencies/commit/1b0b4a637cae0c22cd0336c527002025780317d5))
    -   update dependency com.google.auth:google-auth-library-bom to v0.23.0 ([#&#8203;261](https://www.github.com/googleapis/java-shared-dependencies/issues/261)) ([1c0b7bd](https://www.github.com/googleapis/java-shared-dependencies/commit/1c0b7bd60b3d73c16cc6c19ab90d8ccedece3706))
    -   update dependency com.google.cloud:google-cloud-core to v1.94.1 ([#&#8203;272](https://www.github.com/googleapis/java-shared-dependencies/issues/272)) ([44fd4c3](https://www.github.com/googleapis/java-shared-dependencies/commit/44fd4c3c6cae98bd514525f03462b830050828a8))
    -   update dependency com.google.errorprone:error_prone_annotations to v2.5.1 ([#&#8203;255](https://www.github.com/googleapis/java-shared-dependencies/issues/255)) ([6367023](https://www.github.com/googleapis/java-shared-dependencies/commit/63670233424e8f24c3924bba5e2cb6ca97525795))
    -   update dependency com.google.http-client:google-http-client-bom to v1.38.1 ([#&#8203;253](https://www.github.com/googleapis/java-shared-dependencies/issues/253)) ([ad87c74](https://www.github.com/googleapis/java-shared-dependencies/commit/ad87c74d9d893726042156d65850806d92e79952))
    -   update dependency com.google.protobuf:protobuf-bom to v3.15.0 ([#&#8203;278](https://www.github.com/googleapis/java-shared-dependencies/issues/278)) ([989efbd](https://www.github.com/googleapis/java-shared-dependencies/commit/989efbd29bcf4135f7abce49a697303df2cf1a60))
    -   update dependency io.grpc:grpc-bom to v1.35.0 ([#&#8203;248](https://www.github.com/googleapis/java-shared-dependencies/issues/248)) ([7a28c6e](https://www.github.com/googleapis/java-shared-dependencies/commit/7a28c6e7053c181993b1288adcae56de89312113))
    -   update gax.version to v1.61.0 ([#&#8203;277](https://www.github.com/googleapis/java-shared-dependencies/issues/277)) ([f1c3fb9](https://www.github.com/googleapis/java-shared-dependencies/commit/f1c3fb9295f2e1c130b9fc329faa60f4f8474ba6))
    -   update iam.version to v1.0.7 ([#&#8203;252](https://www.github.com/googleapis/java-shared-dependencies/issues/252)) ([5cb3ed9](https://www.github.com/googleapis/java-shared-dependencies/commit/5cb3ed906537269cd7f8d9ccf4b065754b5f5b48))
    -   update iam.version to v1.0.8 ([#&#8203;273](https://www.github.com/googleapis/java-shared-dependencies/issues/273)) ([4d5e7f7](https://www.github.com/googleapis/java-shared-dependencies/commit/4d5e7f720d847918b307a83c95cea10c244ba595))
    
    </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/dashboard#github/googleapis/java-spanner).
    renovate-bot authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    e3e2c95 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. build: skip Maven download logs (#891)

    This change keeps Maven 3.6.1 and later from spamming our CI logs with page after page of lists of artifacts it's downloading that makes it much harder to find the actual test output.
    
    Source-Author: Elliotte Rusty Harold <[email protected]>
    Source-Date: Thu Feb 18 19:58:59 2021 +0000
    Source-Repo: googleapis/synthtool
    Source-Sha: 1aeca92e4a38f47134cb955f52ea76f84f09ff88
    Source-Link: googleapis/synthtool@1aeca92
    yoshi-automation authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    9a59000 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. chore(master): release 4.0.1 (#883)

    release-please[bot] authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    9332efb View commit details
    Browse the repository at this point in the history
Loading