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.2.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.2.1
Choose a head ref
  • 12 commits
  • 29 files changed
  • 6 contributors

Commits on Dec 20, 2020

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

Commits on Dec 21, 2020

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

Commits on Dec 29, 2020

  1. chore(java): remove formatter action (#765)

    Source-Author: Jeff Ching <[email protected]>
    Source-Date: Tue Dec 29 10:50:17 2020 -0800
    Source-Repo: googleapis/synthtool
    Source-Sha: 6133907dbb3ddab204a17a15d5c53ec0aae9b033
    Source-Link: googleapis/synthtool@6133907
    yoshi-automation authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    789633d View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

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

Commits on Jan 4, 2021

  1. docs: cleanup inner region tags (#764)

    * docs: standardizing region tags to be consistent with other related snippets
    
    * docs: cleanup old tags now that new ones are live
    Anthony authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    90ad9d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. docs: documents resume on update database ddl (#767)

    Instead of throwing an ALREADY_EXISTS error on the update database ddl
    operation, we resume the original operation. This is necessary, because
    the update database ddl is retryable. Because of this, we don't want to
    confuse the caller by bubbling up an ALREADY_EXISTS error on a retry,
    even though they used a non-existing operation id.
    thiagotnunes authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    aeb255d View commit details
    Browse the repository at this point in the history
  2. fix: grpc-alts is used not only in tests (#761)

    * fix: grpc-alts is used not only in tests
    
    This reverts commit c8ef46f.
    
    * fix: adds grpc-alts as compile time dependency
    
    * fix: removes duplicate dependency
    
    Removes duplicate grpc-alts dependency
    thiagotnunes authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    72d93d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c255323 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. docs: add sample for timeout for one RPC (#707)

    * docs: add sample for timeout for one RPC
    
    Adds a sample for setting a timeout for a single RPC.
    
    Fixes GoogleCloudPlatform/java-docs-samples#3805
    
    * fix: fix import order
    
    * fix: format code with the correct formatter plugin
    
    * fix: delete test data after each test
    
    * fix: auto-throttle admin requests
    olavloite authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    056f54f View commit details
    Browse the repository at this point in the history
  2. chore: release 3.2.1-SNAPSHOT (#772)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    fd18780 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0916220 View commit details
    Browse the repository at this point in the history
  4. chore: release 3.2.1 (#775)

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