Skip to content

Commit 8eaf706

Browse files
chore(main): release datastore 1.19.1
1 parent 48addbf commit 8eaf706

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest-individual.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"auth/oauth2adapt": "0.2.4",
66
"bigquery": "1.62.0",
77
"bigtable": "1.31.0",
8-
"datastore": "1.19.0",
8+
"datastore": "1.19.1",
99
"errorreporting": "0.3.1",
1010
"firestore": "1.16.0",
1111
"logging": "1.11.0",

datastore/CHANGES.md

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

3+
## [1.19.1](https://github.com/googleapis/google-cloud-go/compare/datastore/v1.19.0...datastore/v1.19.1) (2024-09-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **datastore:** Bump dependencies ([2ddeb15](https://github.com/googleapis/google-cloud-go/commit/2ddeb1544a53188a7592046b98913982f1b0cf04))
9+
* **datastore:** Do not delay on final transaction attempt ([#10824](https://github.com/googleapis/google-cloud-go/issues/10824)) ([0d732cc](https://github.com/googleapis/google-cloud-go/commit/0d732cc87b432589f156c96d430e13c792dceeeb))
10+
* **datastore:** Remove namespace from Key.String() ([#10684](https://github.com/googleapis/google-cloud-go/issues/10684)) ([#10823](https://github.com/googleapis/google-cloud-go/issues/10823)) ([40229e6](https://github.com/googleapis/google-cloud-go/commit/40229e65f574d63e2f31e5b15ec61d565db59fef))
11+
312
## [1.19.0](https://github.com/googleapis/google-cloud-go/compare/datastore/v1.18.0...datastore/v1.19.0) (2024-08-22)
413

514

datastore/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.19.0"
18+
const Version = "1.19.1"

0 commit comments

Comments
 (0)