Releases: googleapis/java-spanner
Releases · googleapis/java-spanner
v6.72.0
6.72.0 (2024-08-07)
Features
- Add
RESOURCE_EXHAUSTED
to the list of retryable error codes (e859b29) - Add field order_by in spanner.proto (e859b29)
- Add QueryCancellationAction message in executor protos (e859b29)
- Add SessionPoolOptions, SpannerOptions protos in executor protos (e859b29)
- Add support for multi region encryption config (e859b29)
- Enable hermetic library generation (#3129) (94b2a86)
- spanner: Add samples for instance partitions (#3221) (bc48bf2)
- spanner: Add support for Cloud Spanner Scheduled Backups (e859b29)
- spanner: Adding
EXPECTED_FULFILLMENT_PERIOD
to the indicate instance creation times (withFULFILLMENT_PERIOD_NORMAL
orFULFILLMENT_PERIOD_EXTENDED
ENUM) with the extended instance creation time triggered by On-Demand Capacity Feature (e859b29) - spanner: Set manual affinity incase of gRPC-GCP extenstion (#3215) (86b306a)
- Support Read RPC OrderBy (#3180) (735bca5)
Bug Fixes
- Make sure commitAsync always finishes (#3216) (440c88b)
- SessionPoolOptions.Builder#toBuilder() skipped useMultiplexedSessions (#3197) (027f92c)
Dependencies
v6.71.0
v6.70.0
v6.69.0
v6.68.1
v6.67.1
v6.68.0
6.68.0 (2024-05-27)
Notes
NOTE: This version contains a public method SessionPoolOptions#setUseMultiplexedSessions(boolean)
. This method should not be used and will be removed in future versions. This feature will be enabled automatically when the feature is supported.
Features
- [java] allow passing libraries_bom_version from env (#1967) (#3112) (7d5a52c)
- Allow DML batches in transactions to execute analyzeUpdate (#3114) (dee7cda)
- spanner: Add support for Proto Columns in Connection API (#3123) (7e7c814)
Bug Fixes
Dependencies
v6.67.0
6.67.0 (2024-05-22)
Notes
NOTE: This version contains a public method SessionPoolOptions#setUseMultiplexedSessions(boolean)
. This method should not be used and will be removed in future versions. This feature will be enabled automatically when the feature is supported.