Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release google-cloud-discovery_engine-v1 1.1.0 #27314

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.14.2",
"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