Releases: googleapis/java-spanner
Releases · googleapis/java-spanner
v1.55.1
v1.55.0
1.55.0 (2020-05-19)
Features
Bug Fixes
- make it possible to override backups methods (#195) (2d19c25)
- Partitioned DML timeout was not always respected (#203) (13cb37e), closes #199
- partitionedDml stub was not closed (#213) (a2d9a33)
- reuse clientId for invalidated databases (#206) (7b4490d)
- use nanos to prevent truncation errors (#204) (a608460), closes #200
Dependencies
v1.54.0
v1.53.0
1.53.0 (2020-04-22)
Features
Bug Fixes
- assign unique id's per test case (#129) (a553b6d)
- check for not null input for Id classes (#159) (ecf5826), closes #145
- clean up test instance if creation failed (#162) (ff571e1)
- fix flaky test and remove warnings (#153) (d534e35), closes #146
- increase test timeout and remove warnings (#160) (63a6bd8), closes #158
- retry non-idempotent long-running RPCs (#141) (4669c02)
- retry restore if blocked by pending restore (#119) (220653d), closes #118
- StatementParser did not accept multiple query hints (#170) (ef41a6e), closes #163
- wait for initialization to finish before test (#161) (fe434ff), closes #146
Performance Improvements
- increase sessions in the pool in batches (#134) (9e5a1cd)
- prepare sessions with r/w tx in-process (#152) (2db27ce), closes #151
Dependencies
- update core dependencies (#109) (5753f1f)
- update core dependencies (#132) (77c1558)
- update dependency com.google.api:api-common to v1.9.0 (#127) (b2c744f)
- update dependency com.google.guava:guava-bom to v29 (#147) (3fe3ae0)
- update dependency io.grpc:grpc-bom to v1.29.0 (#164) (2d2ce5c)
- update dependency org.threeten:threetenbp to v1.4.3 (#120) (49d1abc)
v1.52.0
v1.51.0
1.51.0 (2020-03-13)
IMPORTANT: Known issue with this version of the client
Since v1.50.0, users exporting OpenCensus metrics from the client library may come across the error:
java.lang.IllegalArgumentException: A different metric with the same name already registered.
if more than one instance client is initialized within the same process. A fix is submitted and is pending an OpenCensus release.
If you rely on OpenCensus metrics, please update to v1.52.0 which contains a fix.
Apologies for the inconvenience.
Features
Bug Fixes
Dependencies
v1.50.0
1.50.0 (2020-02-28)
IMPORTANT: Known issue with this version of the client
Since v1.50.0, users exporting OpenCensus metrics from the client library may come across the error:
java.lang.IllegalArgumentException: A different metric with the same name already registered.
if more than one instance client is initialized within the same process. A fix is submitted and is pending an OpenCensus release.
If you rely on OpenCensus metrics, please update to v1.52.0 which contains a fix.
Apologies for the inconvenience.
Features
- add metrics to capture acquired and released sessions data (#67) (94d0557)
- add session timeout metric (#65) (8d84b53)
- instrument Spanner client with OpenCensus metrics (#54) (d9a00a8)
Bug Fixes
- multiple calls to end of span (#75) (3f32f51)
- prevent potential thread starvation in SessionPool (#85)(248048a)
Dependencies
- update core dependencies (#87) (b096651)
- update dependency com.google.cloud:google-cloud-core-bom to v1.92.5 (56742c9)
- update dependency com.google.http-client:google-http-client-bom to v1.34.2 (#88) (628093d)
- update dependency com.google.protobuf:protobuf-bom to v3.11.4 (#77) (fb2c683)
- update dependency io.grpc:grpc-bom to v1.27.1 (054b7e7)
- update opencensus.version to v0.25.0 (#70) (26a3eff)