Skip to content

Releases: googleapis/go-sql-spanner

v1.9.0

22 Nov 16:24
076c631
Compare
Choose a tag to compare

1.9.0 (2024-11-22)

Features

  • .github: Add staticcheck (#326) (9d4f987)
  • Add isolation level option for disabling internal retries (#327) (118a177)
  • Add option for disabling native metrics (#323) (3c45d27), refs #310

Bug Fixes

Performance Improvements

  • Use resetForRetry for retrying aborted transactions (#319) (1ceb9ee)

Documentation

v1.8.0

14 Nov 14:56
6a81455
Compare
Choose a tag to compare

1.8.0 (2024-11-14)

Features

  • Add connection property for enableEndToEndTracing (#307) (c39f57f)
  • Add method for getting batched statements (#318) (03d4818)
  • Add transaction runner for better transaction retries (#315) (3731176)
  • Expose underlying *spanner.Client (#313) (29e69c7)

Bug Fixes

v1.7.4

16 Oct 15:37
2b783c4
Compare
Choose a tag to compare

1.7.4 (2024-10-16)

Bug Fixes

  • Data-race with concurrent scan and close (#304) (cdbea5c)

v1.7.3

08 Oct 13:20
081fa51
Compare
Choose a tag to compare

1.7.3 (2024-10-08)

Bug Fixes

v1.7.2

30 Sep 15:28
b74db54
Compare
Choose a tag to compare

1.7.2 (2024-09-30)

Bug Fixes

  • Do not panic when nil is passed in as a query parameter to a pointer of type that implements driver.Valuer via a value receiver (#296) (816847b)

v1.7.1

29 Aug 15:11
7004a32
Compare
Choose a tag to compare

1.7.1 (2024-08-29)

Bug Fixes

v1.7.0

23 Aug 08:57
698932d
Compare
Choose a tag to compare

1.7.0 (2024-08-23)

Features

v1.6.0

16 Jul 06:28
94bc417
Compare
Choose a tag to compare

1.6.0 (2024-07-14)

Features

v1.5.0

01 Jul 18:14
b4c1d24
Compare
Choose a tag to compare

1.5.0 (2024-07-01)

Features

Bug Fixes

  • []*int and []*uint (#267) (d24b55a)
  • examples: Make compilable and add a test runner for the samples (#256) (b9c0b4d)
  • Prevent potential panic in RemoveStatementHint (#253) (7d7155b), refs #251

v1.4.0

30 May 13:31
062bca0
Compare
Choose a tag to compare

1.4.0 (2024-05-30)

Features

  • Add exclude_txn_from_change_streams variable (#236) (ad95d85)

Bug Fixes

  • deps: Update google.golang.org/genproto/googleapis/rpc digest to 5315273 (#239) (a39bb8f)
  • deps: Update module cloud.google.com/go to v0.113.0 (#232) (c2dd030)
  • deps: Update module cloud.google.com/go/longrunning to v0.5.7 (#228) (cf3cafc)
  • deps: Update module github.com/googleapis/go-sql-spanner to v1.3.1 (#226) (6ffc02d)
  • deps: Update module google.golang.org/api to v0.180.0 (#227) (926f621)
  • deps: Update module google.golang.org/genproto to v0.0.0-20240509183442-62759503f434 (#229) (42744bc)
  • deps: Update module google.golang.org/genproto/googleapis/rpc to v0.0.0-20240509183442-62759503f434 (#230) (778aa45)
  • deps: Update module google.golang.org/protobuf to v1.34.1 (#233) (72c5b71)
  • Support reusing named parameters (#240) (c7140a2)