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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ Please refer to the [NEWS](NEWS.md) for a list of changes which have an affect o
24
24
-`intelmq.lib.datatypes`: Remove unneeded Dict39 alias (PR#2639 by Nakul Rajpal, fixes #2635)
25
25
-`intelmq.lib.mixins.http`: Only set HTTP header 'Authorization' if username or password are set and are not both empty string as they are by default in the Manager (fixes #2590, PR#2634 by Sebastian Wagner).
26
26
-`intelmq.lib.message.Message.from_dict`: Do not modify the dict parameter by adding the `__type` field and raise an error when type is not determinable (PR#2545 by Sebastian Wagner).
27
+
-`intelmq.lib.mixins.cache.CacheMixin` was extended to support temporary storing messages in a cache queue
28
+
(PR#2509 by Kamil Mankowski).
27
29
28
30
### Development
29
31
@@ -219,7 +221,15 @@ This is short list of the most important known issues. The full list can be retr
219
221
- Treat value `false` for parameter `filter_regex` as false (PR#2499 by Sebastian Wagner).
220
222
221
223
#### Outputs
222
-
-`intelmq.bots.outputs.misp.output_feed`: Handle failures if saved current event wasn't saved or is incorrect (PR by Kamil Mankowski).
224
+
-`intelmq.bots.outputs.misp.output_feed`:
225
+
- Handle failures if saved current event wasn't saved or is incorrect (PR by Kamil Mankowski).
226
+
- Allow saving messages in bulks instead of refreshing the feed immediately (PR#2509 by Kamil Mankowski).
227
+
- Regenerate only modified events (PR#2509 by Kamil Mankowski).
228
+
- Add `attribute_mapping` parameter to allow selecting a subset of event attributes as well as additional attribute parameters (PR#2509 by Kamil Mankowski).
229
+
- Add `grouping_key` parameter to allow keeping IntelMQ events in separated MISP Events based on a given field (PR#2509 by Kamil Mankowski).
230
+
- Add `tagging` parameter to allow adding tags to MISP events (PR#2509 by Kamil Mankowski).
231
+
- Add `additional_info` parameter to extend the default description of MISP Events (PR#2509 by Kamil Mankowski).
232
+
- Add `flat_events` parameter to allow skipping creating objects in MISP Events (PR#2509 by Kamil Mankowski).
223
233
-`intelmq.bots.outputs.smtp_batch.output`: Documentation on multiple recipients added (PR#2501 by Edvard Rejthar).
0 commit comments