Skip to content

Commit

Permalink
chore(main): release google-cloud-discovery_engine-v1beta 0.15.0 (#27315
Browse files Browse the repository at this point in the history
)
  • Loading branch information
release-please[bot] committed Sep 11, 2024
1 parent d09e854 commit f101f8c
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 @@ -311,7 +311,7 @@
"google-cloud-discovery_engine+FILLER": "0.0.0",
"google-cloud-discovery_engine-v1": "1.0.2",
"google-cloud-discovery_engine-v1+FILLER": "0.0.0",
"google-cloud-discovery_engine-v1beta": "0.14.2",
"google-cloud-discovery_engine-v1beta": "0.15.0",
"google-cloud-discovery_engine-v1beta+FILLER": "0.0.0",
"google-cloud-dlp": "1.6.2",
"google-cloud-dlp+FILLER": "0.0.0",
Expand Down
14 changes: 14 additions & 0 deletions google-cloud-discovery_engine-v1beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

### 0.15.0 (2024-09-11)

#### Features

* Support for Document index status
* Support for jail-breaking queries
* Support for latitude/longitude inferred from the input query
* Support for one-box search results
* Support for search query segments
* 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 relevance_threshold parameter to the search RPC
* Support for UnstructuredDocumentInfo::ChunkContent#relevance_score

### 0.14.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 V1beta
VERSION = "0.14.2"
VERSION = "0.15.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-v1beta",
"version": "0.14.2",
"version": "0.15.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit f101f8c

Please sign in to comment.