Release 0.4.2
This is the next point release for Velociraptor - Digging deeper! This release introduces a number of new features as well as bug fixes and performance enhancements. Thanks everyone for reporting issues through the issue board and Discord!
This release brings many bug fixes and improvements. The main feature in this release is a new MySQL based data store. This data store should be considered as alpha, please do not yet use for production but if you are able to test it, we would appreciate the bug reports and feedback. Specifically we are interested in how this new data store responds to high load. We will use the MySQL data store in order to enable a distributed frontend architecture in the next release.
To enable the mysql data store, create a database and update your server.config.yaml
Datastore:
implementation: MySQL
mysql_username: root
mysql_password: password
mysql_server: 127.0.0.1
mysql_database: velociraptor