You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/8.19.asciidoc
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,43 @@
1
1
[[release-notes-header-8.19.0]]
2
2
== 8.19
3
3
4
+
[discrete]
5
+
[[release-notes-8.19.13]]
6
+
=== 8.19.13
7
+
8
+
[discrete]
9
+
[[breaking-changes-8.19.13]]
10
+
==== Breaking changes
11
+
12
+
[discrete]
13
+
.Removes `serializer` and `deserializer` parameters from the Lists API
14
+
[%collapsible]
15
+
====
16
+
17
+
Removes the unused `serializer` and `deserializer` parameters from the Lists API endpoints ({kibana-pull}250111[#250111]).
18
+
19
+
*Impact* +
20
+
API requests that include `serializer` or `deserializer` parameters will return a deprecation warning header. The parameters are ignored.
21
+
22
+
*Action* +
23
+
Remove any `serializer` or `deserializer` parameters from your Lists API requests.
24
+
====
25
+
26
+
[discrete]
27
+
[[enhancements-8.19.13]]
28
+
==== Enhancements
29
+
* Improves the reliability of {elastic-defend}'s malware-on-write detection.
30
+
31
+
[discrete]
32
+
[[bug-fixes-8.19.13]]
33
+
==== Fixes
34
+
* Fixes an issue where the alert details flyout persisted after navigating away from {elastic-sec} ({kibana-pull}256001[#256001]).
35
+
* Enables `defaultModel` for Azure OpenAI connector to support APIM endpoints ({kibana-pull}253577[#253577]).
36
+
* Fixes an issue where the legacy `rules/prepackaged` endpoints returned 500 errors on Basic licenses when processing prebuilt rule packages that include {ml} rules ({kibana-pull}253574[#253574]).
37
+
* Adds support for timestamp overrides to Timeline at the data view level, allowing Timeline to use the data view's configured timestamp field instead of `@timestamp` ({kibana-pull}251827[#251827]).
38
+
* Improves {elastic-defend} Linux trusted application handling by using Quark's trusted PID queue APIs for more consistent trusted PID synchronization.
39
+
* Fixes an issue that would cause hotfix builds of {elastic-defend} to incorrectly report their version in Windows Security Center.
0 commit comments