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.61.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: v2.0.0
Choose a head ref
  • 9 commits
  • 31 files changed
  • 6 contributors

Commits on Sep 10, 2020

  1. fix: Remove Guava ImmutableList from API surface (#411)

    Replace com.google.common.collect.ImmutableList
    with java.util.List
    
    BREAKING CHANGE
    nielm authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    b35304e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    6154008 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Configuration menu
    Copy the full SHA
    b312091 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. fix: uses old version of gax-grpc method (#426)

    Internally, we are using version 1.47.1 of the gax-grpc library, which does not provide a method currently being used (setExecutor).
    
    In here we use a method that is available in 1.47.1 and achieves the same goal (setExecutorProvider).
    thiagotnunes authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    fe6dc79 View commit details
    Browse the repository at this point in the history
  2. chore!: ensure next release is major (#428)

    Dummy commit to ensure that the next release is major.
    thiagotnunes authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    bdae120 View commit details
    Browse the repository at this point in the history
  3. chore: release 1.61.1-SNAPSHOT (#418)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    fd63673 View commit details
    Browse the repository at this point in the history
  4. feat: add lazy initializer (#423)

    * feat: add lazy initializer
    
    * chore: run linter
    olavloite authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    e8522b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Configuration menu
    Copy the full SHA
    059ef1e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. chore: release 2.0.0 (#429)

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