Releases: googleapis/go-sql-spanner
Releases · googleapis/go-sql-spanner
v1.9.0
1.9.0 (2024-11-22)
Features
Bug Fixes
Performance Improvements
- Use resetForRetry for retrying aborted transactions (#319) (1ceb9ee)
Documentation
v1.8.0
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
1.7.4 (2024-10-16)
Bug Fixes
- Data-race with concurrent scan and close (#304) (cdbea5c)
v1.7.3
1.7.3 (2024-10-08)
Bug Fixes
v1.7.2
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
1.7.1 (2024-08-29)
Bug Fixes
v1.7.0
1.7.0 (2024-08-23)
Features
v1.6.0
1.6.0 (2024-07-14)
Features
v1.5.0
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
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)