Skip to content

Commit 28e6bba

Browse files
chore(main): release spanner 1.86.0 (#12903)
🤖 I have created a release *beep* *boop* --- ## [1.86.0](spanner/v1.85.1...spanner/v1.86.0) (2025-09-26) ### Features * **spanner:** Support "readOnly" column tag parsing for Go struct operations ([#12895](#12895)) ([003abca](003abca)) ### Bug Fixes * **spanner:** Use fresh context for rollback ([#12897](#12897)) ([99c7eeb](99c7eeb)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 6c3e7bf commit 28e6bba

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest-individual.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"pubsub": "1.50.1",
1212
"pubsub/v2": "2.1.0",
1313
"pubsublite": "1.8.2",
14-
"spanner": "1.85.1",
14+
"spanner": "1.86.0",
1515
"storage": "1.57.0",
1616
"vertexai": "0.15.0"
1717
}

spanner/CHANGES.md

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

3+
## [1.86.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.85.1...spanner/v1.86.0) (2025-09-26)
4+
5+
6+
### Features
7+
8+
* **spanner:** Support "readOnly" column tag parsing for Go struct operations ([#12895](https://github.com/googleapis/google-cloud-go/issues/12895)) ([003abca](https://github.com/googleapis/google-cloud-go/commit/003abca9172082ad1f2fbcc9b37639f389ade8ee))
9+
10+
11+
### Bug Fixes
12+
13+
* **spanner:** Use fresh context for rollback ([#12897](https://github.com/googleapis/google-cloud-go/issues/12897)) ([99c7eeb](https://github.com/googleapis/google-cloud-go/commit/99c7eeb6ff95af9c967c78764069f752d3c26d34))
14+
315
## [1.85.1](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.85.0...spanner/v1.85.1) (2025-09-12)
416

517

spanner/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.85.1"
18+
const Version = "1.86.0"

0 commit comments

Comments
 (0)