Skip to content

Releases: googleapis/java-spanner

v6.61.0

04 Mar 15:20
95bad55
Compare
Choose a tag to compare

6.61.0 (2024-03-04)

Features

Bug Fixes

  • Flaky test issue due to AbortedException. (#2925) (cd34c1d)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.27.0 (#2935) (f8f835a)
  • Update dependency org.json:json to v20240303 (#2936) (1d7044e)

Documentation

  • Samples and tests for backup Admin APIs and overall spanner Admin APIs. (#2882) (de13636)
  • Update all public documents to use auto-generated admin clients. (#2928) (ccb110a)

v6.60.1

23 Feb 05:22
a45602b
Compare
Choose a tag to compare

6.60.1 (2024-02-23)

Dependencies

  • Update dependency com.google.cloud:google-cloud-monitoring to v3.37.0 (#2920) (a3441bb)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.0 (#2861) (a652c3b)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.1 (#2919) (8800a28)
  • Update dependency org.json:json to v20240205 (#2913) (277ed81)
  • Update dependency org.junit.vintage:junit-vintage-engine to v5.10.2 (#2868) (71a65ec)
  • Update opentelemetry.version to v1.35.0 (#2902) (3286eae)

v6.60.0

21 Feb 14:40
341062b
Compare
Choose a tag to compare

6.60.0 (2024-02-21)

Features

  • Add an API method for reordering firewall policies (62319f0)
  • spanner: Add field for multiplexed session in spanner.proto (62319f0)
  • Update TransactionOptions to include new option exclude_txn_from_change_streams (#2853) (62319f0)

Bug Fixes

  • Add ensureDecoded to proto type (#2897) (e99b78c)
  • spanner: Fix write replace used by dataflow template and import export (#2901) (64b9042)

Dependencies

  • Update dependency com.google.cloud:google-cloud-trace to v2.36.0 (#2749) (51a348a)

Documentation

  • Update comments (62319f0)
  • Update the comment regarding eligible SQL shapes for PartitionQuery (62319f0)

v6.59.0

15 Feb 17:01
c41e046
Compare
Choose a tag to compare

6.59.0 (2024-02-15)

Features

  • Support public methods to use autogenerated admin clients. (#2878) (53bcb3e)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.25.0 (#2888) (8e2da51)

Documentation

  • README for OpenTelemetry metrics and traces (#2880) (c8632f5)
  • Samples and tests for database Admin APIs. (#2775) (14ae01c)

v6.58.0

09 Feb 10:41
7349a2a
Compare
Choose a tag to compare

6.58.0 (2024-02-08)

Features

  • Open telemetry implementation (#2770) (244d6a8)
  • spanner: Support max_commit_delay in Spanner transactions (#2854) (e2b7ae6)
  • Support Directed Read in Connection API (#2855) (ee477c2)

Bug Fixes

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.24.0 (#2856) (968877e)

v6.57.0

29 Jan 13:04
32aace1
Compare
Choose a tag to compare

6.57.0 (2024-01-29)

Features

  • Add FLOAT32 enum to TypeCode (#2800) (383fea5)
  • Add support for Proto Columns (#2779) (30d37dd)
  • spanner: Add proto descriptors for proto and enum types in create/update/get database ddl requests (#2774) (4a906bf)

Bug Fixes

  • Remove google-cloud-spanner-executor from the BOM (#2844) (655000a)

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.22.0 (#2785) (f689f74)
  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.23.0 (#2801) (95f064f)

Documentation

v6.56.0

05 Jan 22:30
58f94b2
Compare
Choose a tag to compare

6.56.0 (2024-01-05)

Features

  • Add autoscaling config in the instance to support autoscaling in systests (#2756) (99ae565)
  • Add support for Directed Read options (#2766) (26c6c63)
  • Update OwlBot.yaml file to pull autogenerated executor code (#2754) (20562d4)

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.21.0 (#2772) (173f520)

Documentation

  • Samples and tests for auto-generated createDatabase and createInstance APIs. (#2764) (74a586f)

v6.55.0

01 Dec 19:48
07f3d7d
Compare
Choose a tag to compare

6.55.0 (2023-12-01)

Features

Bug Fixes

  • deps: Update the Java code generator (gapic-generator-java) to 2.30.0 (#2703) (961aa78)

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.20.0 (#2746) (12bcabb)
  • Update dependency commons-io:commons-io to v2.15.1 (#2745) (b9d9571)

v6.54.0

15 Nov 09:56
7820be8
Compare
Choose a tag to compare

6.54.0 (2023-11-15)

Features

  • Enable session leaks prevention by cleaning up long-running tra… (#2655) (faa7e5d)

Bug Fixes

  • Copy backup issue when backup is done across different instance IDs (#2732) (7f6b158)
  • Respect SPANNER_EMULATOR_HOST env var when autoConfigEmulator=true (#2730) (9c19934)

Dependencies

  • Update dependency com.google.cloud:google-cloud-trace to v2.30.0 (#2725) (8618042)

v6.53.0

08 Nov 19:06
f1b0c57
Compare
Choose a tag to compare

6.53.0 (2023-11-06)

Features

  • Move session lastUseTime parameter from PooledSession to SessionImpl class. Fix updation of the parameter for chained RPCs within one transaction. (#2704) (e75a281)
  • Rely on graal-sdk version declaration from property in java-shared-config (#2696) (cfab83a)

Bug Fixes

  • Prevent illegal negative timeout values into thread sleep() method in ITTransactionManagerTest. (#2715) (1c26cf6)

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.19.0 (#2719) (e320753)
  • Update dependency com.google.cloud:google-cloud-trace to v2.28.0 (#2670) (078b7ca)
  • Update dependency com.google.cloud:google-cloud-trace to v2.29.0 (#2714) (b400eca)
  • Update dependency commons-cli:commons-cli to v1.6.0 (#2710) (e3e8f6a)
  • Update dependency commons-io:commons-io to v2.15.0 (#2712) (a5f59aa)
  • Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.28 (#2692) (d8a2b02)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.28 (#2705) (2b17f09)
  • Update dependency org.junit.vintage:junit-vintage-engine to v5.10.1 (#2723) (9cf6d0e)