Permalink
base repository: googleapis/java-spanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v1.49.1
Choose a base ref
...
head repository: googleapis/java-spanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: v1.49.2
Choose a head ref
  • 10 commits
  • 33 files changed
  • 5 contributors

Commits on Jan 30, 2020

  1. info: add additional information to error message (#50)

    Any error that might occur during the listing of databases of an
    instance will now also include the name of the instance and the
    page token that was used to try to get the databases. This makes
    it easier to debug why a particular RPC might have failed.
    
    Closes #17
    @olavloite
    olavloite authoredJan 30, 2020
    Configuration menu
    Copy the full SHA
    38ae1e3View commit details
    Browse the repository at this point in the history
  2. fix: use retry settings for ResumableStreamIterator (#49)

    * fix: use  retry settings for ResumableStreamIterator
    
    * fix: remove unused reference to backoff
    @olavloite
    olavloite authoredJan 30, 2020
    Configuration menu
    Copy the full SHA
    63b33e9View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6709552View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

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

Commits on Feb 3, 2020

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

Commits on Feb 5, 2020

  1. deps: update core dependencies (#59)

    * deps: update core dependencies
    
    * deps: update dependency com.google.protobuf:protobuf-bom to v3.11.3
    
    * deps: update dependency com.google.http-client:google-http-client-bom to v1.34.1
    
    Co-authored-by: WhiteSource Renovate <[email protected]>
    chingor13 and renovate-bot authoredFeb 5, 2020
    Configuration menu
    Copy the full SHA
    74b6b98View commit details
    Browse the repository at this point in the history
  2. fix: use resource type to identify type of error (#57)

    * fix: use resource type to identify type of error
    
    * fix: add test for DatabaseNotFoundException
    @olavloite
    olavloite authoredFeb 5, 2020
    Configuration menu
    Copy the full SHA
    89c3e77View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. chore: release 1.49.2-SNAPSHOT (#51)

    * 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
    release-please[bot] authoredFeb 6, 2020
    Configuration menu
    Copy the full SHA
    c7aab1cView commit details
    Browse the repository at this point in the history
  2. fix: stop sending RPCs on InstanceNotFound (#61)

    The session pool should handle InstanceNotFound in the same way
    as DatabaseNotFound errors, i.e. stop sending RPCs and also
    consider an instance that has been re-created with the same name
    as a different instance, and hence require the user to re-create
    any database client before it can be used again.
    
    Fixes #60
    @olavloite
    olavloite authoredFeb 6, 2020
    Configuration menu
    Copy the full SHA
    7618ac8View commit details
    Browse the repository at this point in the history
  3. chore: release 1.49.2 (#62)

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