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: v6.8.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: v6.9.0
Choose a head ref
  • 11 commits
  • 56 files changed
  • 5 contributors

Commits on Jun 30, 2021

  1. chore: release 6.8.1-SNAPSHOT (#1264)

    🤖 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 Jun 30, 2021
    Configuration menu
    Copy the full SHA
    e14d8f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f0fa63 View commit details
    Browse the repository at this point in the history
  3. feat: support setting an async executor provider (#1263)

    * feat: support setting an async executor provider
    
    * fix: set defaults in builder
    olavloite authored Jun 30, 2021
    Configuration menu
    Copy the full SHA
    369c8a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    025e162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ec8315 View commit details
    Browse the repository at this point in the history
  3. samples: updates lci samples (#1266)

    Updates the LCI samples to be accordingly to the spec. Instead of
    printing out the processing units directly from the instance that is
    created, another getInstance is done in order to retrieve the
    information.
    thiagotnunes authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    ffc190c View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. test: increase timeout and enable tests on emulator (#1275)

    Increase the wait time for a `DatabaseNotFound` error, as it can take a little while before
    Cloud Spanner actually sends that error for a `SELECT 1` query.
    
    Also enable the `ResourceNotFound` tests on the emulator, as the emulator now includes
    `ResourceInfo` in the returned errors.
    
    Fixes #1272
    olavloite authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    8a40ff2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    224cc7f View commit details
    Browse the repository at this point in the history
  3. feat(spanner): add leader_options to InstanceConfig and default_leade…

    …r to Database (#1271)
    
    * 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.
    
    * feat(spanner): add leader_options to InstanceConfig and default_leader to Database
    
    PiperOrigin-RevId: 382409094
    
    Source-Author: Google APIs <[email protected]>
    Source-Date: Wed Jun 30 16:30:14 2021 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 2c6e4dd22260e34403b468cc6d19aa43a9c684ed
    Source-Link: googleapis/googleapis@2c6e4dd
    yoshi-automation authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    f257671 View commit details
    Browse the repository at this point in the history
  4. feat: add support for tagging to Connection API (#623)

    * feat: add support for tagging in Connection API
    
    * fix: disallow statement tags for commit/rollback/run
    
    * chore: cleanup after rebase
    
    * test: add generated tests + cleanup
    
    * build: add new methods to clirr
    
    * fix: add default implementations for new methods
    olavloite authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    5722372 View commit details
    Browse the repository at this point in the history
  5. chore: release 6.9.0 (#1267)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ## [6.9.0](https://www.github.com/googleapis/java-spanner/compare/v6.8.0...v6.9.0) (2021-07-05)
    
    
    ### Features
    
    * add support for tagging to Connection API ([#623](https://www.github.com/googleapis/java-spanner/issues/623)) ([5722372](https://www.github.com/googleapis/java-spanner/commit/5722372b7869828e372dec06e80e5b0e7280af61))
    * **spanner:** add leader_options to InstanceConfig and default_leader to Database ([#1271](https://www.github.com/googleapis/java-spanner/issues/1271)) ([f257671](https://www.github.com/googleapis/java-spanner/commit/f25767144344f0df67662f1b3ef662902384599a))
    * support setting an async executor provider ([#1263](https://www.github.com/googleapis/java-spanner/issues/1263)) ([369c8a7](https://www.github.com/googleapis/java-spanner/commit/369c8a771ec48fa1476236f800b0e8eb5982a33c))
    
    
    ### Dependencies
    
    * update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#1269](https://www.github.com/googleapis/java-spanner/issues/1269)) ([025e162](https://www.github.com/googleapis/java-spanner/commit/025e162813d6321dabe49e32f00934f9ae334e24))
    ---
    
    
    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 Jul 5, 2021
    Configuration menu
    Copy the full SHA
    7cfffe3 View commit details
    Browse the repository at this point in the history
Loading