Skip to content

Releases: googleapis/go-sql-spanner

v1.24.1

06 Mar 12:51
e57d1b5

Choose a tag to compare

1.24.1 (2026-03-06)

Bug Fixes

  • Update all dependencies (#750) (107c133)
  • Update dependency com.google.errorprone:error_prone_annotations to v2.48.0 (#757) (fe99422)
  • Update dependency io.netty:netty-transport-native-epoll to v4.2.10.final (#702) (a078428)
  • Update protobuf monorepo (#755) (666615c)

v1.24.0

13 Feb 13:06
981bab0

Choose a tag to compare

1.24.0 (2026-02-13)

Features

  • Introduce asynchronous DDL execution modes (#729) (13253b4)
  • Support partitioned queries through SQL statements (#714) (db0a239)

Bug Fixes

Performance Improvements

v1.23.0

26 Jan 17:17
87065c6

Choose a tag to compare

1.23.0 (2026-01-26)

Features

  • Add dialect connection property (#710) (2e92beb)
  • Add driver support for experimental host (#724) (36908a2)
  • Add option to decode NUMERIC to string (#717) (a2fdf7b)
  • Send string params as untyped values to Spanner (#720) (4de7250)
  • Support Prepare for client-side statements (#726) (3a2917f)

Bug Fixes

  • Correctly decode specific PG JSONB and NUMERIC types (#725) (032afab)
  • DecodeToNativeArrays in ConnectorConfig was ignored (#734) (97a84c7), refs #731
  • Only close the connector once the usage count reaches zero (#718) (60cc893)
  • Update all dependencies (#703) (8960e64)
  • Update protobuf monorepo (#721) (a79356f)
  • Update protobuf monorepo (#723) (3f48e14)

v1.22.0

15 Dec 15:09
5ffc4fa

Choose a tag to compare

1.22.0 (2025-12-15)

Features

  • Add Split function to parser (#634) (302e860)
  • Add support for multi-sql using next_result_set (#676) (8d068d1)
  • Add support for statement-scoped connection state (#599) (5a158c3)
  • Add TimestampBound option to ExecOptions (#522) (fc78709)
  • Support CREATE DATABASE with extra statements (#629) (e09de0b)
  • Support multi-statement SQL strings in QueryContext (#638) (019442f)
  • Support statement_timeout and transaction_timeout property (#578) (b542646)

Bug Fixes

Performance Improvements

Documentation

  • Update spannerlib-python documentation (#685) (30e6339)
  • Update spannerlmockserver documentation (#684) (22aa6eb)

v1.21.0

29 Oct 16:04
005f9a4

Choose a tag to compare

1.21.0 (2025-10-29)

Features

Bug Fixes

v1.20.0

28 Oct 17:04
ba51ae8

Choose a tag to compare

1.20.0 (2025-10-28)

Features

  • Parse SET TRANSACTION statements (#549) (6a396d3)
  • Support transaction options in BEGIN statements (#550) (49e945e)

Bug Fixes

  • Return batch update counts also when retries are disabled (#566) (6f8c1e2)
  • Update all dependencies (#551) (7457422)
  • Update all dependencies (#556) (e99a48f)
  • Update dependency io.grpc:grpc-bom to v1.76.0 (#561) (fdd991b)
  • Update dependency io.netty:netty-transport-native-epoll to v4.2.7.final (#559) (5b79883)
  • Update protobuf monorepo (#562) (32cd9f0)

v1.19.0

07 Oct 16:59
ced9a88

Choose a tag to compare

1.19.0 (2025-10-07)

Features

  • Add authority param support to DSN (#546) (002d386)
  • ruby: Add Ruby FFI wrapper for spannerlib (#545) (bb87d96)

Bug Fixes

  • Update all dependencies (#542) (fba2986)
  • Update dependency net.java.dev.jna:jna to v5.18.1 (#544) (98f2429)
  • Update module github.com/googleapis/go-sql-spanner to v1.18.1 (#540) (1eca441)

v1.18.1

24 Sep 07:09
f29032e

Choose a tag to compare

1.18.1 (2025-09-23)

Bug Fixes

  • Do not return update count for queries (#524) (4403e52)
  • Update all dependencies (#536) (13bda8d)
  • Update dependency net.java.dev.jna:jna to v5.18.0 (#538) (61cc7e8)
  • Update module github.com/googleapis/go-sql-spanner to v1.18.0 (#528) (f5100ce)
  • Update module github.com/testcontainers/testcontainers-go to v0.39.0 (#535) (c3a8109)

v1.18.0

12 Sep 07:46
203fbb9

Choose a tag to compare

1.18.0 (2025-09-12)

Features

  • Allow DDL statements with QueryContext (#515) (aa00055)
  • Support BEGIN, COMMIT and ROLLBACK statements (#520) (e88c303)
  • Support read_lock_mode for r/w transactions (#505) (a552d5e)
  • Use a single multiplexed session for all operations (#500) (8463a6c)

Bug Fixes

v1.17.0

18 Aug 14:05
04550ec

Choose a tag to compare

1.17.0 (2025-08-18)

Features

Documentation