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
* This release includes Java API changes which might require plugin authors to adjust their code. Please check
8
-
[Java API Changes](#java-api-changes) for details.
9
-
* Adjustment of `enterpriseWidgets` web interface plugin. The `editComponent` attribute now no longer has a `onSubmit` prop.
10
-
Before this change the prop had to be called to close the widget edit mode. Now it is enough to call `applyAllWidgetChanges` from the `WidgetEditApplyAllChangesContext`.
11
-
Alternatively the `SaveOrCancelButtons` component can be used in the edit component for custom widgets. It renders a cancel and submit button and calls `applyAllWidgetChanges` on submit.
6
+
- tbd
12
7
13
8
## Configuration File Changes
14
9
@@ -22,38 +17,12 @@ Upgrading to Graylog 6.2.x
22
17
23
18
## Java API Changes
24
19
25
-
Upgraded [MongoJack](https://github.com/mongojack/mongojack) to version 5.x. This impacts the Java API for accessing
26
-
documents in MongoDB. Some previously deprecated MongoJack classes (like `org.mongojack.DBQuery`) have been removed.
27
-
Plugin authors will have to replace usages of removed classes to corresponding classes from the MongoDB driver
28
-
packages, most prominently `com.mongodb.client.model.Filters`.
29
-
30
-
Additionally, the following Java Code API changes are included in this release:
|`GET /plugins/org.graylog.integrations/aws/inputs/permissions`| Removed permissions endpoint in favor of maintaining permissions in official docs site. |
0 commit comments