From 7829ac7af4639fa0311690724ab0efe706a20fff Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 03:36:36 +0000 Subject: [PATCH] chore(main): release datastore 1.11.0 --- .release-please-manifest-individual.json | 2 +- datastore/CHANGES.md | 14 ++++++++++++++ datastore/internal/version.go | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 0950019842a5..1181e2949d90 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -1,7 +1,7 @@ { "bigquery": "1.45.0", "bigtable": "1.18.1", - "datastore": "1.10.0", + "datastore": "1.11.0", "errorreporting": "0.3.0", "firestore": "1.9.0", "logging": "1.6.1", diff --git a/datastore/CHANGES.md b/datastore/CHANGES.md index cbc8917aa04d..a31a3846c887 100644 --- a/datastore/CHANGES.md +++ b/datastore/CHANGES.md @@ -1,5 +1,19 @@ # Changes +## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/datastore/v1.10.0...datastore/v1.11.0) (2023-01-31) + + +### Features + +* **datastore:** Add REST client ([06a54a1](https://github.com/googleapis/google-cloud-go/commit/06a54a16a5866cce966547c51e203b9e09a25bc0)) +* **datastore:** Return Get, GetMulti, Put and PutMulti errors with enhanced details ([#7061](https://github.com/googleapis/google-cloud-go/issues/7061)) ([c82b63a](https://github.com/googleapis/google-cloud-go/commit/c82b63ae9e2f24fff6f8c428c2444df679fed479)) +* **datastore:** Rewrite signatures and type in terms of new location ([620e6d8](https://github.com/googleapis/google-cloud-go/commit/620e6d828ad8641663ae351bfccfe46281e817ad)) + + +### Documentation + +* **datastore/admin:** Reference the correct main client gem name ([1fb0c5e](https://github.com/googleapis/google-cloud-go/commit/1fb0c5e105dcae3a30b2e5b10ee47b84cbef8295)) + ## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/datastore/v1.9.0...datastore/v1.10.0) (2022-11-29) diff --git a/datastore/internal/version.go b/datastore/internal/version.go index 1850527884a3..77cefca24d54 100644 --- a/datastore/internal/version.go +++ b/datastore/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.10.0" +const Version = "1.11.0"