Releases: locustio/locust
Releases Β· locustio/locust
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.2
- List Python 3.9 as supported in the package/on PyPi
- Fix XSS vulnerability in the web UI (sounds important but really isn't, as Locust UI is not meant to be exposed to outside users)
(side note: I have also fixed the docker build process, so any tagged commit will push to locustio/locust:latest
, this was broken in the past)
1.3.1
- Bump minimum required gevent version to 20.9.0 (latest), as all the previous ones had sneaky binary incompatibilities with the latest version of greenlet ("RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject")
1.3.0
- Breaking change: Remove step-load feature (now that we have LoadTestShape it is no longer needed)
- More type hints to enable better code completion and linting of locustfiles
- Lots of documentation updates
Bug fixes:
- LoadTestShape.get_run_time is not relative to start of test #1557
- Refactor and fix delayed user stopping in combination with on_stop #1560
- runner.quit gets blocked by slow on stop #1552
- Remove legacy code that was only needed for py2
- Lots more (https://github.com/locustio/locust/blob/master/CHANGELOG.md)