Skip to content

Commit adaee7c

Browse files
committed
add changelog
1 parent b2b0cac commit adaee7c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/changelog/130325.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
pr: 130325
2+
summary: "Simulate API: Return 400 on invalid processor(s)"
3+
area: Ingest Node
4+
type: breaking
5+
issues: []
6+
7+
breaking:
8+
title: Return 400 on invalid processor(s) in Simulate API
9+
area: Ingest Node
10+
details: >-
11+
In earlier versions of {es}, the Simulate API would return a 500 error when encountering invalid processors. Now, it returns a 400 Bad Request error instead.
12+
13+
impact: >-
14+
Callers should expect a 400 Bad Request response when the Simulate API encounters invalid processors. This change improves error handling and provides clearer feedback on request issues.
15+
16+
notable: false

0 commit comments

Comments
 (0)