base repository: googleapis/java-spanner
base: v1.49.1
head repository: googleapis/java-spanner
Uh oh!
There was an error while loading. Please reload this page.
compare: v1.49.2
- 10 commits
- 33 files changed
- 5 contributors
Commits on Jan 30, 2020
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 authoredJan 30, 2020 fix: use retry settings for ResumableStreamIterator (#49)
* fix: use retry settings for ResumableStreamIterator * fix: remove unused reference to backoff
olavloite authoredJan 30, 2020 fix: use default retry settings for aborted tx (#48)
olavloite authoredJan 30, 2020
Commits on Jan 31, 2020
chore: group guava with other core dependencies
yoshi-automation authoredJan 31, 2020
Commits on Feb 3, 2020
chore: linkage monitor check should skipp clirr and enforcer
yoshi-automation authoredFeb 3, 2020
Commits on Feb 5, 2020
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]>
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 authoredFeb 5, 2020
Commits on Feb 6, 2020
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[bot] authoredFeb 6, 2020 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 authoredFeb 6, 2020 * 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[bot] authoredFeb 6, 2020
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v1.49.1...v1.49.2
Uh oh!
There was an error while loading. Please reload this page.