From d196f7c9cafb5f178ae1b9ddff475558abda5b5e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:17:24 +0000 Subject: [PATCH] chore: release main --- deploy/internal/version.go | 2 +- developerconnect/CHANGES.md | 9 ++++++++- developerconnect/internal/version.go | 2 +- dialogflow/CHANGES.md | 9 ++++++++- dialogflow/internal/version.go | 2 +- discoveryengine/CHANGES.md | 25 ++++++++++++++++++++++- discoveryengine/internal/version.go | 2 +- dlp/CHANGES.md | 19 +++++++++++++++++- dlp/internal/version.go | 2 +- documentai/CHANGES.md | 16 ++++++++++++++- documentai/internal/version.go | 2 +- domains/CHANGES.md | 9 ++++++++- edgecontainer/CHANGES.md | 9 ++++++++- edgecontainer/internal/version.go | 2 +- edgenetwork/CHANGES.md | 9 ++++++++- edgenetwork/internal/version.go | 2 +- essentialcontacts/CHANGES.md | 14 ++++++++++++- eventarc/CHANGES.md | 9 ++++++++- filestore/CHANGES.md | 9 ++++++++- filestore/internal/version.go | 2 +- functions/CHANGES.md | 9 ++++++++- functions/internal/version.go | 2 +- gkebackup/CHANGES.md | 9 ++++++++- gkebackup/internal/version.go | 2 +- gkeconnect/CHANGES.md | 9 ++++++++- gkehub/CHANGES.md | 9 ++++++++- gkemulticloud/CHANGES.md | 9 ++++++++- gkemulticloud/internal/version.go | 2 +- grafeas/CHANGES.md | 9 ++++++++- gsuiteaddons/CHANGES.md | 9 ++++++++- iam/CHANGES.md | 9 ++++++++- iap/CHANGES.md | 9 ++++++++- identitytoolkit/CHANGES.md | 9 ++++++++- identitytoolkit/internal/version.go | 2 +- ids/CHANGES.md | 9 ++++++++- iot/CHANGES.md | 9 ++++++++- kms/CHANGES.md | 9 ++++++++- kms/internal/version.go | 2 +- language/CHANGES.md | 9 ++++++++- language/internal/version.go | 2 +- lifesciences/CHANGES.md | 9 ++++++++- longrunning/CHANGES.md | 9 ++++++++- managedidentities/CHANGES.md | 9 ++++++++- managedkafka/CHANGES.md | 9 ++++++++- managedkafka/internal/version.go | 2 +- maps/CHANGES.md | 9 ++++++++- maps/internal/version.go | 2 +- mediatranslation/CHANGES.md | 9 ++++++++- memcache/CHANGES.md | 9 ++++++++- metastore/CHANGES.md | 9 ++++++++- migrationcenter/CHANGES.md | 9 ++++++++- migrationcenter/internal/version.go | 2 +- monitoring/CHANGES.md | 9 ++++++++- monitoring/internal/version.go | 2 +- netapp/CHANGES.md | 9 ++++++++- netapp/internal/version.go | 2 +- networkconnectivity/CHANGES.md | 9 ++++++++- networkmanagement/CHANGES.md | 29 ++++++++++++++++++++++++++- networkmanagement/internal/version.go | 2 +- networksecurity/CHANGES.md | 9 ++++++++- networkservices/CHANGES.md | 9 ++++++++- networkservices/internal/version.go | 2 +- notebooks/CHANGES.md | 9 ++++++++- optimization/CHANGES.md | 9 ++++++++- oracledatabase/CHANGES.md | 9 ++++++++- oracledatabase/internal/version.go | 2 +- orchestration/CHANGES.md | 9 ++++++++- orchestration/internal/version.go | 2 +- orgpolicy/CHANGES.md | 9 ++++++++- orgpolicy/internal/version.go | 2 +- osconfig/CHANGES.md | 9 ++++++++- osconfig/internal/version.go | 2 +- oslogin/CHANGES.md | 9 ++++++++- oslogin/internal/version.go | 2 +- parallelstore/CHANGES.md | 9 ++++++++- parallelstore/internal/version.go | 2 +- phishingprotection/CHANGES.md | 9 ++++++++- policysimulator/CHANGES.md | 9 ++++++++- 78 files changed, 486 insertions(+), 78 deletions(-) diff --git a/deploy/internal/version.go b/deploy/internal/version.go index 639553700322..783aa2b95ba3 100644 --- a/deploy/internal/version.go +++ b/deploy/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.23.0" +const Version = "1.23.1" diff --git a/developerconnect/CHANGES.md b/developerconnect/CHANGES.md index ea6d3e016c1e..9ab2d24a176f 100644 --- a/developerconnect/CHANGES.md +++ b/developerconnect/CHANGES.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.2](https://github.com/googleapis/google-cloud-go/compare/developerconnect/v0.2.1...developerconnect/v0.2.2) (2024-10-23) + + +### Bug Fixes + +* **developerconnect:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **developerconnect:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [0.2.1](https://github.com/googleapis/google-cloud-go/compare/developerconnect/v0.2.0...developerconnect/v0.2.1) (2024-09-12) @@ -50,4 +58,3 @@ * **developerconnect:** Enable new auth lib ([b95805f](https://github.com/googleapis/google-cloud-go/commit/b95805f4c87d3e8d10ea23bd7a2d68d7a4157568)) ## Changes - diff --git a/developerconnect/internal/version.go b/developerconnect/internal/version.go index 744532ab1b09..8d343af28cdf 100644 --- a/developerconnect/internal/version.go +++ b/developerconnect/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.2.1" +const Version = "0.2.2" diff --git a/dialogflow/CHANGES.md b/dialogflow/CHANGES.md index 9074c53c884f..d333efee6f86 100644 --- a/dialogflow/CHANGES.md +++ b/dialogflow/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.58.1](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.58.0...dialogflow/v1.58.1) (2024-10-23) + + +### Bug Fixes + +* **dialogflow:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **dialogflow:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.58.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.57.1...dialogflow/v1.58.0) (2024-09-25) @@ -794,4 +802,3 @@ Stabilize GA surface. This is the first tag to carve out dialogflow as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/dialogflow/internal/version.go b/dialogflow/internal/version.go index 2757dd832afb..9795daece517 100644 --- a/dialogflow/internal/version.go +++ b/dialogflow/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.58.0" +const Version = "1.58.1" diff --git a/discoveryengine/CHANGES.md b/discoveryengine/CHANGES.md index 7068e9a1410f..c61d337f7d3f 100644 --- a/discoveryengine/CHANGES.md +++ b/discoveryengine/CHANGES.md @@ -1,6 +1,30 @@ # Changelog +## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/discoveryengine/v1.14.0...discoveryengine/v1.15.0) (2024-10-23) + + +### Features + +* **discoveryengine:** Add BillingEstimation in data store ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) +* **discoveryengine:** Add GroundedGenerationService API ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) +* **discoveryengine:** Add one_box_page_size on search ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) +* **discoveryengine:** Add site_credential for site search config ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) +* **discoveryengine:** Support advanced boost search ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) +* **discoveryengine:** Support Google Workspace search ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) + + +### Bug Fixes + +* **discoveryengine:** Fix the location type annotation ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) +* **discoveryengine:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **discoveryengine:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + + +### Documentation + +* **discoveryengine:** Update documentation ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) + ## [1.14.0](https://github.com/googleapis/google-cloud-go/compare/discoveryengine/v1.13.0...discoveryengine/v1.14.0) (2024-09-12) @@ -346,4 +370,3 @@ * **discoveryengine:** Start generating apiv1beta ([#7427](https://github.com/googleapis/google-cloud-go/issues/7427)) ([0d289a0](https://github.com/googleapis/google-cloud-go/commit/0d289a07106226b4398935357ab0f30a3a30340d)) ## Changes - diff --git a/discoveryengine/internal/version.go b/discoveryengine/internal/version.go index fdc89470d056..be2cd421969a 100644 --- a/discoveryengine/internal/version.go +++ b/discoveryengine/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.14.0" +const Version = "1.15.0" diff --git a/dlp/CHANGES.md b/dlp/CHANGES.md index 3ec00c09c728..510f8a13d51c 100644 --- a/dlp/CHANGES.md +++ b/dlp/CHANGES.md @@ -1,5 +1,23 @@ # Changes +## [1.20.0](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.19.0...dlp/v1.20.0) (2024-10-23) + + +### Features + +* **dlp:** Discovery of BigQuery snapshots ([70d82fe](https://github.com/googleapis/google-cloud-go/commit/70d82fe93f60f1075298a077ce1616f9ae7e13fe)) + + +### Bug Fixes + +* **dlp:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **dlp:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + + +### Documentation + +* **dlp:** Documentation revisions for data profiles ([70d82fe](https://github.com/googleapis/google-cloud-go/commit/70d82fe93f60f1075298a077ce1616f9ae7e13fe)) + ## [1.19.0](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.18.1...dlp/v1.19.0) (2024-09-19) @@ -275,4 +293,3 @@ Stabilize GA surface. This is the first tag to carve out dlp as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/dlp/internal/version.go b/dlp/internal/version.go index ac02a3ce126f..0b0f0e914120 100644 --- a/dlp/internal/version.go +++ b/dlp/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.19.0" +const Version = "1.20.0" diff --git a/documentai/CHANGES.md b/documentai/CHANGES.md index 480f634e8ae3..ed3442c507e1 100644 --- a/documentai/CHANGES.md +++ b/documentai/CHANGES.md @@ -1,6 +1,21 @@ # Changes +## [1.35.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.34.0...documentai/v1.35.0) (2024-10-23) + + +### Features + +* **documentai:** Add RESOURCE_EXHAUSTED to retryable status codes for ProcessDocument method ([6e69d2e](https://github.com/googleapis/google-cloud-go/commit/6e69d2e85849002bad227ea5bebcde9199605bef)) +* **documentai:** Added an url for issue reporting and api short name ([6e69d2e](https://github.com/googleapis/google-cloud-go/commit/6e69d2e85849002bad227ea5bebcde9199605bef)) +* **documentai:** Updated the exponential backoff settings for the Document AI ProcessDocument and BatchProcessDocuments methods ([6e69d2e](https://github.com/googleapis/google-cloud-go/commit/6e69d2e85849002bad227ea5bebcde9199605bef)) + + +### Bug Fixes + +* **documentai:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **documentai:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.34.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.33.0...documentai/v1.34.0) (2024-09-12) @@ -546,4 +561,3 @@ Stabilize GA surface. This is the first tag to carve out documentai as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/documentai/internal/version.go b/documentai/internal/version.go index a018e6275b14..b846f144d253 100644 --- a/documentai/internal/version.go +++ b/documentai/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.34.0" +const Version = "1.35.0" diff --git a/domains/CHANGES.md b/domains/CHANGES.md index 5c3186372975..2814cdda8142 100644 --- a/domains/CHANGES.md +++ b/domains/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [0.10.2](https://github.com/googleapis/google-cloud-go/compare/domains/v0.10.1...domains/v0.10.2) (2024-10-23) + + +### Bug Fixes + +* **domains:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **domains:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [0.10.1](https://github.com/googleapis/google-cloud-go/compare/domains/v0.10.0...domains/v0.10.1) (2024-09-12) @@ -165,4 +173,3 @@ This is the first tag to carve out domains as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/edgecontainer/CHANGES.md b/edgecontainer/CHANGES.md index 7ac66400d37e..e8b60cd2c70e 100644 --- a/edgecontainer/CHANGES.md +++ b/edgecontainer/CHANGES.md @@ -1,6 +1,14 @@ # Changelog +## [1.3.2](https://github.com/googleapis/google-cloud-go/compare/edgecontainer/v1.3.1...edgecontainer/v1.3.2) (2024-10-23) + + +### Bug Fixes + +* **edgecontainer:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **edgecontainer:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.3.1](https://github.com/googleapis/google-cloud-go/compare/edgecontainer/v1.3.0...edgecontainer/v1.3.1) (2024-09-12) @@ -156,4 +164,3 @@ * **edgecontainer:** Start generating apiv1 ([#6694](https://github.com/googleapis/google-cloud-go/issues/6694)) ([6bc9b69](https://github.com/googleapis/google-cloud-go/commit/6bc9b69ca4dd910a9801f07bbc2b8abfdabe8628)) ## Changes - diff --git a/edgecontainer/internal/version.go b/edgecontainer/internal/version.go index 90fc3937ca09..f53fbf7a3002 100644 --- a/edgecontainer/internal/version.go +++ b/edgecontainer/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.3.1" +const Version = "1.3.2" diff --git a/edgenetwork/CHANGES.md b/edgenetwork/CHANGES.md index f092ebd68dad..a11b345927c0 100644 --- a/edgenetwork/CHANGES.md +++ b/edgenetwork/CHANGES.md @@ -2,6 +2,14 @@ +## [1.2.2](https://github.com/googleapis/google-cloud-go/compare/edgenetwork/v1.2.1...edgenetwork/v1.2.2) (2024-10-23) + + +### Bug Fixes + +* **edgenetwork:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **edgenetwork:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.2.1](https://github.com/googleapis/google-cloud-go/compare/edgenetwork/v1.2.0...edgenetwork/v1.2.1) (2024-09-12) @@ -104,4 +112,3 @@ * **edgenetwork:** New client(s) ([#8996](https://github.com/googleapis/google-cloud-go/issues/8996)) ([8e63c70](https://github.com/googleapis/google-cloud-go/commit/8e63c70b423e8c10ecd617ccf81fa0662f8f91b5)) ## Changes - diff --git a/edgenetwork/internal/version.go b/edgenetwork/internal/version.go index e9cfc3bff1a8..0efd895730e6 100644 --- a/edgenetwork/internal/version.go +++ b/edgenetwork/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.2.1" +const Version = "1.2.2" diff --git a/essentialcontacts/CHANGES.md b/essentialcontacts/CHANGES.md index a264e4fbdfe0..bfcc054694ea 100644 --- a/essentialcontacts/CHANGES.md +++ b/essentialcontacts/CHANGES.md @@ -1,5 +1,18 @@ # Changes +## [1.7.2](https://github.com/googleapis/google-cloud-go/compare/essentialcontacts/v1.7.1...essentialcontacts/v1.7.2) (2024-10-23) + + +### Bug Fixes + +* **essentialcontacts:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **essentialcontacts:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + + +### Documentation + +* **essentialcontacts:** Marks the `google.cloud.essentialcontacts.v1.Contact.validation_state` field as `output_only` ([0544c0a](https://github.com/googleapis/google-cloud-go/commit/0544c0a920d853a90e0f7115a96389cd06067830)) + ## [1.7.1](https://github.com/googleapis/google-cloud-go/compare/essentialcontacts/v1.7.0...essentialcontacts/v1.7.1) (2024-09-12) @@ -162,4 +175,3 @@ Stabilize GA surface. This is the first tag to carve out essentialcontacts as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/eventarc/CHANGES.md b/eventarc/CHANGES.md index 70e3734c1b9c..ac65a4980233 100644 --- a/eventarc/CHANGES.md +++ b/eventarc/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.14.2](https://github.com/googleapis/google-cloud-go/compare/eventarc/v1.14.1...eventarc/v1.14.2) (2024-10-23) + + +### Bug Fixes + +* **eventarc:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **eventarc:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.14.1](https://github.com/googleapis/google-cloud-go/compare/eventarc/v1.14.0...eventarc/v1.14.1) (2024-09-12) @@ -205,4 +213,3 @@ Stabilize GA surface. This is the first tag to carve out eventarc as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/filestore/CHANGES.md b/filestore/CHANGES.md index e9416cb0e974..e43bb60f781e 100644 --- a/filestore/CHANGES.md +++ b/filestore/CHANGES.md @@ -1,6 +1,14 @@ # Changes +## [1.9.2](https://github.com/googleapis/google-cloud-go/compare/filestore/v1.9.1...filestore/v1.9.2) (2024-10-23) + + +### Bug Fixes + +* **filestore:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **filestore:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.9.1](https://github.com/googleapis/google-cloud-go/compare/filestore/v1.9.0...filestore/v1.9.1) (2024-09-12) @@ -172,4 +180,3 @@ ## v0.1.0 - feat(filestore): start generating clients - diff --git a/filestore/internal/version.go b/filestore/internal/version.go index dce8056ce614..0d65872417b6 100644 --- a/filestore/internal/version.go +++ b/filestore/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.9.1" +const Version = "1.9.2" diff --git a/functions/CHANGES.md b/functions/CHANGES.md index 76270c3a540e..804de6b1a7de 100644 --- a/functions/CHANGES.md +++ b/functions/CHANGES.md @@ -1,6 +1,14 @@ # Changes +## [1.19.2](https://github.com/googleapis/google-cloud-go/compare/functions/v1.19.1...functions/v1.19.2) (2024-10-23) + + +### Bug Fixes + +* **functions:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **functions:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.19.1](https://github.com/googleapis/google-cloud-go/compare/functions/v1.19.0...functions/v1.19.1) (2024-09-12) @@ -284,4 +292,3 @@ Stabilize GA surface. This is the first tag to carve out functions as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/functions/internal/version.go b/functions/internal/version.go index a5b020992b84..50a4f1c453a7 100644 --- a/functions/internal/version.go +++ b/functions/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.19.1" +const Version = "1.19.2" diff --git a/gkebackup/CHANGES.md b/gkebackup/CHANGES.md index 851ca07c275b..8af995a28a19 100644 --- a/gkebackup/CHANGES.md +++ b/gkebackup/CHANGES.md @@ -2,6 +2,14 @@ +## [1.6.2](https://github.com/googleapis/google-cloud-go/compare/gkebackup/v1.6.1...gkebackup/v1.6.2) (2024-10-23) + + +### Bug Fixes + +* **gkebackup:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **gkebackup:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.6.1](https://github.com/googleapis/google-cloud-go/compare/gkebackup/v1.6.0...gkebackup/v1.6.1) (2024-09-12) @@ -197,4 +205,3 @@ ### Features * **gkebackup:** start generating apiv1 ([#6031](https://github.com/googleapis/google-cloud-go/issues/6031)) ([4816e84](https://github.com/googleapis/google-cloud-go/commit/4816e84076d62c0952eec0a7de80a230dc9074fe)) - diff --git a/gkebackup/internal/version.go b/gkebackup/internal/version.go index 42671f0b3845..5ffba3b78ab9 100644 --- a/gkebackup/internal/version.go +++ b/gkebackup/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.6.1" +const Version = "1.6.2" diff --git a/gkeconnect/CHANGES.md b/gkeconnect/CHANGES.md index 41cc79a09e09..3be376a3eb64 100644 --- a/gkeconnect/CHANGES.md +++ b/gkeconnect/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [0.11.2](https://github.com/googleapis/google-cloud-go/compare/gkeconnect/v0.11.1...gkeconnect/v0.11.2) (2024-10-23) + + +### Bug Fixes + +* **gkeconnect:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **gkeconnect:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [0.11.1](https://github.com/googleapis/google-cloud-go/compare/gkeconnect/v0.11.0...gkeconnect/v0.11.1) (2024-09-12) @@ -172,4 +180,3 @@ This is the first tag to carve out gkeconnect as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/gkehub/CHANGES.md b/gkehub/CHANGES.md index a5a214ecb311..db0597a2b23b 100644 --- a/gkehub/CHANGES.md +++ b/gkehub/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [0.15.2](https://github.com/googleapis/google-cloud-go/compare/gkehub/v0.15.1...gkehub/v0.15.2) (2024-10-23) + + +### Bug Fixes + +* **gkehub:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **gkehub:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [0.15.1](https://github.com/googleapis/google-cloud-go/compare/gkehub/v0.15.0...gkehub/v0.15.1) (2024-09-12) @@ -201,4 +209,3 @@ This is the first tag to carve out gkehub as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/gkemulticloud/CHANGES.md b/gkemulticloud/CHANGES.md index f4c13951915b..8b6aa0c31a52 100644 --- a/gkemulticloud/CHANGES.md +++ b/gkemulticloud/CHANGES.md @@ -1,6 +1,14 @@ # Changelog +## [1.4.1](https://github.com/googleapis/google-cloud-go/compare/gkemulticloud/v1.4.0...gkemulticloud/v1.4.1) (2024-10-23) + + +### Bug Fixes + +* **gkemulticloud:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **gkemulticloud:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/gkemulticloud/v1.3.1...gkemulticloud/v1.4.0) (2024-09-19) @@ -177,4 +185,3 @@ ### Features * **gkemulticloud:** start generating apiv1 ([#6036](https://github.com/googleapis/google-cloud-go/issues/6036)) ([dc2b168](https://github.com/googleapis/google-cloud-go/commit/dc2b168162ba358435c7191f9d02edaea17d19bb)) - diff --git a/gkemulticloud/internal/version.go b/gkemulticloud/internal/version.go index 9e5f10ef61b3..da481a39b3ae 100644 --- a/gkemulticloud/internal/version.go +++ b/gkemulticloud/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.4.0" +const Version = "1.4.1" diff --git a/grafeas/CHANGES.md b/grafeas/CHANGES.md index d240ff6fa215..0902532b1a13 100644 --- a/grafeas/CHANGES.md +++ b/grafeas/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [0.3.12](https://github.com/googleapis/google-cloud-go/compare/grafeas/v0.3.11...grafeas/v0.3.12) (2024-10-23) + + +### Bug Fixes + +* **grafeas:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **grafeas:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [0.3.11](https://github.com/googleapis/google-cloud-go/compare/grafeas/v0.3.10...grafeas/v0.3.11) (2024-09-12) @@ -102,4 +110,3 @@ This is the first tag to carve out grafeas as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/gsuiteaddons/CHANGES.md b/gsuiteaddons/CHANGES.md index 2e92fcfd3e28..24a8d95d0e6c 100644 --- a/gsuiteaddons/CHANGES.md +++ b/gsuiteaddons/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.7.2](https://github.com/googleapis/google-cloud-go/compare/gsuiteaddons/v1.7.1...gsuiteaddons/v1.7.2) (2024-10-23) + + +### Bug Fixes + +* **gsuiteaddons:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **gsuiteaddons:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.7.1](https://github.com/googleapis/google-cloud-go/compare/gsuiteaddons/v1.7.0...gsuiteaddons/v1.7.1) (2024-09-12) @@ -155,4 +163,3 @@ Stabilize GA surface. This is the first tag to carve out gsuiteaddons as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/iam/CHANGES.md b/iam/CHANGES.md index 98a54b2d3097..1b2dc2ca5f97 100644 --- a/iam/CHANGES.md +++ b/iam/CHANGES.md @@ -1,6 +1,14 @@ # Changes +## [1.2.2](https://github.com/googleapis/google-cloud-go/compare/iam/v1.2.1...iam/v1.2.2) (2024-10-23) + + +### Bug Fixes + +* **iam:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **iam:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.2.1](https://github.com/googleapis/google-cloud-go/compare/iam/v1.2.0...iam/v1.2.1) (2024-09-12) @@ -222,4 +230,3 @@ This is the first tag to carve out iam as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/iap/CHANGES.md b/iap/CHANGES.md index 02ed371652ae..ca4fe51dd50f 100644 --- a/iap/CHANGES.md +++ b/iap/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.10.2](https://github.com/googleapis/google-cloud-go/compare/iap/v1.10.1...iap/v1.10.2) (2024-10-23) + + +### Bug Fixes + +* **iap:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **iap:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.10.1](https://github.com/googleapis/google-cloud-go/compare/iap/v1.10.0...iap/v1.10.1) (2024-09-12) @@ -203,4 +211,3 @@ Stabilize GA surface. This is the first tag to carve out iap as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/identitytoolkit/CHANGES.md b/identitytoolkit/CHANGES.md index 109c6a83a67f..e7fd861f1851 100644 --- a/identitytoolkit/CHANGES.md +++ b/identitytoolkit/CHANGES.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.2](https://github.com/googleapis/google-cloud-go/compare/identitytoolkit/v0.2.1...identitytoolkit/v0.2.2) (2024-10-23) + + +### Bug Fixes + +* **identitytoolkit:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **identitytoolkit:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [0.2.1](https://github.com/googleapis/google-cloud-go/compare/identitytoolkit/v0.2.0...identitytoolkit/v0.2.1) (2024-09-12) @@ -50,4 +58,3 @@ * **identitytoolkit:** Enable new auth lib ([b95805f](https://github.com/googleapis/google-cloud-go/commit/b95805f4c87d3e8d10ea23bd7a2d68d7a4157568)) ## Changes - diff --git a/identitytoolkit/internal/version.go b/identitytoolkit/internal/version.go index 744532ab1b09..8d343af28cdf 100644 --- a/identitytoolkit/internal/version.go +++ b/identitytoolkit/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.2.1" +const Version = "0.2.2" diff --git a/ids/CHANGES.md b/ids/CHANGES.md index 3f940764e44b..66adef634a99 100644 --- a/ids/CHANGES.md +++ b/ids/CHANGES.md @@ -1,6 +1,14 @@ # Changes +## [1.5.2](https://github.com/googleapis/google-cloud-go/compare/ids/v1.5.1...ids/v1.5.2) (2024-10-23) + + +### Bug Fixes + +* **ids:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **ids:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.5.1](https://github.com/googleapis/google-cloud-go/compare/ids/v1.5.0...ids/v1.5.1) (2024-09-12) @@ -163,4 +171,3 @@ ## v0.1.0 - feat(ids): start generating clients - diff --git a/iot/CHANGES.md b/iot/CHANGES.md index 764748accdb9..3ea21c78bfd1 100644 --- a/iot/CHANGES.md +++ b/iot/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.8.2](https://github.com/googleapis/google-cloud-go/compare/iot/v1.8.1...iot/v1.8.2) (2024-10-23) + + +### Bug Fixes + +* **iot:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **iot:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.8.1](https://github.com/googleapis/google-cloud-go/compare/iot/v1.8.0...iot/v1.8.1) (2024-09-12) @@ -162,4 +170,3 @@ Stabilize GA surface. This is the first tag to carve out iot as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/kms/CHANGES.md b/kms/CHANGES.md index 828acd5cb243..65c2a37ec233 100644 --- a/kms/CHANGES.md +++ b/kms/CHANGES.md @@ -1,6 +1,14 @@ # Changes +## [1.20.1](https://github.com/googleapis/google-cloud-go/compare/kms/v1.20.0...kms/v1.20.1) (2024-10-23) + + +### Bug Fixes + +* **kms:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **kms:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.20.0](https://github.com/googleapis/google-cloud-go/compare/kms/v1.19.1...kms/v1.20.0) (2024-09-19) @@ -312,4 +320,3 @@ Stabilize GA surface. This is the first tag to carve out kms as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/kms/internal/version.go b/kms/internal/version.go index 0b0f0e914120..e939b9f5e080 100644 --- a/kms/internal/version.go +++ b/kms/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.20.0" +const Version = "1.20.1" diff --git a/language/CHANGES.md b/language/CHANGES.md index b04cae6c297c..06644bc76fbd 100644 --- a/language/CHANGES.md +++ b/language/CHANGES.md @@ -1,6 +1,14 @@ # Changes +## [1.14.2](https://github.com/googleapis/google-cloud-go/compare/language/v1.14.1...language/v1.14.2) (2024-10-23) + + +### Bug Fixes + +* **language:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **language:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.14.1](https://github.com/googleapis/google-cloud-go/compare/language/v1.14.0...language/v1.14.1) (2024-09-12) @@ -218,4 +226,3 @@ Stabilize GA surface. This is the first tag to carve out language as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/language/internal/version.go b/language/internal/version.go index 1d4c00b5e04b..b11f4c49d533 100644 --- a/language/internal/version.go +++ b/language/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.14.1" +const Version = "1.14.2" diff --git a/lifesciences/CHANGES.md b/lifesciences/CHANGES.md index ffb9ec794d63..ebfcda9ebc59 100644 --- a/lifesciences/CHANGES.md +++ b/lifesciences/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [0.10.2](https://github.com/googleapis/google-cloud-go/compare/lifesciences/v0.10.1...lifesciences/v0.10.2) (2024-10-23) + + +### Bug Fixes + +* **lifesciences:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **lifesciences:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [0.10.1](https://github.com/googleapis/google-cloud-go/compare/lifesciences/v0.10.0...lifesciences/v0.10.1) (2024-09-12) @@ -170,4 +178,3 @@ This is the first tag to carve out lifesciences as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/longrunning/CHANGES.md b/longrunning/CHANGES.md index 70f8a1f386b1..0d665dde2e23 100644 --- a/longrunning/CHANGES.md +++ b/longrunning/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [0.6.2](https://github.com/googleapis/google-cloud-go/compare/longrunning/v0.6.1...longrunning/v0.6.2) (2024-10-23) + + +### Bug Fixes + +* **longrunning:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **longrunning:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [0.6.1](https://github.com/googleapis/google-cloud-go/compare/longrunning/v0.6.0...longrunning/v0.6.1) (2024-09-12) @@ -136,4 +144,3 @@ ## v0.1.0 Initial release. - diff --git a/managedidentities/CHANGES.md b/managedidentities/CHANGES.md index fe0afe4a1cd7..06ce1218f8a1 100644 --- a/managedidentities/CHANGES.md +++ b/managedidentities/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.7.2](https://github.com/googleapis/google-cloud-go/compare/managedidentities/v1.7.1...managedidentities/v1.7.2) (2024-10-23) + + +### Bug Fixes + +* **managedidentities:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **managedidentities:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.7.1](https://github.com/googleapis/google-cloud-go/compare/managedidentities/v1.7.0...managedidentities/v1.7.1) (2024-09-12) @@ -162,4 +170,3 @@ Stabilize GA surface. This is the first tag to carve out managedidentities as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/managedkafka/CHANGES.md b/managedkafka/CHANGES.md index bd424388f4ea..a055fc80d645 100644 --- a/managedkafka/CHANGES.md +++ b/managedkafka/CHANGES.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.2](https://github.com/googleapis/google-cloud-go/compare/managedkafka/v0.2.1...managedkafka/v0.2.2) (2024-10-23) + + +### Bug Fixes + +* **managedkafka:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **managedkafka:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [0.2.1](https://github.com/googleapis/google-cloud-go/compare/managedkafka/v0.2.0...managedkafka/v0.2.1) (2024-09-12) @@ -69,4 +77,3 @@ * **managedkafka:** New clients ([#10274](https://github.com/googleapis/google-cloud-go/issues/10274)) ([3caccb5](https://github.com/googleapis/google-cloud-go/commit/3caccb556c889104fb77a6353774a8779a9ea24e)) ## Changes - diff --git a/managedkafka/internal/version.go b/managedkafka/internal/version.go index 744532ab1b09..8d343af28cdf 100644 --- a/managedkafka/internal/version.go +++ b/managedkafka/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.2.1" +const Version = "0.2.2" diff --git a/maps/CHANGES.md b/maps/CHANGES.md index fa05c9bb4b4f..cca42475e701 100644 --- a/maps/CHANGES.md +++ b/maps/CHANGES.md @@ -2,6 +2,14 @@ +## [1.14.1](https://github.com/googleapis/google-cloud-go/compare/maps/v1.14.0...maps/v1.14.1) (2024-10-23) + + +### Bug Fixes + +* **maps:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **maps:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.14.0](https://github.com/googleapis/google-cloud-go/compare/maps/v1.13.0...maps/v1.14.0) (2024-09-25) @@ -393,4 +401,3 @@ * **maps/addressvalidation:** Start generating apiv1 ([#7012](https://github.com/googleapis/google-cloud-go/issues/7012)) ([3e88250](https://github.com/googleapis/google-cloud-go/commit/3e882501ea196ff4f122989e5726bfd4c72e5133)) * **maps/routing:** Start generating apiv2 ([#7056](https://github.com/googleapis/google-cloud-go/issues/7056)) ([1b7993d](https://github.com/googleapis/google-cloud-go/commit/1b7993d6931cf33bab07124da4180eeb3faffe7e)) - diff --git a/maps/internal/version.go b/maps/internal/version.go index 700697da76c8..f769d7a45525 100644 --- a/maps/internal/version.go +++ b/maps/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.14.0" +const Version = "1.14.1" diff --git a/mediatranslation/CHANGES.md b/mediatranslation/CHANGES.md index 6851f9c5af0c..24260267225c 100644 --- a/mediatranslation/CHANGES.md +++ b/mediatranslation/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [0.9.2](https://github.com/googleapis/google-cloud-go/compare/mediatranslation/v0.9.1...mediatranslation/v0.9.2) (2024-10-23) + + +### Bug Fixes + +* **mediatranslation:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **mediatranslation:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [0.9.1](https://github.com/googleapis/google-cloud-go/compare/mediatranslation/v0.9.0...mediatranslation/v0.9.1) (2024-09-12) @@ -158,4 +166,3 @@ This is the first tag to carve out mediatranslation as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/memcache/CHANGES.md b/memcache/CHANGES.md index 4954aa35131c..8ff9014fbf27 100644 --- a/memcache/CHANGES.md +++ b/memcache/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.11.2](https://github.com/googleapis/google-cloud-go/compare/memcache/v1.11.1...memcache/v1.11.2) (2024-10-23) + + +### Bug Fixes + +* **memcache:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **memcache:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.11.1](https://github.com/googleapis/google-cloud-go/compare/memcache/v1.11.0...memcache/v1.11.1) (2024-09-12) @@ -183,4 +191,3 @@ Stabilize GA surface. This is the first tag to carve out memcache as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/metastore/CHANGES.md b/metastore/CHANGES.md index 246b8ccc35ef..d75fed4a79af 100644 --- a/metastore/CHANGES.md +++ b/metastore/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.14.2](https://github.com/googleapis/google-cloud-go/compare/metastore/v1.14.1...metastore/v1.14.2) (2024-10-23) + + +### Bug Fixes + +* **metastore:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **metastore:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.14.1](https://github.com/googleapis/google-cloud-go/compare/metastore/v1.14.0...metastore/v1.14.1) (2024-09-12) @@ -219,4 +227,3 @@ Stabilize GA surface. This is the first tag to carve out metastore as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/migrationcenter/CHANGES.md b/migrationcenter/CHANGES.md index f2ba41c3ec62..4ed1c11bf294 100644 --- a/migrationcenter/CHANGES.md +++ b/migrationcenter/CHANGES.md @@ -1,6 +1,14 @@ # Changelog +## [1.1.2](https://github.com/googleapis/google-cloud-go/compare/migrationcenter/v1.1.1...migrationcenter/v1.1.2) (2024-10-23) + + +### Bug Fixes + +* **migrationcenter:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **migrationcenter:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.1.1](https://github.com/googleapis/google-cloud-go/compare/migrationcenter/v1.1.0...migrationcenter/v1.1.1) (2024-09-12) @@ -119,4 +127,3 @@ * **migrationcenter:** Migration Center API ([fa91b47](https://github.com/googleapis/google-cloud-go/commit/fa91b478a55d6347f5c4fd29f2490316b2f31072)) ## Changes - diff --git a/migrationcenter/internal/version.go b/migrationcenter/internal/version.go index e77704c0de2f..2eabe9755ac2 100644 --- a/migrationcenter/internal/version.go +++ b/migrationcenter/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.1.1" +const Version = "1.1.2" diff --git a/monitoring/CHANGES.md b/monitoring/CHANGES.md index c756e6cfd16b..a679462aed34 100644 --- a/monitoring/CHANGES.md +++ b/monitoring/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.21.2](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.21.1...monitoring/v1.21.2) (2024-10-23) + + +### Bug Fixes + +* **monitoring:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **monitoring:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.21.1](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.21.0...monitoring/v1.21.1) (2024-09-12) @@ -281,4 +289,3 @@ Stabilize GA surface. This is the first tag to carve out monitoring as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/monitoring/internal/version.go b/monitoring/internal/version.go index 670f0797ee66..96b26337cb74 100644 --- a/monitoring/internal/version.go +++ b/monitoring/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.21.1" +const Version = "1.21.2" diff --git a/netapp/CHANGES.md b/netapp/CHANGES.md index 63b9a3bb3664..757838857fd3 100644 --- a/netapp/CHANGES.md +++ b/netapp/CHANGES.md @@ -1,6 +1,14 @@ # Changelog +## [1.4.1](https://github.com/googleapis/google-cloud-go/compare/netapp/v1.4.0...netapp/v1.4.1) (2024-10-23) + + +### Bug Fixes + +* **netapp:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **netapp:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/netapp/v1.3.1...netapp/v1.4.0) (2024-09-19) @@ -182,4 +190,3 @@ * **netapp:** Start generating apiv1 ([#8353](https://github.com/googleapis/google-cloud-go/issues/8353)) ([f609b3c](https://github.com/googleapis/google-cloud-go/commit/f609b3cf831fb89c45386f81d0047560120cb3f4)) ## Changes - diff --git a/netapp/internal/version.go b/netapp/internal/version.go index 976cf7e2813c..ed62044631a9 100644 --- a/netapp/internal/version.go +++ b/netapp/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.4.0" +const Version = "1.4.1" diff --git a/networkconnectivity/CHANGES.md b/networkconnectivity/CHANGES.md index ec683b403ac5..34ac6e9af12e 100644 --- a/networkconnectivity/CHANGES.md +++ b/networkconnectivity/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.15.2](https://github.com/googleapis/google-cloud-go/compare/networkconnectivity/v1.15.1...networkconnectivity/v1.15.2) (2024-10-23) + + +### Bug Fixes + +* **networkconnectivity:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **networkconnectivity:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.15.1](https://github.com/googleapis/google-cloud-go/compare/networkconnectivity/v1.15.0...networkconnectivity/v1.15.1) (2024-09-12) @@ -221,4 +229,3 @@ This is the first tag to carve out networkconnectivity as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/networkmanagement/CHANGES.md b/networkmanagement/CHANGES.md index a1274c3472ad..f64cf571fbe5 100644 --- a/networkmanagement/CHANGES.md +++ b/networkmanagement/CHANGES.md @@ -1,5 +1,33 @@ # Changes +## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/networkmanagement/v1.14.1...networkmanagement/v1.15.0) (2024-10-23) + + +### Features + +* **networkmanagement:** Add fields related to advertised routes to the RouteInfo proto ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) +* **networkmanagement:** Add firewall policy URI to the FirewallInfo proto ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) +* **networkmanagement:** Add load balancer name to the ForwardingRuleInfo proto ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) +* **networkmanagement:** Add messages and fields related to Redis Clusters ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) +* **networkmanagement:** Add messages and fields related to Redis Instances ([#10995](https://github.com/googleapis/google-cloud-go/issues/10995)) ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) +* **networkmanagement:** Add more detailed abort and drop causes to corresponding enums ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) +* **networkmanagement:** Add PSC network attachment URI to the InstanceInfo proto ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) +* **networkmanagement:** Add PSC target fields to the ForwardingRuleInfo proto ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) +* **networkmanagement:** Add region name field to the RouteInfo proto ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) +* **networkmanagement:** Add region name to the ForwardingRuleInfo proto ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) +* **networkmanagement:** Add subnet URI and region name to the NetworkInfo proto ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) + + +### Bug Fixes + +* **networkmanagement:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **networkmanagement:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + + +### Documentation + +* **networkmanagement:** Update outdated comments in the FirewallInfo proto ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) + ## [1.14.1](https://github.com/googleapis/google-cloud-go/compare/networkmanagement/v1.14.0...networkmanagement/v1.14.1) (2024-09-12) @@ -211,4 +239,3 @@ Stabilize GA surface. This is the first tag to carve out networkmanagement as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/networkmanagement/internal/version.go b/networkmanagement/internal/version.go index 1d4c00b5e04b..43a2a84ef8eb 100644 --- a/networkmanagement/internal/version.go +++ b/networkmanagement/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.14.1" +const Version = "1.15.0" diff --git a/networksecurity/CHANGES.md b/networksecurity/CHANGES.md index 13d219da4be3..885847e7d7ad 100644 --- a/networksecurity/CHANGES.md +++ b/networksecurity/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [0.10.2](https://github.com/googleapis/google-cloud-go/compare/networksecurity/v0.10.1...networksecurity/v0.10.2) (2024-10-23) + + +### Bug Fixes + +* **networksecurity:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **networksecurity:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [0.10.1](https://github.com/googleapis/google-cloud-go/compare/networksecurity/v0.10.0...networksecurity/v0.10.1) (2024-09-12) @@ -171,4 +179,3 @@ ## v0.1.0 - feat(networksecurity): start generating clients - diff --git a/networkservices/CHANGES.md b/networkservices/CHANGES.md index 7c34ca61ed35..da5b1b1aa390 100644 --- a/networkservices/CHANGES.md +++ b/networkservices/CHANGES.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.2](https://github.com/googleapis/google-cloud-go/compare/networkservices/v0.2.1...networkservices/v0.2.2) (2024-10-23) + + +### Bug Fixes + +* **networkservices:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **networkservices:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [0.2.1](https://github.com/googleapis/google-cloud-go/compare/networkservices/v0.2.0...networkservices/v0.2.1) (2024-09-12) @@ -64,4 +72,3 @@ * **networkservices:** New client(s) ([#10314](https://github.com/googleapis/google-cloud-go/issues/10314)) ([ee4df98](https://github.com/googleapis/google-cloud-go/commit/ee4df98e7ff89c005ee345120fb53c85086a2461)) ## Changes - diff --git a/networkservices/internal/version.go b/networkservices/internal/version.go index 744532ab1b09..8d343af28cdf 100644 --- a/networkservices/internal/version.go +++ b/networkservices/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.2.1" +const Version = "0.2.2" diff --git a/notebooks/CHANGES.md b/notebooks/CHANGES.md index c70b7558a41e..f8aa4f645620 100644 --- a/notebooks/CHANGES.md +++ b/notebooks/CHANGES.md @@ -1,6 +1,14 @@ # Changes +## [1.12.2](https://github.com/googleapis/google-cloud-go/compare/notebooks/v1.12.1...notebooks/v1.12.2) (2024-10-23) + + +### Bug Fixes + +* **notebooks:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **notebooks:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.12.1](https://github.com/googleapis/google-cloud-go/compare/notebooks/v1.12.0...notebooks/v1.12.1) (2024-09-12) @@ -230,4 +238,3 @@ This is the first tag to carve out notebooks as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/optimization/CHANGES.md b/optimization/CHANGES.md index 57a8c26a4b48..1a827d481c18 100644 --- a/optimization/CHANGES.md +++ b/optimization/CHANGES.md @@ -1,6 +1,14 @@ # Changes +## [1.7.2](https://github.com/googleapis/google-cloud-go/compare/optimization/v1.7.1...optimization/v1.7.2) (2024-10-23) + + +### Bug Fixes + +* **optimization:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **optimization:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.7.1](https://github.com/googleapis/google-cloud-go/compare/optimization/v1.7.0...optimization/v1.7.1) (2024-09-12) @@ -196,4 +204,3 @@ ## v0.1.0 - feat(optimization): start generating clients - diff --git a/oracledatabase/CHANGES.md b/oracledatabase/CHANGES.md index 0748c8eff6c2..a574e8934dfd 100644 --- a/oracledatabase/CHANGES.md +++ b/oracledatabase/CHANGES.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.1](https://github.com/googleapis/google-cloud-go/compare/oracledatabase/v0.1.0...oracledatabase/v0.1.1) (2024-10-23) + + +### Bug Fixes + +* **oracledatabase:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **oracledatabase:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## 0.1.0 (2024-10-09) @@ -8,4 +16,3 @@ * **oracledatabase:** New clients ([#10975](https://github.com/googleapis/google-cloud-go/issues/10975)) ([5d39a54](https://github.com/googleapis/google-cloud-go/commit/5d39a54f645b118f6de80a14f942595e2c4dc6f9)) ## Changes - diff --git a/oracledatabase/internal/version.go b/oracledatabase/internal/version.go index 20ba73abd675..777c90f6b2f3 100644 --- a/oracledatabase/internal/version.go +++ b/oracledatabase/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.1.0" +const Version = "0.1.1" diff --git a/orchestration/CHANGES.md b/orchestration/CHANGES.md index a44693251828..3003cf163d71 100644 --- a/orchestration/CHANGES.md +++ b/orchestration/CHANGES.md @@ -1,6 +1,14 @@ # Changes +## [1.11.1](https://github.com/googleapis/google-cloud-go/compare/orchestration/v1.11.0...orchestration/v1.11.1) (2024-10-23) + + +### Bug Fixes + +* **orchestration:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **orchestration:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/orchestration/v1.10.1...orchestration/v1.11.0) (2024-09-19) @@ -197,4 +205,3 @@ ## v0.1.0 - feat(orchestration): start generating clients - diff --git a/orchestration/internal/version.go b/orchestration/internal/version.go index 77cefca24d54..1179e0bb2639 100644 --- a/orchestration/internal/version.go +++ b/orchestration/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.11.0" +const Version = "1.11.1" diff --git a/orgpolicy/CHANGES.md b/orgpolicy/CHANGES.md index 54fd883f43fd..0dd7fada4b37 100644 --- a/orgpolicy/CHANGES.md +++ b/orgpolicy/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.14.1](https://github.com/googleapis/google-cloud-go/compare/orgpolicy/v1.14.0...orgpolicy/v1.14.1) (2024-10-23) + + +### Bug Fixes + +* **orgpolicy:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **orgpolicy:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.14.0](https://github.com/googleapis/google-cloud-go/compare/orgpolicy/v1.13.1...orgpolicy/v1.14.0) (2024-09-19) @@ -211,4 +219,3 @@ Stabilize GA surface. This is the first tag to carve out orgpolicy as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/orgpolicy/internal/version.go b/orgpolicy/internal/version.go index c9ba91825c29..1d4c00b5e04b 100644 --- a/orgpolicy/internal/version.go +++ b/orgpolicy/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.14.0" +const Version = "1.14.1" diff --git a/osconfig/CHANGES.md b/osconfig/CHANGES.md index e291ecd2312b..a20f13e85d92 100644 --- a/osconfig/CHANGES.md +++ b/osconfig/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.14.2](https://github.com/googleapis/google-cloud-go/compare/osconfig/v1.14.1...osconfig/v1.14.2) (2024-10-23) + + +### Bug Fixes + +* **osconfig:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **osconfig:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.14.1](https://github.com/googleapis/google-cloud-go/compare/osconfig/v1.14.0...osconfig/v1.14.1) (2024-09-12) @@ -239,4 +247,3 @@ Stabilize GA surface. This is the first tag to carve out osconfig as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/osconfig/internal/version.go b/osconfig/internal/version.go index 1d4c00b5e04b..b11f4c49d533 100644 --- a/osconfig/internal/version.go +++ b/osconfig/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.14.1" +const Version = "1.14.2" diff --git a/oslogin/CHANGES.md b/oslogin/CHANGES.md index 12c6d1e5de93..30d2037aab97 100644 --- a/oslogin/CHANGES.md +++ b/oslogin/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.14.2](https://github.com/googleapis/google-cloud-go/compare/oslogin/v1.14.1...oslogin/v1.14.2) (2024-10-23) + + +### Bug Fixes + +* **oslogin:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **oslogin:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.14.1](https://github.com/googleapis/google-cloud-go/compare/oslogin/v1.14.0...oslogin/v1.14.1) (2024-09-12) @@ -210,4 +218,3 @@ Stabilize GA surface. This is the first tag to carve out oslogin as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/oslogin/internal/version.go b/oslogin/internal/version.go index 1d4c00b5e04b..b11f4c49d533 100644 --- a/oslogin/internal/version.go +++ b/oslogin/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.14.1" +const Version = "1.14.2" diff --git a/parallelstore/CHANGES.md b/parallelstore/CHANGES.md index d1d55c009200..44ffbbe418c7 100644 --- a/parallelstore/CHANGES.md +++ b/parallelstore/CHANGES.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.1](https://github.com/googleapis/google-cloud-go/compare/parallelstore/v0.7.0...parallelstore/v0.7.1) (2024-10-23) + + +### Bug Fixes + +* **parallelstore:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **parallelstore:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [0.7.0](https://github.com/googleapis/google-cloud-go/compare/parallelstore/v0.6.1...parallelstore/v0.7.0) (2024-10-09) @@ -144,4 +152,3 @@ * **parallelstore:** New client(s) ([#9434](https://github.com/googleapis/google-cloud-go/issues/9434)) ([3410b19](https://github.com/googleapis/google-cloud-go/commit/3410b190796edbf73f439494abcbeb204ed5e395)) ## Changes - diff --git a/parallelstore/internal/version.go b/parallelstore/internal/version.go index beff403f7b0d..b0bfa21e3702 100644 --- a/parallelstore/internal/version.go +++ b/parallelstore/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.7.0" +const Version = "0.7.1" diff --git a/phishingprotection/CHANGES.md b/phishingprotection/CHANGES.md index a80bc6ef6069..749fab3671ed 100644 --- a/phishingprotection/CHANGES.md +++ b/phishingprotection/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [0.9.2](https://github.com/googleapis/google-cloud-go/compare/phishingprotection/v0.9.1...phishingprotection/v0.9.2) (2024-10-23) + + +### Bug Fixes + +* **phishingprotection:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **phishingprotection:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [0.9.1](https://github.com/googleapis/google-cloud-go/compare/phishingprotection/v0.9.0...phishingprotection/v0.9.1) (2024-09-12) @@ -158,4 +166,3 @@ This is the first tag to carve out phishingprotection as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/policysimulator/CHANGES.md b/policysimulator/CHANGES.md index 0fe018a8192c..af09c2f37b72 100644 --- a/policysimulator/CHANGES.md +++ b/policysimulator/CHANGES.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.2](https://github.com/googleapis/google-cloud-go/compare/policysimulator/v0.3.1...policysimulator/v0.3.2) (2024-10-23) + + +### Bug Fixes + +* **policysimulator:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **policysimulator:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [0.3.1](https://github.com/googleapis/google-cloud-go/compare/policysimulator/v0.3.0...policysimulator/v0.3.1) (2024-09-12) @@ -106,4 +114,3 @@ * **policysimulator:** Start generating apiv1 ([#8340](https://github.com/googleapis/google-cloud-go/issues/8340)) ([a41e5ec](https://github.com/googleapis/google-cloud-go/commit/a41e5eca56246e83670d5c0d043d7ab78db47042)) ## Changes -