Skip to content

Releases: googleapis/python-spanner

v3.24.0

02 Dec 06:19
20533b8

Choose a tag to compare

3.24.0 (2022-11-30)

Features

  • Add snippets for Spanner DML with returning clause (#811) (62e55b5)
  • Add support and tests for DML returning clauses (#805) (81505cd)

v3.23.0

07 Nov 10:38
4540782

Choose a tag to compare

3.23.0 (2022-11-07)

Features

  • Adding support and samples for jsonb (#851) (268924d)
  • Support request priorities (#834) (ef2159c)
  • Support requiest options in !autocommit mode (#838) (ab768e4)
  • Update result_set.proto to return undeclared parameters in ExecuteSql API (#841) (0aa4cad)
  • Update transaction.proto to include different lock modes (#845) (c191296)

Bug Fixes

Documentation

  • Describe DB API and transactions retry mechanism (#844) (30a0666), closes #791

v3.22.2

11 Oct 16:37

Choose a tag to compare

🤖 I have created a release beep boop

3.22.2 (2022-10-10)

Bug Fixes

v3.22.1

04 Oct 02:50
e9832e1

Choose a tag to compare

3.22.1 (2022-10-04)

Bug Fixes

Documentation

  • samples: add samples for CMMR phase 2 (4282340)

v3.22.0

27 Sep 07:27
6dbbad8

Choose a tag to compare

3.22.0 (2022-09-26)

Features

  • Adding reason, domain, metadata & error_details fields in Custom Exceptions for additional info (#804) (2a74060)

v3.21.0

19 Sep 19:13
ff76231

Choose a tag to compare

3.21.0 (2022-09-16)

Features

  • Add custom instance config operations (#810) (f07333f)

v3.20.0

30 Aug 06:28
6a941ef

Choose a tag to compare

3.20.0 (2022-08-30)

Features

Bug Fixes

  • if JsonObject serialized to None then return null_value instead of string_value (#771) (82170b5)

v3.19.0

17 Aug 15:47
087a624

Choose a tag to compare

3.19.0 (2022-08-17)

Features

  • support JSON object consisting of an array. (#782) (92a3169)

v3.18.0

15 Aug 14:59
d7999b8

Choose a tag to compare

3.18.0 (2022-08-12)

Features

  • Add ListDatabaseRoles API to support role based access control (#774) (3867882)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (eee5f31)
  • deps: require proto-plus >= 1.22.0 (eee5f31)
  • target new spanner db admin service config (8c73cb3)

v3.17.0

20 Jul 10:35
12854d5

Choose a tag to compare

3.17.0 (2022-07-19)

Features

  • add audience parameter (60db146)
  • add Session creator role (60db146)
  • Adding two new fields for Instance create_time and update_time (60db146)

Bug Fixes

  • deps: require google-api-core>=1.32.0,>=2.8.0 (#739) (60db146)

Documentation

  • clarify transaction semantics (60db146)