Skip to content

Commit

Permalink
chore(main): release google-cloud-discovery_engine-v1beta 0.16.0 (#27546
Browse files Browse the repository at this point in the history
)
  • Loading branch information
release-please[bot] authored Nov 8, 2024
1 parent a59fccb commit 0334bda
Show file tree
Hide file tree
Showing 4 changed files with 24 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 @@ -315,7 +315,7 @@
"google-cloud-discovery_engine+FILLER": "0.0.0",
"google-cloud-discovery_engine-v1": "1.3.0",
"google-cloud-discovery_engine-v1+FILLER": "0.0.0",
"google-cloud-discovery_engine-v1beta": "0.15.0",
"google-cloud-discovery_engine-v1beta": "0.16.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
21 changes: 21 additions & 0 deletions google-cloud-discovery_engine-v1beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

### 0.16.0 (2024-11-07)

#### Features

* Add AdvancedCompleteQuery API
* Add BillingEstimation in data store
* Add GroundedGenerationService API ([#27537](https://github.com/googleapis/google-cloud-ruby/issues/27537))
* Add lite search API to allow public website search with API key
* Add one_box_page_size on search
* Add Sitemap APIs to preview channel
* Support advanced boost search
* Support Google Workspace search
* Support natural language understanding search
* support query regex in control match rules
* Support search personalization to preview channel
#### Documentation

* deprecate asynchronous mode in answer generation
* deprecate extractive_answers in answer generation
* keep the API doc up-to-date with recent changes

### 0.15.0 (2024-09-11)

#### 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 V1beta
VERSION = "0.15.0"
VERSION = "0.16.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.15.0",
"version": "0.16.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit 0334bda

Please sign in to comment.