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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ CHANGELOG
11
11
-`ParserBot.recover_line_json_stream`: Make `line` parameter optional, as it is not needed for this method.
12
12
-`Bot.argparser`: Added class method `_create_argparser` (returns `argparse.ArgumentParser`) for easy command line arguments parsing.
13
13
- Runtime configuration does not necessarily need a parameter entry for each block. Previously and at least empty block was required (PR#1604 by Filip Pokorný).
14
-
- Allow setting the pipeline host and the redis cache host by environment variables for docker usage (PR#1669 by Sebastian Waldbauer).
14
+
- Allow setting the pipeline host and the Redis cache host by environment variables for docker usage (PR#1669 by Sebastian Waldbauer).
15
15
-`intelmq.lib.upgrades`:
16
16
- Add upgrade function for removal of *HPHosts Hosts file* feed and `intelmq.bots.parsers.hphosts` parser (#1559).
17
17
-`intelmq.lib.exceptions`:
@@ -20,7 +20,7 @@ CHANGELOG
20
20
-`create_request_session_from_bot`: Changed bot argument to optional, uses defaults.conf as fallback, renamed to `create_request_session`. Name `create_request_session_from_bot` will be removed in version 3.0.0.
21
21
-`log`: Use RotatingFileHandler for allow log file rotation without external tools (PR#1637 by Vasek Bruzek).
22
22
-`intelmq.lib.harmonization`:
23
-
- The `IPAddress` type sanitiation now accepts integer IP addresses and converts them to the string representation.
23
+
- The `IPAddress` type sanitation now accepts integer IP addresses and converts them to the string representation.
24
24
25
25
### Development
26
26
-`intelmq.bin.intelmq_gen_docs`: Add bot name to the `Feeds.md` documentation (PR#1617 by Birger Schacht).
@@ -33,8 +33,8 @@ CHANGELOG
33
33
-`intelmq.bots.collectors.http.collector_http`:
34
34
- Added PGP signature check functionality (PR#1602 by sinus-x).
35
35
- If status code is not 2xx, the request's and response's headers and body are logged in debug logging level (#1615).
-`intelmq.bots.collectors.xmpp.collector`: marked as deprecated (see https://lists.cert.at/pipermail/intelmq-users/2020-October/000177.html)
36
+
-`intelmq.bots.collectors.kafka.collector`: Added (PR#1654 by Birger Schacht, closes #1634)
37
+
-`intelmq.bots.collectors.xmpp.collector`: Marked as deprecated, see https://lists.cert.at/pipermail/intelmq-users/2020-October/000177.html (#1614, PR#1685 by Birger Schacht).
38
38
39
39
#### Parsers
40
40
-`intelmq.bots.parsers.eset.parser`: Added (PR#1554 by Mikk Margus Möll).
@@ -74,7 +74,7 @@ CHANGELOG
74
74
75
75
#### Outputs
76
76
-`intelmq.bots.outputs.rt`: Added Request Tracker output bot (PR#1589 by Marius Urkis).
77
-
-`intelmq.bots.outputs.xmpp.output`: marked as deprecated (see https://lists.cert.at/pipermail/intelmq-users/2020-October/000177.html)
77
+
-`intelmq.bots.outputs.xmpp.output`: Marked as deprecated, see https://lists.cert.at/pipermail/intelmq-users/2020-October/000177.html (#1614, PR#1685 by Birger Schacht).
78
78
79
79
### Documentation
80
80
- Feeds:
@@ -87,7 +87,7 @@ CHANGELOG
87
87
- Bots:
88
88
- Enhanced documentation of RFC1918 Expert.
89
89
- Enhanced documentation of SQL Output (PR #1620 by Edvard Rejthar).
90
-
- Updated documentation for Maxmind GeoIP, ASN Lookup, TOR Nodes and Recorded Future experts to reflect new `--update-database` option. (PR#1524 by Filip Pokorný)
90
+
- Updated documentation for MaxMind GeoIP, ASN Lookup, TOR Nodes and Recorded Future experts to reflect new `--update-database` option. (PR#1524 by Filip Pokorný)
91
91
- Add n6 Integration documentation.
92
92
- Moved 'Orphaned Queues' section from the FAQ to the intelmqctl documentation.
93
93
- Generate documentation using Sphinx (PR#1622 by Birger Schacht).
@@ -117,7 +117,7 @@ CHANGELOG
117
117
- Allow setting the pipeline host by environment variables for docker usage (PR#1669 by Sebastian Waldbauer).
118
118
119
119
### Contrib
120
-
-eventdb:
120
+
-EventDB:
121
121
- Add SQL script for keeping track of the oldest inserted/update "time.source" information.
122
122
- Cron Jobs: The script `intelmq-update-data` has been renamed to `intelmq-update-database`
Copy file name to clipboardExpand all lines: NEWS.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,10 @@ The documentation is now available at [intelmq.readthedocs.io](https://intelmq.r
32
32
The provided shell scripts use these new commands, however they are now deprecated and will be removed in version 3.0.
33
33
34
34
#### XMPP Bots
35
-
Both the XMPP output bot and the XMPP collector bot log a deprecation warning now. The plan is to remove them in version 3.0.
35
+
Both the XMPP output bot and the XMPP collector bot are deprecated.
36
+
The bots need to be migrate to another XMPP library (see [#1614](https://github.com/certtools/intelmq/issues/1614) for details) and a survey on the mailing listed revealed no users.
37
+
If you depend on this bot, please reach out to us via the mailing list or GitHub.
38
+
The bots are logging a deprecation warning now and the current plan is to remove them in IntelMQ version 3.0.
0 commit comments