Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Add changelog entry for options deps
Browse files Browse the repository at this point in the history
  • Loading branch information
0snap committed Feb 22, 2021
1 parent 4892b81 commit 51b3202
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ Every entry has a category for which we use the following visual abbreviations:

## Unreleased

- 🎁 Feature
The MISP plugin now uses [extra dependencies](https://www.python.org/dev/peps/pep-0508/#extras).
Users can now chose the wanted dependencies during installation by running
`pip install threatbus-misp[zmq]` to install the ZeroMQ dependency, or
`pip install threatbus-misp[kafka]` to install the Kafka dependency. The
plugin throws a fatal error if none of these dependencies is installed and
exits immediately.
[#99](https://github.com/tenzir/threatbus/pull/99)

- 🎁 Feature
The RabbitMQ backbone plugin, the In-memory backbone plugins, and the Zmq-app
plugin now support the
Expand Down

0 comments on commit 51b3202

Please sign in to comment.