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.48.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.49.0
Choose a head ref
  • 9 commits
  • 46 files changed
  • 6 contributors

Commits on Jan 13, 2020

  1. chore: release 1.48.1-SNAPSHOT (#30)

    * updated versions.txt [ci skip]
    
    * updated google-cloud-spanner-bom/pom.xml [ci skip]
    
    * updated google-cloud-spanner/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 grpc-google-cloud-spanner-v1/pom.xml [ci skip]
    
    * updated 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]
    release-please[bot] authored and chingor13 committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    5cdd2b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c22c831 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Configuration menu
    Copy the full SHA
    064eab0 View commit details
    Browse the repository at this point in the history
  2. feat: add support for CallCredentials (#26)

    * feat: add support for CallCredentials
    
    Adds support for using CallCredentials that could vary per call
    instead of only static credentials passed in at startup.
    
    Fixes #18
    
    * fix: declare dependency usage
    olavloite authored Jan 14, 2020
    Configuration menu
    Copy the full SHA
    1112357 View commit details
    Browse the repository at this point in the history
  3. fix: add keepalives to GRPC channel (#11)

    This patch adds keepalives to the GRPC channel every 2 minutes. By
    default, there are no keepalives to the GRPC channel. While running
    dataflow import jobs, issues have been observed with the spanner
    commit calls that run more than 10 minutes. Adding keepalives to
    the GRPC channel solves these issues.
    allenpradeep authored and olavloite committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    428a4a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Configuration menu
    Copy the full SHA
    9b0733d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca99446 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    fa2b471 View commit details
    Browse the repository at this point in the history
  2. chore: release 1.49.0 (#33)

    * updated CHANGELOG.md [ci skip]
    
    * updated README.md [ci skip]
    
    * updated versions.txt [ci skip]
    
    * updated google-cloud-spanner-bom/pom.xml [ci skip]
    
    * updated 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 grpc-google-cloud-spanner-v1/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 google-cloud-spanner/pom.xml [ci skip]
    release-please[bot] authored and skuruppu committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    e407396 View commit details
    Browse the repository at this point in the history
Loading