Skip to content

Commit dd8829a

Browse files
chore(main): release spanner 1.46.0 (#7894)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: rahul2393 <[email protected]>
1 parent 1dd53b8 commit dd8829a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest-individual.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"profiler": "0.3.1",
99
"pubsub": "1.30.1",
1010
"pubsublite": "1.8.1",
11-
"spanner": "1.45.1",
11+
"spanner": "1.46.0",
1212
"storage": "1.30.1"
1313
}

spanner/CHANGES.md

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

3+
## [1.46.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.45.1...spanner/v1.46.0) (2023-05-12)
4+
5+
6+
### Features
7+
8+
* **spanner/admin/database:** Add support for UpdateDatabase in Cloud Spanner ([#7917](https://github.com/googleapis/google-cloud-go/issues/7917)) ([83870f5](https://github.com/googleapis/google-cloud-go/commit/83870f55035d6692e22264b209e39e07fe2823b9))
9+
* **spanner:** Make leader aware routing default enabled for supported RPC requests. ([#7912](https://github.com/googleapis/google-cloud-go/issues/7912)) ([d0d3755](https://github.com/googleapis/google-cloud-go/commit/d0d37550911f37e09ea9204d0648fb64ff3204ff))
10+
11+
12+
### Bug Fixes
13+
14+
* **spanner:** Update grpc to v1.55.0 ([1147ce0](https://github.com/googleapis/google-cloud-go/commit/1147ce02a990276ca4f8ab7a1ab65c14da4450ef))
15+
316
## [1.45.1](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.45.0...spanner/v1.45.1) (2023-04-21)
417

518

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.45.1"
18+
const Version = "1.46.0"

0 commit comments

Comments
 (0)