Skip to content

Commit 44ea30f

Browse files
authored
Rotate UPGRADING.md for Graylog 6.3 (#22425)
1 parent 7cc200a commit 44ea30f

File tree

1 file changed

+4
-35
lines changed

1 file changed

+4
-35
lines changed

UPGRADING.md

Lines changed: 4 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
Upgrading to Graylog 6.2.x
1+
Upgrading to Graylog 6.3.x
22
==========================
33

44
## Breaking Changes
55

6-
### Plugins
7-
* 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
127

138
## Configuration File Changes
149

@@ -22,38 +17,12 @@ Upgrading to Graylog 6.2.x
2217

2318
## Java API Changes
2419

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:
31-
32-
| File/method | Description |
33-
|-----------------------------------------------------------------------------------|------------------------------------------|
34-
| `org.graylog.scheduler.JobSchedule#toDBUpdate` | removed |
35-
| `org.graylog.scheduler.DBJobTriggerService#all` | replaced by streamAll |
36-
| `org.graylog.scheduler.DBJobTriggerService#getAllForJob` | replaced by streamAllForJob |
37-
| `org.graylog.scheduler.DBJobTriggerService#findByQuery` | replaced by streamByQuery |
38-
| `org.graylog.events.processor.DBEventDefinitionService#getByNotificationId` | replaced by streamByNotificationId |
39-
| `org.graylog.events.processor.DBEventDefinitionService#getSystemEventDefinitions` | replaced by streamSystemEventDefinitions |
40-
| `org.graylog.events.processor.DBEventDefinitionService#getByArrayValue` | replaced by streamByArrayValue |
41-
| `org.graylog2.lookup.db.DBCacheService#findByIds` | replaced by streamByIds |
42-
| `org.graylog2.lookup.db.DBCacheService#findAll` | replaced by streamAll |
43-
| `org.graylog2.lookup.db.DBDataAdapterService#findByIds` | replaced by streamByIds |
44-
| `org.graylog2.lookup.db.DBDataAdapterService#findAll` | replaced by streamAll |
45-
| `org.graylog2.lookup.db.DBLookupTableService#findByCacheIds` | replaced by streamByCacheIds |
46-
| `org.graylog2.lookup.db.DBLookupTableService#findByDataAdapterIds` | replaced by streamByDataAdapterIds |
47-
| `org.graylog2.lookup.db.DBLookupTableService#findAll` | replaced by streamAll |
48-
49-
DBService classes' new streaming methods require streams to be closed after using - recommend using try-with-resource statements.
20+
- tbd
5021

5122
## REST API Endpoint Changes
5223

5324
The following REST API changes have been made.
5425

5526
| Endpoint | Description |
5627
|-----------------------------------------------------------------------|-----------------------------------------------------------------------------------------|
57-
| `GET /plugins/org.graylog.integrations/aws/inputs/available_services` | Remove unused endpoint. |
58-
| `GET /plugins/org.graylog.integrations/aws/inputs/permissions` | Removed permissions endpoint in favor of maintaining permissions in official docs site. |
59-
| `/plugins/org.graylog.plugins.files/*` | Removed (Graylog Enterprise plugin). |
28+
| `GET /<endpoint>` | description |

0 commit comments

Comments
 (0)