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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,11 @@ CHANGELOG
11
11
- New class `ClassificationTaxonomy` with fixed list of taxonomies and sanitiation
12
12
-`intelmq.lib.bot`:
13
13
- Handle `InvalidValue` exceptions upon message retrieval by dumping the message instead of repeating endlessly (#1765, PR#1766 by Filip Pokorný).
14
+
- Rewrite of the parameter loading and handling, getting rid of the `parameters` member (PR#1729 by Birger Schacht).
14
15
-`intelmq.lib.exceptions`:
15
16
-`InvalidValue`: Add optional parameter `object` (PR#1766 by Filip Pokorný).
17
+
-`intelmq.lib.utils`:
18
+
- New function `list_all_bots` to list all available/installed bots as replacement for the BOTS file (#368, #552, #644, #757, #1069, #1750, PR#1751 by Sebastian Waldbauer).
16
19
17
20
### Development
18
21
@@ -36,6 +39,8 @@ Update allowed classification fields to 2020-01-28 version (#1409, #1476). Old n
36
39
- The type `vulnerable service` has been renamed to `vulnerable-system`.
37
40
38
41
### Bots
42
+
- The parameters handling of numerous bots has been refactored (PR#1751, PR#1729, by Birger Schacht, Sebastian Wagner, Sebastian Waldbauer).
43
+
39
44
#### Collectors
40
45
- Remove `intelmq.bots.collectors.xmpp`: one of the dependencies of the bot was deprecated and according to a short survey on the IntelMQ
41
46
users mailinglist, the bot is not used by anyone. (https://lists.cert.at/pipermail/intelmq-users/2020-October/000177.html, PR#1761, closes #1614)
0 commit comments