Skip to content

v3.42.0

Compare
Choose a tag to compare
@release-please release-please released this 30 Jan 14:04
8c777bd

3.42.0 (2024-01-30)

Features

  • Add FLOAT32 enum to TypeCode (5b94dac)
  • Add max_commit_delay API (#1078) (ec87c08)
  • Add proto descriptors for proto and enum types in create/update/get database ddl requests (5b94dac)
  • Fixing and refactoring transaction retry logic in dbapi. Also adding interceptors support for testing (#1056) (6640888)
  • Implementation of run partition query (#1080) (f3b23b2)

Bug Fixes

  • Few fixes in DBAPI (#1085) (1ed5a47)
  • Small fix in description when metadata is not present in cursor's _result_set (#1088) (57643e6)
  • spanner: Add SpannerAsyncClient import to spanner_v1 package (#1086) (2d98b54)

Documentation

  • Samples and tests for auto-generated createDatabase and createInstance APIs. (#1065) (16c510e)