|
35 | 35 | - `intelmq.lib.upgrades`: Replace deprecated instances of `url2fqdn` experts by the new `url` expert in runtime configuration (PR#2432 by Sebastian Wagner). |
36 | 36 | - `intelmq.lib.bot`: Ensure closing log files on reloading (PR#2435 by Kamil Mankowski). |
37 | 37 | - AMQP Pipeline: fix SSL context to pointing to create a client-side connection that verifies the server (PR by Kamil Mankowski). |
| 38 | +- Only load the config once when starting intelmqctl (which makes IntelMQ API calls take less time) (PR#2444 by DigitalTrustCenter). |
38 | 39 |
|
39 | 40 | ### Development |
40 | 41 | - Makefile: Add codespell and test commands (PR#2425 by Sebastian Wagner). |
|
63 | 64 | `ssl_ca_cert`, `ssl_cl_cert`, `ssl_cl_cert_key`. |
64 | 65 | - Minor fixes/improvements and some refactoring (see also above: *Core*...). |
65 | 66 | - `intelmq.bots.collectors.amqp`: fix SSL context to pointing to create a client-side connection that verifies the server (PR by Kamil Mankowski). |
| 67 | +- `intelmq.bots.collectors.shadowserver.collector_reports_api`: |
| 68 | + - The 'json' option is no longer supported as the 'csv' option provides better performance (PR#2372 by elsif2). |
66 | 69 |
|
67 | 70 | #### Parsers |
68 | | - - `intelmq.bots.parsers.netlab_360.parser`: Removed as the feed is discontinued. (#2442 by Filip Pokorný) |
69 | | - - `intelmq.bots.parsers.webinspektor.parser`: Removed as the feed is discontinued. (#2442 by Filip Pokorný) |
70 | | - - `intelmq.bots.parsers.sucuri.parser`: Removed as the feed is discontinued. (#2442 by Filip Pokorný) |
| 71 | +- `intelmq.bots.parsers.netlab_360.parser`: Removed as the feed is discontinued. (#2442 by Filip Pokorný) |
| 72 | +- `intelmq.bots.parsers.webinspektor.parser`: Removed as the feed is discontinued. (#2442 by Filip Pokorný) |
| 73 | +- `intelmq.bots.parsers.sucuri.parser`: Removed as the feed is discontinued. (#2442 by Filip Pokorný) |
| 74 | +- `intelmq.bots.parsers.shadowserver._config`: |
| 75 | + - Switch to dynamic configuration to decouple report schema changes from IntelMQ releases by regularly downloading them from the Shadowserver server (PR#2372 by elsif2). |
71 | 76 |
|
72 | 77 | #### Experts |
73 | 78 | - `intelmq.bots.experts.jinja` (PR#2417 by Mikk Margus Möll): |
|
103 | 108 | - Update/fix/improve the stuff related to the STOMP bots and integration with the *n6*'s |
104 | 109 | Stream API (PR#2408 and PR#2414 by Jan Kaliszewski). |
105 | 110 | - Complete documentation overhaul. Change to markdown format. Uses the mkdocs-material (PR#2419 by Filip Pokorný). |
| 111 | +- Adds warning banner if not browsing the latest version of the docs (PR#2445 by Filip Pokorný). |
| 112 | +- Fix logo path in index.md when building the docs (PR#2445 by Filip Pokorný). |
106 | 113 |
|
107 | 114 | ### Packaging |
108 | 115 | - Add `pendulum` to suggested packages, as it is required for the sieve bot (PR#2424 by Sebastian Wagner). |
|
162 | 169 | - added support for `Subject NOT LIKE` queries, |
163 | 170 | - added support for multiple values in ticket subject queries. |
164 | 171 | - `intelmq.bots.collectors.rsync`: Support for optional private key, relative time parsing for the source path, extra rsync parameters and strict host key checking (PR#2241 by Mateo Durante). |
165 | | -- `intelmq.bots.collectors.shadowserver.collector_reports_api`: |
166 | | - - The 'json' option is no longer supported as the 'csv' option provides better performance. |
167 | 172 |
|
168 | 173 | #### Parsers |
169 | 174 | - `intelmq.bots.parsers.shadowserver._config`: |
|
0 commit comments