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
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ This file lists all changes between IntelMQ releases.
10
10
Please refer to the [NEWS](NEWS.md) for a list of changes which have an affect on the administration of IntelMQ and contains steps that you need to be aware off for the upgrade.
11
11
12
12
13
-
3.4.1 Patch release (unreleased)
14
-
--------------------------------
13
+
3.5.0 Feature release (unreleased)
14
+
----------------------------------
15
15
16
16
### Configuration
17
17
- New parameter `stop_retry_limit` (PR#2598 by Lukas Heindl).
@@ -99,6 +99,21 @@ Please refer to the [NEWS](NEWS.md) for a list of changes which have an affect o
99
99
- Bash Completion: Adapt to YAML-style runtime configuration (PR#2642 by Sebastian Wagner, fixes #2094).
100
100
101
101
### Known issues
102
+
This is short list of the most important known issues. The full list can be retrieved from [GitHub](https://github.com/certtools/intelmq/labels/bug?page=2&q=is%3Aopen+label%3Abug).
103
+
- stomp.py 8.2.0+ breaks the version check in stomp bots (#2600).
104
+
- Traceback when calling intelmqdump without write access to the log file (#2529).
105
+
- pyyaml PendingDeprecationWarning: you should no longer specify 'unsafe' -> test failure (#2489).
106
+
-`intelmq.parsers.html_table` may not process invalid URLs in patched Python version due to changes in `urllib` (#2382).
107
+
- Breaking changes in 'rt' 3.0 library (#2367).
108
+
- Type error with SQL output bot's `prepare_values` returning list instead of tuple (#2255).
109
+
-`intelmq_psql_initdb` does not work for SQLite (#2202).
110
+
- intelmqsetup: should install a default state file (#2175).
0 commit comments