Skip to content

Commit 8eea5bd

Browse files
chore(main): release 1.22.0
1 parent 2e97f4c commit 8eea5bd

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.21.0"
2+
".": "1.22.0"
33
}

CHANGES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.22.0](https://github.com/googleapis/go-sql-spanner/compare/v1.21.0...v1.22.0) (2025-11-12)
4+
5+
6+
### Features
7+
8+
* Add support for statement-scoped connection state ([#599](https://github.com/googleapis/go-sql-spanner/issues/599)) ([5a158c3](https://github.com/googleapis/go-sql-spanner/commit/5a158c3c650103718fcd496dc06868ec04339e1e))
9+
* Support statement_timeout and transaction_timeout property ([#578](https://github.com/googleapis/go-sql-spanner/issues/578)) ([b542646](https://github.com/googleapis/go-sql-spanner/commit/b542646528eeff4a11e27b8c4232492392d97aed))
10+
11+
12+
### Bug Fixes
13+
14+
* Dollar-quote tags may not contain whitespaces ([#606](https://github.com/googleapis/go-sql-spanner/issues/606)) ([db609ec](https://github.com/googleapis/go-sql-spanner/commit/db609ec8dc1d8427dfd1f76fd1bc85ca782be034))
15+
* Support e-strings for PostgreSQL ([#607](https://github.com/googleapis/go-sql-spanner/issues/607)) ([d050b1c](https://github.com/googleapis/go-sql-spanner/commit/d050b1c37f021b6eb94ff9112d104674360b14a8))
16+
* Update all dependencies ([#588](https://github.com/googleapis/go-sql-spanner/issues/588)) ([2e97f4c](https://github.com/googleapis/go-sql-spanner/commit/2e97f4c8aaeca2deec5fb669f3b47644e9eac4d8))
17+
* Update module github.com/testcontainers/testcontainers-go to v0.40.0 ([#602](https://github.com/googleapis/go-sql-spanner/issues/602)) ([822b5a4](https://github.com/googleapis/go-sql-spanner/commit/822b5a4286e78e82b7e7de6de0237b231636851c))
18+
319
## [1.21.0](https://github.com/googleapis/go-sql-spanner/compare/v1.20.0...v1.21.0) (2025-10-29)
420

521

driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import (
5151
"google.golang.org/protobuf/proto"
5252
)
5353

54-
const userAgent = "go-sql-spanner/1.21.0" // x-release-please-version
54+
const userAgent = "go-sql-spanner/1.22.0" // x-release-please-version
5555

5656
const gormModule = "github.com/googleapis/go-gorm-spanner"
5757
const gormUserAgent = "go-gorm-spanner"

0 commit comments

Comments
 (0)