Comparing v1.49.1...v1.49.2 · googleapis/java-spanner (original) (raw)

Commits on Feb 6, 2020

  1. chore: release 1.49.2-SNAPSHOT (#51)
  1. 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
    Configuration menu
    Browse the repository at this point in the history
  2. chore: release 1.49.2 (#62)