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
Also see <<breaking-changes-8.3,Breaking changes in 8.3>>.
5
+
6
+
[[bug-8.3.1]]
7
+
[float]
8
+
=== Bug fixes
9
+
10
+
Audit::
11
+
* Support removing ignore filters for audit logging {es-pull}87675[#87675] (issue: {es-issue}68588[#68588])
12
+
13
+
Ingest::
14
+
* Don't ignore pipeline for upserts in bulk api {es-pull}87719[#87719] (issue: {es-issue}87131[#87131])
15
+
* Geoip processor should respect the `ignore_missing` in case of missing database {es-pull}87793[#87793] (issue: {es-issue}87345[#87345])
16
+
17
+
Machine Learning::
18
+
* Improve trained model stats API performance {es-pull}87978[#87978]
19
+
20
+
Snapshot/Restore::
21
+
* Use the provided SAS token without SDK sanitation that can produce invalid signatures {es-pull}88155[#88155] (issue: {es-issue}88140[#88140])
22
+
23
+
Stats::
24
+
* Run `TransportClusterInfoActions` on MANAGEMENT pool {es-pull}87679[#87679]
25
+
26
+
Transform::
27
+
* Execute `_refresh` (with system permissions) separately from `delete by query` (with user permissions) {es-pull}88005[#88005] (issue: {es-issue}88001[#88001])
28
+
29
+
[[enhancement-8.3.1]]
30
+
[float]
31
+
=== Enhancements
32
+
33
+
Discovery-Plugins::
34
+
* Remove redundant jackson dependencies from discovery-azure {es-pull}87898[#87898]
35
+
36
+
Performance::
37
+
* Warn about impact of large readahead on search {es-pull}88007[#88007]
0 commit comments