Skip to content

Commit

Permalink
chore(main): release google-cloud-security_center_management 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 3, 2024
1 parent b0cdeb8 commit cd9d9c5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@
"google-cloud-security_center-v1p1beta1+FILLER": "0.0.0",
"google-cloud-security_center-v2": "0.4.1",
"google-cloud-security_center-v2+FILLER": "0.0.0",
"google-cloud-security_center_management": "1.0.1",
"google-cloud-security_center_management": "1.1.0",
"google-cloud-security_center_management+FILLER": "0.0.0",
"google-cloud-security_center_management-v1": "1.0.1",
"google-cloud-security_center_management-v1+FILLER": "0.0.0",
Expand Down
21 changes: 21 additions & 0 deletions google-cloud-security_center_management/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

### 1.1.0 (2024-11-03)

#### 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

### 1.0.1 (2024-08-08)

#### Documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Cloud
module SecurityCenterManagement
VERSION = "1.0.1"
VERSION = "1.1.0"
end
end
end

0 comments on commit cd9d9c5

Please sign in to comment.