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-4Lines changed: 17 additions & 4 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).
@@ -25,8 +25,6 @@ Please refer to the [NEWS](NEWS.md) for a list of changes which have an affect o
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
27
28
-
### Development
29
-
30
28
### Data Format
31
29
32
30
- Implementing [IEP009](https://github.com/certtools/ieps/tree/main/009) introducing fields to
@@ -99,6 +97,21 @@ Please refer to the [NEWS](NEWS.md) for a list of changes which have an affect o
99
97
- Bash Completion: Adapt to YAML-style runtime configuration (PR#2642 by Sebastian Wagner, fixes #2094).
100
98
101
99
### Known issues
100
+
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).
101
+
- stomp.py 8.2.0+ breaks the version check in stomp bots (#2600).
102
+
- Traceback when calling intelmqdump without write access to the log file (#2529).
103
+
- pyyaml PendingDeprecationWarning: you should no longer specify 'unsafe' -> test failure (#2489).
104
+
-`intelmq.parsers.html_table` may not process invalid URLs in patched Python version due to changes in `urllib` (#2382).
105
+
- Breaking changes in 'rt' 3.0 library (#2367).
106
+
- Type error with SQL output bot's `prepare_values` returning list instead of tuple (#2255).
107
+
-`intelmq_psql_initdb` does not work for SQLite (#2202).
108
+
- intelmqsetup: should install a default state file (#2175).
0 commit comments