- Mainly focused on adapt code according to changes added in Locust v1.0.0. For details, refer to https://docs.locust.io/en/1.0/changelog.html.
- Option to control CSV statistics interval
- Now it is possible to group requests based on document id to show in Locust's statistics
- Add cli options for class weight and seed for wait time generator
- Function setup_locust now has positional-only and keyword-only arguments
- Fix nomenclatures inconsistency
- Add missing documentation
- Fix README.md and setup.cfg
- First release