Skip to content

Releases: googleapis/java-spanner

v6.72.0

07 Aug 13:34
bcaaf2c
Compare
Choose a tag to compare

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 (with FULFILLMENT_PERIOD_NORMAL or FULFILLMENT_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

  • Bump sdk-platform-java-config to 3.33.0 (#3243) (35907c6)
  • Update dependencies to latest (#3250) (d1d566b)
  • Update dependency com.google.auto.value:auto-value-annotations to v1.11.0 (#3191) (065cd48)
  • Update dependency com.google.cloud:google-cloud-trace to v2.47.0 (#3067) (e336ab8)

v6.71.0

03 Jul 11:19
c3d3f23
Compare
Choose a tag to compare

6.71.0 (2024-07-03)

Features

v6.70.0

27 Jun 08:57
203a3c7
Compare
Choose a tag to compare

6.70.0 (2024-06-27)

Features

Bug Fixes

  • Do not end transaction span when rolling back to savepoint (#3167) (8ec0cf2)
  • Remove unused DmlBatch span (#3147) (f7891c1)

Dependencies

  • Update dependencies (#3181) (0c787e6)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.32.0 (#3184) (9c85a6f)
  • Update dependency commons-cli:commons-cli to v1.8.0 (#3073) (36b5340)

v6.69.0

12 Jun 19:23
1d5e5f5
Compare
Choose a tag to compare

6.69.0 (2024-06-12)

Features

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.31.0 (#3159) (1ee19d1)

v6.68.1

29 May 15:08
73821ff
Compare
Choose a tag to compare

6.68.1 (2024-05-29)

Bug Fixes

  • Make SessionPoolOptions#setUseMultiplexedSession(boolean) package private (#3130) (575c3e0)

v6.67.1

29 May 12:59
365dd85
Compare
Choose a tag to compare

6.67.1 (2024-05-29)

Bug Fixes

  • Make SessionPoolOptions#setUseMultiplexedSession(boolean) package private (#3136) (207cd1c)

v6.68.0

27 May 10:46
adee81b
Compare
Choose a tag to compare

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

  • Allow getMetadata() calls before calling next() (#3111) (39902c3)

Dependencies

  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.2 (#3117) (ddebbbb)

v6.67.0

22 May 16:52
f3a6a00
Compare
Choose a tag to compare

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.

Features

  • Add tracing for batchUpdate, executeUpdate, and connections (#3097) (45cdcfc)

Performance Improvements

  • Minor optimizations to the standard query path (#3101) (ec820a1)

Dependencies

  • Update dependency com.google.cloud:google-cloud-monitoring to v3.44.0 (#3099) (da44e93)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.30.1 (#3116) (d205a73)

v6.66.0

03 May 17:22
5394139
Compare
Choose a tag to compare

6.66.0 (2024-05-03)

Features

  • Allow DDL with autocommit=false (#3057) (22833ac)
  • Include stack trace of checked out sessions in exception (#3092) (ba6a0f6)

Bug Fixes

  • Multiplexed session metrics were not included in refactor move (#3088) (f3589c4)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.30.0 (#3082) (ddfc98e)

v6.65.1

30 Apr 09:53
7b06b95
Compare
Choose a tag to compare

6.65.1 (2024-04-30)

Dependencies

  • Update dependency com.google.cloud:google-cloud-monitoring to v3.43.0 (#3066) (97b0a93)

Documentation