Skip to content

Commit ccc38a4

Browse files
chore(main): release google-cloud-discovery_engine-v1 2.1.0 (#29431)
1 parent 4254bbe commit ccc38a4

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
"google-cloud-dialogflow-v2+FILLER": "0.0.0",
316316
"google-cloud-discovery_engine": "2.1.0",
317317
"google-cloud-discovery_engine+FILLER": "0.0.0",
318-
"google-cloud-discovery_engine-v1": "2.0.0",
318+
"google-cloud-discovery_engine-v1": "2.1.0",
319319
"google-cloud-discovery_engine-v1+FILLER": "0.0.0",
320320
"google-cloud-discovery_engine-v1beta": "0.19.0",
321321
"google-cloud-discovery_engine-v1beta+FILLER": "0.0.0",

google-cloud-discovery_engine-v1/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
### 2.1.0 (2025-03-28)
4+
5+
#### Features
6+
7+
* Support for RPCs for managing sitemaps
8+
* Support for the ServingConfigService
9+
* Support for the stream_answer_query RPC
10+
* The answer_query RPC takes new parameters for grounding specification and end user specification
11+
* The get_session RPC can now return the full session including all answer details
12+
* The import_documents RPC can now force refresh of unstructured content
13+
* The search and search_lite RPCs takes new parameters for configuring display, setting relevance threshold, and returning relevance score
14+
* Various additional updates
15+
316
### 2.0.0 (2025-02-07)
417

518
### ⚠ BREAKING CHANGES

google-cloud-discovery_engine-v1/lib/google/cloud/discovery_engine/v1/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Google
2121
module Cloud
2222
module DiscoveryEngine
2323
module V1
24-
VERSION = "2.0.0"
24+
VERSION = "2.1.0"
2525
end
2626
end
2727
end

google-cloud-discovery_engine-v1/snippets/snippet_metadata_google.cloud.discoveryengine.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"client_library": {
33
"name": "google-cloud-discovery_engine-v1",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"language": "RUBY",
66
"apis": [
77
{

0 commit comments

Comments
 (0)