Skip to content

Releases: googleapis/ruby-spanner

google-cloud-spanner: v2.33.0

12 Dec 23:26
28434ef

Choose a tag to compare

2.33.0 (2025-12-12)

Features

  • Support :UUID data type (#139)

google-cloud-spanner: v2.32.0

04 Dec 19:31
d8bd5f1

Choose a tag to compare

2.32.0 (2025-12-04)

Features

  • Add support for ReadLockMode (#171)

google-cloud-spanner: v2.31.0

02 Dec 23:02
a3555e9

Choose a tag to compare

2.31.0 (2025-12-02)

Features

  • Support isolation level in Transaction Options (#206)

google-cloud-spanner: v2.30.0

17 Nov 21:41
e204791

Choose a tag to compare

2.30.0 (2025-11-17)

Features

  • implement support for Multiplexed Sessions (#195)

google-cloud-spanner: v2.29.0

06 Nov 20:51
d22bc15

Choose a tag to compare

2.29.0 (2025-11-06)

Features

  • allow sending request tags for snapshot queries (#200)

Bug Fixes

  • Don't route to leader for single-use transactions in Client#execute_query (#201)

google-cloud-spanner: v2.28.0

23 Oct 12:56
1a2f134

Choose a tag to compare

2.28.0 (2025-10-22)

Features

  • Add support for order_by and lock_hint options (#182)

Bug Fixes

  • use create Transaction when retrying when enumerating rows in Spanner::Results (#191)
  • run explicit BeginTransaction in Client#transaction for mutation-only payloads (#191)
  • Transaction#initialize is no longer incorrectly marked as public in documentation (#191)
  • several field accessors in Partition are no longer incorrectly marked as public in documentation (#191)
  • session keepalive uses Process.clock_gettime instead of Time.now (#185)

google-cloud-spanner: v2.27.0

29 May 06:55
a2e5c8c

Choose a tag to compare

2.27.0 (2025-05-28)

Features

  • Spanner Interval type (#162)
  • Updated required Ruby version to 3.1 (#160)

google-cloud-spanner: v2.26.0

28 Mar 20:39
961425e

Choose a tag to compare

2.26.0 (2025-03-24)

Features

  • Support setting the universe domain (#144)

Bug Fixes

  • Corrected algorithm that releases stale sessions in the pool (#156)

google-cloud-spanner: v2.25.0

29 Jan 23:08
f61f9bb

Choose a tag to compare

2.25.0 (2025-01-29)

Features

  • Support Protobuf Columns (#124)
  • Update minimum Ruby version to 3.0 (#140)

Bug Fixes

  • Add proto_fqn_type for certain cases in protocols (#134)

google-cloud-spanner: v2.24.0

30 Aug 01:00
45f649e

Choose a tag to compare

2.24.0 (2024-08-27)

Features

  • Support 1.x versions of low-level spanner clients (#113)

Bug Fixes

  • Correct the field mask when adding labels to an instance that had none previously (#114)