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: v3.3.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: v3.3.1
Choose a head ref
  • 13 commits
  • 37 files changed
  • 5 contributors

Commits on Jan 11, 2021

  1. 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 authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    3f28c46 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. 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 authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    e02e5a7 View commit details
    Browse the repository at this point in the history
  2. 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/.github/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 .github/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 authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    6be86f9 View commit details
    Browse the repository at this point in the history
  3. chore: release 3.3.1-SNAPSHOT (#789)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    8e2e05c View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Configuration menu
    Copy the full SHA
    01ede22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0beabb View commit details
    Browse the repository at this point in the history
  3. 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/.github/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 .github/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 authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    e4d8daf View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. deps: update dependency com.google.cloud:google-cloud-shared-dependen…

    …cies to v0.18.0 (#796)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud:google-cloud-shared-dependencies](https://togithub.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://togithub.com/googleapis/java-shared-dependencies/blob/master/CHANGELOG.md#&#8203;0180-httpswwwgithubcomgoogleapisjava-shared-dependenciescompare0171v0180-2021-01-13)
    
    [Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v0.17.1...v0.18.0)
    
    ##### Features
    
    -   add commons-codec to dependencyManagement ([#&#8203;251](https://www.github.com/googleapis/java-shared-dependencies/issues/251)) ([4ee990d](https://www.github.com/googleapis/java-shared-dependencies/commit/4ee990d79c9207c81155f6ee9279308a2d4d0f9d))
    
    ##### Dependencies
    
    -   update dependency com.google.errorprone:error_prone_annotations to v2.5.0 ([#&#8203;247](https://www.github.com/googleapis/java-shared-dependencies/issues/247)) ([37c0861](https://www.github.com/googleapis/java-shared-dependencies/commit/37c0861cfb89f13a0682c98067c633b13b30b827))
    
    ##### [0.17.1](https://www.github.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 ([#&#8203;245](https://www.github.com/googleapis/java-shared-dependencies/issues/245)) ([5ffc8a0](https://www.github.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/dashboard#github/googleapis/java-spanner).
    renovate-bot authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    1a71e50 View commit details
    Browse the repository at this point in the history
  2. 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 authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    90255ea View commit details
    Browse the repository at this point in the history
  3. 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 authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    1a86e4f View commit details
    Browse the repository at this point in the history
  4. 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/.github/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 .github/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 authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    5b864a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4776e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. chore: release 3.3.1 (#793)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    cc1800c View commit details
    Browse the repository at this point in the history
Loading