Skip to content

Commit 9063d6e

Browse files
author
Birger Schacht
committed
DOC: describe intelmqctl refactoring in Changelog
1 parent 39eaf2a commit 9063d6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ CHANGELOG
2121
- Added an ExpertBot class - it should be used by all expert bots as a parent class
2222
- Introduced a module for IntelMQ related datatypes `intelmq.lib.datatypes` which for now only contains an Enum listing the four bot types
2323
- Added a `bottype` attribute to CollectorBot, ParserBot, ExpertBot, OutputBot
24+
- Introduces a module for IntelMQ processmanagers. The processmanagers were up until now part of the intelmqct script.
25+
They now reside in `intelmq.lib.processmanager` which also contains an interface definition the processmanager implementations must adhere to.
26+
Both the processmanagers and the `intelmqctl` script were cleaned up a bit.
27+
The `LogLevel` and `ReturnType` Enums were added to `intelmq.lib.datatypes`.
2428

2529
### Development
2630

0 commit comments

Comments
 (0)