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: v1.56.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: v1.57.0
Choose a head ref
  • 17 commits
  • 93 files changed
  • 8 contributors

Commits on Jun 22, 2020

  1. 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.
    yoshi-automation authored Jun 22, 2020
    Configuration menu
    Copy the full SHA
    507007c View commit details
    Browse the repository at this point in the history
  2. 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).
    renovate-bot authored Jun 22, 2020
    Configuration menu
    Copy the full SHA
    d5fa721 View commit details
    Browse the repository at this point in the history
  3. 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).
    release-please[bot] authored Jun 22, 2020
    Configuration menu
    Copy the full SHA
    bbcb01d View commit details
    Browse the repository at this point in the history
  4. 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).
    renovate-bot authored Jun 22, 2020
    Configuration menu
    Copy the full SHA
    ead0c17 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. 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
    olavloite authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    39826d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    2e8364c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33a2314 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8536a3e View commit details
    Browse the repository at this point in the history
  4. 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]>
    olavloite and yangnuoyu authored Jun 25, 2020
    Configuration menu
    Copy the full SHA
    5aef6c3 View commit details
    Browse the repository at this point in the history
  5. 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
    kurisumakise2011 authored Jun 25, 2020
    Configuration menu
    Copy the full SHA
    6a900aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e8ec14 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    b4e0401 View commit details
    Browse the repository at this point in the history
  2. 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
    yoshi-automation authored Jun 26, 2020
    Configuration menu
    Copy the full SHA
    0fb3c2b View commit details
    Browse the repository at this point in the history
  3. 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
    olavloite authored Jun 26, 2020
    Configuration menu
    Copy the full SHA
    3d479e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. 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.
    yoshi-automation authored Jun 27, 2020
    Configuration menu
    Copy the full SHA
    d0d29f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. 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
    olavloite authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    5806a81 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. chore: release 1.57.0 (#306)

    * 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>
    release-please[bot] authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    9483925 View commit details
    Browse the repository at this point in the history
Loading