Skip to content

Commit 675d6d2

Browse files
chore(main): release 1.15.0 (#451)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 62ca7b4 commit 675d6d2

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-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.14.0"
2+
".": "1.15.0"
33
}

CHANGES.md

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

3+
## [1.15.0](https://github.com/googleapis/go-sql-spanner/compare/v1.14.0...v1.15.0) (2025-06-27)
4+
5+
6+
### Features
7+
8+
* Add DirectExecuteQuery option ([#455](https://github.com/googleapis/go-sql-spanner/issues/455)) ([e2620e6](https://github.com/googleapis/go-sql-spanner/commit/e2620e6cdc537991f3301d0b8f71af9e69e2b479))
9+
* Add ExecuteBatchDml func with batch result ([#454](https://github.com/googleapis/go-sql-spanner/issues/454)) ([73c3fb0](https://github.com/googleapis/go-sql-spanner/commit/73c3fb05208463822834a7b671ded42645955b6e)), refs [#377](https://github.com/googleapis/go-sql-spanner/issues/377)
10+
* Add option to return metadata and stats ([#456](https://github.com/googleapis/go-sql-spanner/issues/456)) ([e001cd1](https://github.com/googleapis/go-sql-spanner/commit/e001cd1db3345ed9b0cf663893cff0f186f9da98))
11+
12+
13+
### Bug Fixes
14+
15+
* Include mutations from original attempt in retry ([#463](https://github.com/googleapis/go-sql-spanner/issues/463)) ([e285310](https://github.com/googleapis/go-sql-spanner/commit/e285310e72db13edea9ba13dbd78d10231eda54b))
16+
* Update all dependencies ([#446](https://github.com/googleapis/go-sql-spanner/issues/446)) ([3083c93](https://github.com/googleapis/go-sql-spanner/commit/3083c9372caf668e38a0a8a141c761710cbdad2c))
17+
* Update all dependencies ([#457](https://github.com/googleapis/go-sql-spanner/issues/457)) ([62ca7b4](https://github.com/googleapis/go-sql-spanner/commit/62ca7b43012aa670c46dca01d4ba8e4fe8f0188e))
18+
* Update module github.com/hashicorp/golang-lru to v2 ([#447](https://github.com/googleapis/go-sql-spanner/issues/447)) ([d30d6d1](https://github.com/googleapis/go-sql-spanner/commit/d30d6d1f622b172a6c58580325f663da92df2f6d))
19+
* Update module github.com/hashicorp/golang-lru to v2 ([#452](https://github.com/googleapis/go-sql-spanner/issues/452)) ([546cdaa](https://github.com/googleapis/go-sql-spanner/commit/546cdaa6f93e35941d88d9bba024a313197d52af))
20+
* Update module github.com/hashicorp/golang-lru to v2 ([#458](https://github.com/googleapis/go-sql-spanner/issues/458)) ([1b192c8](https://github.com/googleapis/go-sql-spanner/commit/1b192c83051620fa0fb41c9876eb1414dfd1e194))
21+
* Wrap AlreadyExists error for instance creation when autoConfigEmulator=true ([#450](https://github.com/googleapis/go-sql-spanner/issues/450)) ([3aa5ca2](https://github.com/googleapis/go-sql-spanner/commit/3aa5ca2cada7267f0f81fc27d3ec161ee6baf664))
22+
23+
24+
### Performance Improvements
25+
26+
* Avoid to string conversion in statement parser ([#453](https://github.com/googleapis/go-sql-spanner/issues/453)) ([e6f889a](https://github.com/googleapis/go-sql-spanner/commit/e6f889a6bd9cf3cb8d150fa529f97ac1560fa1d2))
27+
328
## [1.14.0](https://github.com/googleapis/go-sql-spanner/compare/v1.13.2...v1.14.0) (2025-06-05)
429

530

driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import (
4545
"google.golang.org/grpc/status"
4646
)
4747

48-
const userAgent = "go-sql-spanner/1.14.0" // x-release-please-version
48+
const userAgent = "go-sql-spanner/1.15.0" // x-release-please-version
4949

5050
const gormModule = "github.com/googleapis/go-gorm-spanner"
5151
const gormUserAgent = "go-gorm-spanner"

0 commit comments

Comments
 (0)