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
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ CHANGELOG
13
13
### Configuration
14
14
15
15
### Core
16
+
-`intelmq.lib.message`: For invalid message keys, add a hint on the failure to the exception: not allowed by configuration or not matching regular expression (PR#2398 by Sebastian Wagner).
17
+
-`intelmq.lib.exceptions.InvalidKey`: Add optional parameter `additional_text` (PR#2398 by Sebastian Wagner).
16
18
17
19
### Development
18
20
@@ -28,6 +30,7 @@ CHANGELOG
28
30
#### Outputs
29
31
30
32
### Documentation
33
+
- Add a readthedocs configuration file to fix the build fail (PR#2403 by Sebastian Wagner).
31
34
32
35
### Packaging
33
36
@@ -143,12 +146,6 @@ This is short list of the most important known issues. The full list can be retr
143
146
- Corrupt dump files when interrupted during writing (#870).
144
147
145
148
146
-
3.0.2 (2021-09-10)
147
-
------------------
148
-
149
-
### Core
150
-
-`intelmq.lib.bot.CollectorBot`: Fixed an issue with within the `new_report` function, which re-loads the harmonization file after a new incoming dataset, which leads to CPU drain and decreased performance (PR#2106 by Sebastian Waldbauer, fixes #2098).
0 commit comments