Skip to content

Commit b5c2650

Browse files
chore(main): release 1.18.0
1 parent 529206a commit b5c2650

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.17.0"
2+
".": "1.18.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.18.0](https://github.com/googleapis/go-sql-spanner/compare/v1.17.0...v1.18.0) (2025-09-12)
4+
5+
6+
### Features
7+
8+
* Allow DDL statements with QueryContext ([#515](https://github.com/googleapis/go-sql-spanner/issues/515)) ([aa00055](https://github.com/googleapis/go-sql-spanner/commit/aa0005553e37c52168dc4738e8f4c98cadbfe8d2))
9+
* Support BEGIN, COMMIT and ROLLBACK statements ([#520](https://github.com/googleapis/go-sql-spanner/issues/520)) ([e88c303](https://github.com/googleapis/go-sql-spanner/commit/e88c303653fea98d715fa0d222b365094b34118a))
10+
* Support read_lock_mode for r/w transactions ([#505](https://github.com/googleapis/go-sql-spanner/issues/505)) ([a552d5e](https://github.com/googleapis/go-sql-spanner/commit/a552d5e428a55fe5cdda1ffb1c5def1419c6f5ee))
11+
* Use a single multiplexed session for all operations ([#500](https://github.com/googleapis/go-sql-spanner/issues/500)) ([8463a6c](https://github.com/googleapis/go-sql-spanner/commit/8463a6cb8100a48283e8bf1a10936f950d961a52))
12+
13+
14+
### Bug Fixes
15+
16+
* Update all dependencies ([#492](https://github.com/googleapis/go-sql-spanner/issues/492)) ([6dba3cf](https://github.com/googleapis/go-sql-spanner/commit/6dba3cf1e28c6732cf023e2f244417f9844aab9b))
17+
* Update all dependencies ([#510](https://github.com/googleapis/go-sql-spanner/issues/510)) ([31d67ce](https://github.com/googleapis/go-sql-spanner/commit/31d67ce73c017d42621f8eb9987962d0fb81e5ad))
18+
319
## [1.17.0](https://github.com/googleapis/go-sql-spanner/compare/v1.16.3...v1.17.0) (2025-08-18)
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.17.0" // x-release-please-version
54+
const userAgent = "go-sql-spanner/1.18.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)