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
+28-7Lines changed: 28 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
<!-- comment
2
-
SPDX-FileCopyrightText: 2015-2022 Sebastian Wagner
2
+
SPDX-FileCopyrightText: 2015-2023 Sebastian Wagner
3
3
SPDX-License-Identifier: AGPL-3.0-or-later
4
4
-->
5
5
6
6
CHANGELOG
7
7
==========
8
8
9
-
3.1.1 (unreleased)
9
+
3.2.0 (2023-07-18)
10
10
------------------
11
11
12
12
### Core
@@ -39,7 +39,7 @@ CHANGELOG
39
39
- Reset detected `feedname` at shutdown to re-detect the feedname on reloads (PR#2361 by @elsif2, fixes #2360).
40
40
-`intelmq.bots.parsers.shadowserver._config`:
41
41
- Added 'IPv6-Vulnerable-Exchange' alias and 'Accessible-WS-Discovery-Service' report. (PR#2338)
42
-
- Removed unused 'p0f_genre' and 'p0f_detail' from the 'DNS-Open-Resolvers' report. (PR#2338)
42
+
- Removed unused `p0f_genre` and `p0f_detail` from the 'DNS-Open-Resolvers' report. (PR#2338)
43
43
- Added 'Accessible-SIP' report. (PR#2348)
44
44
- Added 'IPv6-Open-HTTP-Proxy' and 'IPv6-Accessible-HTTP-Proxy' aliases. (PR#2348)
45
45
- Removed duplicate mappings from the 'Spam-URL' report. (PR#2348)
@@ -67,8 +67,6 @@ CHANGELOG
67
67
### Tests
68
68
- New decorator `skip_installation` and environment variable `INTELMQ_TEST_INSTALLATION` to skip tests requiring an IntelMQ installation on the test host by default (PR#2370 by Sebastian Wagner, fixes #2369)
69
69
70
-
### Packaging
71
-
72
70
### Tools
73
71
-`intelmqsetup`:
74
72
- SECURITY: fixed a low-risk bug causing the tool to change owner of `/` if run with the `INTELMQ_PATHS_NO_OPT` environment variable set. This affects only the PIP package as the DEB/RPM packages don't contain this tool. (PR#2355 by Kamil Mańkowski, fixes #2354)
@@ -78,8 +76,31 @@ CHANGELOG
78
76
-`intelmqctl`:
79
77
- Increased the performance through removing unnecessary reads. (by Sebastian Kufner)
80
78
81
-
### Known Errors
82
-
-`intelmq.parsers.html_table` may not process invalid URLs in patched Python version due to changes in `urllib`. See #2382
79
+
### Known Issues
80
+
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).
81
+
-`intelmq.parsers.html_table` may not process invalid URLs in patched Python version due to changes in `urllib` (#2382).
82
+
- Breaking changes in 'rt' library (#2367).
83
+
- Stomp collector failed (#2342).
84
+
- Type error with SQL output bot's `prepare_values` returning list instead of tuple (#2255).
85
+
-`intelmq_psql_initdb` does not work for SQLite (#2202).
86
+
- intelmqsetup: should install a default state file (#2175).
- Custom headers ignored in HTTPCollectorBot (#2150).
91
+
- Missing commas in SQL query for separate Events table (#2125).
92
+
- intelmqctl log: parsing syslog does not work (#2097).
93
+
- Bash completion scripts depend on old JSON-based configuration files (#2094).
94
+
- Bot configuration examples use JSON instead of YAML (#2066).
95
+
- Bots started with IntelMQ-API/Manager stop when the webserver is restarted (#952).
96
+
- Corrupt dump files when interrupted during writing (#870).
97
+
98
+
99
+
3.0.2 (2021-09-10)
100
+
------------------
101
+
102
+
### Core
103
+
-`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).
* For the Docker-installation: Docker Engine: 18.x and higher
37
37
38
38
Other distributions which are (most probably) supported include AlmaLinux, CentOS, Fedora, FreeBSD 12, RHEL and RockyLinux.
@@ -45,10 +45,13 @@ Native deb/rpm packages
45
45
46
46
These are the operating systems which are currently supported by packages:
47
47
48
-
* **Debian 10** Buster
49
48
* **Debian 11** Bullseye
50
49
* **openSUSE Tumbleweed**
51
-
* **Ubuntu 20.04** Focal Fossa (enable the universe repositories by appending ``universe`` in ``/etc/apt/sources.list`` to ``deb http://[...].archive.ubuntu.com/ubuntu/ focal main`` first)
50
+
* **Ubuntu 20.04** Focal Fossa
51
+
52
+
* Enable the universe repositories by appending ``universe`` in ``/etc/apt/sources.list`` to ``deb http://[...].archive.ubuntu.com/ubuntu/ focal main`` first.
53
+
54
+
* `intelmq-api` is only available with hug-based version 3.0.1, not the latest fastapi-based 3.1.0).
52
55
53
56
Get the installation instructions for your operating system here: `Installation Native Packages <https://software.opensuse.org/download.html?project=home:sebix:intelmq&package=intelmq>`_.
54
57
The instructions show how to add the repository and install the `intelmq` package. You can also install the `intelmq-manager` package to get the `Web-Frontend IntelMQ Manager <https://github.com/certtools/intelmq-manager/>`_.
0 commit comments