Skip to content

Commit e516269

Browse files
authored
Rotate UPGRADING.md for 7.0, Add note about ObjectMapper unknown properties change (#22994)
* Add note about leader node unknown properties ObjectMapper enforcement
1 parent 67942a9 commit e516269

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

UPGRADING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Upgrading to Graylog 7.0.0
1+
Upgrading to Graylog 7.0.x
22
==========================
33

44
## Breaking Changes
@@ -23,6 +23,12 @@ can only talk to Kafka brokers with version 2.1 or newer.
2323

2424
- tbd
2525

26+
## General REST API Changes
27+
28+
- In Graylog 7.0, an issue was fixed that previously allowed additional unknown JSON properties to be accepted
29+
(and ignored) in API requests on the Graylog leader node. Now that the issue has been fixed, API requests on the
30+
leader node will once again only accept JSON payloads that contain explicitly mapped/supported properties.
31+
2632
## REST API Endpoint Changes
2733

2834
The following REST API changes have been made.

0 commit comments

Comments
 (0)