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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,14 @@ Please refer to the [NEWS](NEWS.md) for a list of changes which have an affect o
14
14
--------------------------------
15
15
16
16
### Configuration
17
+
- New parameter `stop_retry_limit` (PR#2598 by Lukas Heindl).
17
18
18
19
### Core
19
20
- Drop support for Python 3.8 (fixes #2616, PR#2617 by Sebastian Wagner).
20
21
-`intelmq.lib.splitreports`: Handle bot parameter `chunk_size` values empty string, due to missing parameter typing checks (PR#2604 by Sebastian Wagner).
21
22
-`intelmq.lib.mixins.sql` Add Support for MySQL (PR#2625 by Karl-Johan Karlsson).
23
+
- New parameter `stop_retry_limit` to gracefully handle stopping bots which take longer to shutdown (PR#2598 by Lukas Heindl, fixes #2595).
24
+
-`intelmq.lib.datatypes`: Remove unneeded Dict39 alias (PR#2639 by Nakul Rajpal, fixes #2635)
22
25
23
26
### Development
24
27
@@ -27,9 +30,11 @@ Please refer to the [NEWS](NEWS.md) for a list of changes which have an affect o
27
30
### Bots
28
31
#### Collectors
29
32
-`intelmq.bots.collectors.shodan.collector_alert`: Added a new collector to query the Shodan Alert API (PR#2618 by Sebastian Wagner and Malawi CERT).
33
+
- Remove `intelmq.bots.collectors.blueliv` as it uses an unmaintained library, does not work any more and breaks other CI tests (fixes #2593, PR#2632 by Sebastian Wagner).
30
34
31
35
#### Parsers
32
36
-`intelmq.bots.parsers.cymru.parser_cap_program`: Add mapping for TOR and ipv6-icmp protocol (PR#2621 by Mikk Margus Möll).
37
+
- Remove `intelmq.bots.collectors.blueliv` as it is obsolete with the removed collector (PR#2632 by Sebastian Wagner).
33
38
34
39
#### Experts
35
40
-`intelmq.bots.experts.asn_lookup.expert`:
@@ -40,6 +45,7 @@ Please refer to the [NEWS](NEWS.md) for a list of changes which have an affect o
40
45
- Use database path matching to installation type (PR#2606 by Sebastian Wagner).
41
46
- Add new mode `random_single_value` (PR#2601 by Sebastian Wagner).
42
47
-`intelmq.bots.experts.sieve.expert`: Test for textX dependency in self-check (PR#2605 by Sebastian Wagner).
48
+
-`intelmq.bots.experts.trusted_introducer_lookup.expert`: Change to new TI database URL (fixes #2620, PR#2633 by Sebastian Wagner).
43
49
44
50
#### Outputs
45
51
-`intelmq.bots.outputs.smtp_batch.output`:
@@ -56,6 +62,7 @@ Please refer to the [NEWS](NEWS.md) for a list of changes which have an affect o
56
62
### Packaging
57
63
- Replace `/opt/intelmq` example paths in bots with variable `VAR_STATE_PATH` for correct paths in LSB-path setups like with packages (PR#2587 by Sebastian Wagner).
58
64
- New deb-package `intelmq-contrib` with all `contrib/` scripts and documentation (PR#2614 by Sebastian Wagner).
65
+
- New deb-package `intelmq-autostart` containing systemd services and timers to start all enabled IntelMQ bots at boot and periodically (PR#2638 by Sebastian Wagner).
59
66
60
67
### Tests
61
68
-`intelmq.tests.lib.test_pipeline.TestAmqp.test_acknowledge`: Skip on all Python versions when running on CI (PR#2602 by Sebastian Wagner).
@@ -67,8 +74,10 @@ Please refer to the [NEWS](NEWS.md) for a list of changes which have an affect o
67
74
-`intelmq.bin.intelmq_psql_initdb`: Use `JSONB` type by default, Postgres supports it since version 9 (PR#2597 by Sebastian Wagner).
68
75
-`intelmq.bin.rewrite_config_files`: Removed obsolete JSON configuration file rewriter (PR#2613 by Sebastian Wagner).
69
76
-`intelmq/lib/bot_debugger.py`: Fix overwriting the runtime logging level by command line parameter (PR#2603 by Sebastian Wagner, fixes #2563).
77
+
-`intelmq.bin.intelmqctl`: Fix bot log level filtering (PR#2607 by Sebastian Wagner, fixes #2596).
70
78
71
79
### Contrib
80
+
- Bash Completion: Adapt to YAML-style runtime configuration (PR#2642 by Sebastian Wagner, fixes #2094).
0 commit comments