Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
11 changes: 11 additions & 0 deletions release-notes/elastic-security/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ Breaking changes can impact your Elastic applications, potentially disrupting no
% **Action**<br> Steps for mitigating deprecation impact.
% ::::

## 9.4.0 [elastic-security-940-breaking-changes]

::::{dropdown} Removes `serializer` and `deserializer` parameters from the Lists API
Removes the unused `serializer` and `deserializer` parameters from the Lists API endpoints.
For more information, check [#250111]({{kib-pull}}250111).

**Impact**<br> API requests that include `serializer` or `deserializer` parameters will return a deprecation warning header. The parameters are ignored.

**Action**<br> Remove any `serializer` or `deserializer` parameters from your Lists API requests.
::::

## 9.3.2 [elastic-security-932-breaking-changes]
::::{dropdown} Removes `serializer` and `deserializer` parameters from the Lists API
Removes the unused `serializer` and `deserializer` parameters from the Lists API endpoints.
Expand Down
15 changes: 15 additions & 0 deletions release-notes/elastic-security/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,21 @@ Review the deprecated functionality for {{elastic-sec}}. While deprecations have
% **Action**<br> Steps for mitigating deprecation impact.
% ::::

## 9.4.0 [elastic-security-9.4.0-deprecations]

::::{dropdown} Removes the Threat Hunting Agent from Agent Builder
Removes the built-in Threat Hunting Agent from Agent Builder. Security AI workflows now use the Elastic AI Agent with Security skills, which is the default experience in 9.4.0.
For more information, refer to [#263996]({{kib-pull}}263996).

**Impact**<br> Conversations stored with the Threat Hunting Agent will no longer appear in the conversation list and cannot be continued from the UI. No automatic migration is planned.

**Action**<br> Use the Elastic AI Agent with Security skills for threat hunting workflows. If needed, a targeted Elasticsearch `update_by_query` can reassign affected conversations to the default agent.
Comment thread
benironside marked this conversation as resolved.
Outdated
::::

::::{dropdown} Deprecates Enable CCS Warning Privileges in Kibana advanced settings
Deprecates the `Enable CCS Warning Privileges` setting in {{kib}} **Advanced settings**. For more information, refer to [#252183]({{kib-pull}}252183).
::::

## 9.1.0 [elastic-security-9.1.0-deprecations]

::::{dropdown} Removes default quick prompts
Expand Down
Loading
Loading