# Tenzir Node v4.8.1

## 🚀 Features

### Support setting profiles in the Velociraptor config

Jan 23, 2024 · [@dominiklohmann](https://github.com/dominiklohmann) · [#3848](https://github.com/tenzir/tenzir/pull/3848)

The `velociraptor` operator gained a new `--profile <profile>` option to support multiple configured Velociraptor instances. To opt into using profiles, move your Velociraptor configuration in `<configdir>/tenzir/plugin/velociraptor.yaml` from `<config>` to `profiles.<profile>.<config>`.

## 🐞 Bug Fixes

### Enable the AMQP plugin in the static binary

Jan 23, 2024 · [@dominiklohmann](https://github.com/dominiklohmann) · [#3854](https://github.com/tenzir/tenzir/pull/3854)

The `amqp` connector plugin was incorrectly packaged and unavailable in some build configurations. The plugin is now available in all builds.

Failing to create the virtualenv of the `python` operator caused subsequent uses of the `python` operator to silently fail. This no longer happens.

The Debian package now depends on `python3-venv`, which is required for the `python` operator to create its virtualenv.

[ Download on GitHub ](https://github.com/tenzir/tenzir/releases/tag/v4.8.1)

[Get the release artifacts and source code.](https://github.com/tenzir/tenzir/releases/tag/v4.8.1)