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 (2025-11-01)
14
+
----------------------------------
15
15
16
16
### Configuration
17
17
- New parameter `stop_retry_limit` (PR#2598 by Lukas Heindl).
@@ -27,8 +27,6 @@ Please refer to the [NEWS](NEWS.md) for a list of changes which have an affect o
27
27
-`intelmq.lib.mixins.cache.CacheMixin` was extended to support temporary storing messages in a cache queue
28
28
(PR#2509 by Kamil Mankowski).
29
29
30
-
### Development
31
-
32
30
### Data Format
33
31
- Implementing [IEP009](https://github.com/certtools/ieps/tree/main/009) introducing fields to
34
32
identify products and vulnerabilities: `product.full_name`, `product.name`, `product.vendor`,
@@ -118,6 +116,21 @@ Please refer to the [NEWS](NEWS.md) for a list of changes which have an affect o
118
116
- Remove `prettyprint` script, use `jq` instead (PR#2551 by Sebastian Wagner).
119
117
120
118
### Known issues
119
+
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).
120
+
- stomp.py 8.2.0+ breaks the version check in stomp bots (#2600).
121
+
- Traceback when calling intelmqdump without write access to the log file (#2529).
122
+
- pyyaml PendingDeprecationWarning: you should no longer specify 'unsafe' -> test failure (#2489).
123
+
-`intelmq.parsers.html_table` may not process invalid URLs in patched Python version due to changes in `urllib` (#2382).
124
+
- Breaking changes in 'rt' 3.0 library (#2367).
125
+
- Type error with SQL output bot's `prepare_values` returning list instead of tuple (#2255).
126
+
-`intelmq_psql_initdb` does not work for SQLite (#2202).
127
+
- intelmqsetup: should install a default state file (#2175).
Copy file name to clipboardExpand all lines: NEWS.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,12 @@ This file lists all changes which have an affect on the administration of IntelM
10
10
Please refer to the change log for a full list of changes.
11
11
12
12
13
-
3.4.1 Patch release (unreleased)
14
-
--------------------------------
13
+
3.5.0 Feature release (2025-11-01)
14
+
----------------------------------
15
15
16
16
### Requirements
17
17
Python `>=3.9` is now required, which is available on all platforms supported by IntelMQ.
18
18
19
-
### Tools
20
-
21
19
### Data Format
22
20
To save new fields from IntelMQ Data Format in existing PostgreSQL instances, the following schema
23
21
update is necessary:
@@ -45,10 +43,6 @@ Optionally remove the severity field from the extra fields in existing entries:
45
43
UPDATE events SET extra = extra -'severity';
46
44
```
47
45
48
-
### Configuration
49
-
50
-
### Libraries
51
-
52
46
### Postgres databases
53
47
To switch to the more efficient data type `jsonb` instead of `json`, use the following SQL statement. Data is preserved. JSONB also has more query and data manipulation features than plain JSON.
0 commit comments