Skip to content

Commit 9e2cc71

Browse files
chore(main): release 1.17.0
1 parent 463bb09 commit 9e2cc71

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.16.3"
2+
".": "1.17.0"
33
}

CHANGES.md

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

3+
## [1.17.0](https://github.com/googleapis/go-sql-spanner/compare/v1.16.3...v1.17.0) (2025-08-18)
4+
5+
6+
### Features
7+
8+
* Return commit response for r/w transactions ([#491](https://github.com/googleapis/go-sql-spanner/issues/491)) ([463bb09](https://github.com/googleapis/go-sql-spanner/commit/463bb09d06c8ff332f819316b5debed025a3e8e2)), refs [#488](https://github.com/googleapis/go-sql-spanner/issues/488)
9+
10+
11+
### Documentation
12+
13+
* Add snippets for PostgreSQL ([#482](https://github.com/googleapis/go-sql-spanner/issues/482)) ([c38a8e6](https://github.com/googleapis/go-sql-spanner/commit/c38a8e6b0d0ab1902774a1b3c927a1820ef91d39))
14+
315
## [1.16.3](https://github.com/googleapis/go-sql-spanner/compare/v1.16.2...v1.16.3) (2025-08-06)
416

517

driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import (
4848
"google.golang.org/grpc/status"
4949
)
5050

51-
const userAgent = "go-sql-spanner/1.16.3" // x-release-please-version
51+
const userAgent = "go-sql-spanner/1.17.0" // x-release-please-version
5252

5353
const gormModule = "github.com/googleapis/go-gorm-spanner"
5454
const gormUserAgent = "go-gorm-spanner"

0 commit comments

Comments
 (0)