Skip to content

Commit

Permalink
chore(main): release google-cloud-discovery_engine-v1 0.8.0 (#25979)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 29, 2024
1 parent 424ff06 commit ce14263
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
"google-cloud-dialogflow-v2+FILLER": "0.0.0",
"google-cloud-discovery_engine": "0.6.0",
"google-cloud-discovery_engine+FILLER": "0.0.0",
"google-cloud-discovery_engine-v1": "0.7.0",
"google-cloud-discovery_engine-v1": "0.8.0",
"google-cloud-discovery_engine-v1+FILLER": "0.0.0",
"google-cloud-discovery_engine-v1beta": "0.12.0",
"google-cloud-discovery_engine-v1beta+FILLER": "0.0.0",
Expand Down
16 changes: 16 additions & 0 deletions google-cloud-discovery_engine-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

### 0.8.0 (2024-05-29)

#### Features

* add control service APIs
* promote answer APIs to v1 GA
* promote grounding check APIs to v1 GA
* promote grounding check APIs to v1 GA ([#25966](https://github.com/googleapis/google-cloud-ruby/issues/25966))
* promote ranking APIs to v1 GA
* support cancelling import operations
* Support multiple parent patterns for controls ([#25973](https://github.com/googleapis/google-cloud-ruby/issues/25973))
* support writing user events for blended engines
#### Documentation

* keep the API doc up-to-date with recent changes

### 0.7.0 (2024-04-19)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module DiscoveryEngine
module V1
VERSION = "0.7.0"
VERSION = "0.8.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-cloud-discovery_engine-v1",
"version": "0.7.0",
"version": "0.8.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit ce14263

Please sign in to comment.