Skip to content

Commit

Permalink
chore(main): release google-cloud-discovery_engine-v1 1.1.0 (#27314)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Sep 11, 2024
1 parent f101f8c commit 9b1adf1
Show file tree
Hide file tree
Showing 4 changed files with 17 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 @@ -309,7 +309,7 @@
"google-cloud-dialogflow-v2+FILLER": "0.0.0",
"google-cloud-discovery_engine": "1.0.1",
"google-cloud-discovery_engine+FILLER": "0.0.0",
"google-cloud-discovery_engine-v1": "1.0.2",
"google-cloud-discovery_engine-v1": "1.1.0",
"google-cloud-discovery_engine-v1+FILLER": "0.0.0",
"google-cloud-discovery_engine-v1beta": "0.15.0",
"google-cloud-discovery_engine-v1beta+FILLER": "0.0.0",
Expand Down
14 changes: 14 additions & 0 deletions google-cloud-discovery_engine-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

### 1.1.0 (2024-09-11)

#### Features

* Support for Document index status
* Support for jail-breaking queries
* Support for Reference#structured_document_info
* Support for the batch_get_documents_metadata RPC
* Support for the gcs_source, inline_source, and error_config parameters to the purge_documents RPC
* Support for the purge_user_events RPC
* Support for the SearchTuningService
* Support for the skip_default_schema_creation parameter to the create_data_store RPC
* Support for UnstructuredDocumentInfo::ChunkContent#relevance_score

### 1.0.2 (2024-08-30)

#### Documentation
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 = "1.0.2"
VERSION = "1.1.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": "1.0.2",
"version": "1.1.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit 9b1adf1

Please sign in to comment.