Skip to content

google-cloud-spanner: v2.28.0

Choose a tag to compare

@release-please release-please released this 23 Oct 12:56
1a2f134

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)