Skip to content

Commit fc5d12f

Browse files
chore(main): release 1.18.0
1 parent 1622267 commit fc5d12f

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.18.0](https://github.com/googleapis/go-sql-spanner/compare/v1.17.0...v1.18.0) (2025-09-09)
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 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))
10+
* 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))
11+
12+
13+
### Bug Fixes
14+
15+
* Update all dependencies ([#492](https://github.com/googleapis/go-sql-spanner/issues/492)) ([6dba3cf](https://github.com/googleapis/go-sql-spanner/commit/6dba3cf1e28c6732cf023e2f244417f9844aab9b))
16+
* Update all dependencies ([#510](https://github.com/googleapis/go-sql-spanner/issues/510)) ([31d67ce](https://github.com/googleapis/go-sql-spanner/commit/31d67ce73c017d42621f8eb9987962d0fb81e5ad))
17+
318
## [1.17.0](https://github.com/googleapis/go-sql-spanner/compare/v1.16.3...v1.17.0) (2025-08-18)
419

520

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)