Skip to content

Commit 981bab0

Browse files
chore(main): release 1.24.0 (#744)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4ea9f31 commit 981bab0

3 files changed

Lines changed: 25 additions & 3 deletions

File tree

.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.23.0"
2+
".": "1.24.0"
33
}

CHANGES.md

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

3+
## [1.24.0](https://github.com/googleapis/go-sql-spanner/compare/v1.23.0...v1.24.0) (2026-02-13)
4+
5+
6+
### Features
7+
8+
* Introduce asynchronous DDL execution modes ([#729](https://github.com/googleapis/go-sql-spanner/issues/729)) ([13253b4](https://github.com/googleapis/go-sql-spanner/commit/13253b422508c10318a3dee2e35a3a64194d0b83))
9+
* Support partitioned queries through SQL statements ([#714](https://github.com/googleapis/go-sql-spanner/issues/714)) ([db0a239](https://github.com/googleapis/go-sql-spanner/commit/db0a239e6f5296122893672f4938e531b802dea6))
10+
11+
12+
### Bug Fixes
13+
14+
* Translate named parameters for PostgreSQL ([#749](https://github.com/googleapis/go-sql-spanner/issues/749)) ([32c334d](https://github.com/googleapis/go-sql-spanner/commit/32c334df943bb87584f51a775a10cca530c3c4f5)), refs [#738](https://github.com/googleapis/go-sql-spanner/issues/738) [#601](https://github.com/googleapis/go-sql-spanner/issues/601) [#730](https://github.com/googleapis/go-sql-spanner/issues/730)
15+
* Update all dependencies ([#741](https://github.com/googleapis/go-sql-spanner/issues/741)) ([3dd5a9c](https://github.com/googleapis/go-sql-spanner/commit/3dd5a9cc5404eab407d899649a69e29d9b37e4be))
16+
* Update all dependencies ([#748](https://github.com/googleapis/go-sql-spanner/issues/748)) ([12785b2](https://github.com/googleapis/go-sql-spanner/commit/12785b2f2915751ac5604c29592b9fdbf6fad300))
17+
* Update dependency io.grpc:grpc-bom to v1.79.0 ([#745](https://github.com/googleapis/go-sql-spanner/issues/745)) ([258759f](https://github.com/googleapis/go-sql-spanner/commit/258759fbaf590e451f38f2e2a3d9088c20553a60))
18+
* Update protobuf monorepo ([#743](https://github.com/googleapis/go-sql-spanner/issues/743)) ([a28cf8a](https://github.com/googleapis/go-sql-spanner/commit/a28cf8a26d7fd788d67a7d53db4540afcd5104d9))
19+
20+
21+
### Performance Improvements
22+
23+
* Remove session pool ([#751](https://github.com/googleapis/go-sql-spanner/issues/751)) ([4ea9f31](https://github.com/googleapis/go-sql-spanner/commit/4ea9f31a5321ad20c16895b4aa2bc89b333ed4e3))
24+
325
## [1.23.0](https://github.com/googleapis/go-sql-spanner/compare/v1.22.0...v1.23.0) (2026-01-26)
426

527

driver.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ import (
5454
"google.golang.org/protobuf/proto"
5555
)
5656

57-
const ModuleVersion = "1.23.0" // x-release-please-version
58-
const userAgent = "go-sql-spanner/1.23.0" // x-release-please-version
57+
const ModuleVersion = "1.24.0" // x-release-please-version
58+
const userAgent = "go-sql-spanner/1.24.0" // x-release-please-version
5959

6060
const gormModule = "github.com/googleapis/go-gorm-spanner"
6161
const gormUserAgent = "go-gorm-spanner"

0 commit comments

Comments
 (0)