1.0.2
Fixed bugs:
- Update flask version #1394
- 'Module' object is not callable #1387
- Got "unknown user exception" when use --step-load and --step-clients #1385
- SequentialTaskSet is broken when using local class members (headless mode) #1379
- FastHttpLocust + SNI #1369
Closed issues:
- We should check limits (ulimit) and warn if they are too low #1368
- Run locust as a job but still have access to the API. #1305
- error: argument --master-port: invalid int value bug #1226
Merged pull requests:
- Update flask requirement. Fixes #1394 #1395 (cyberw)
- Bump geventhttpclient and switch back to use its original repo + fix windows issue with resource module #1388 (cyberw)
- Rework quickstart documentation and update some documentation for 1.0 #1384 (cyberw)
- Make TaskSet .user and .parent read only properties, avoids / fixes #1379 #1380 (cyberw)
- Fixed typo #1378 (rahulrai-in)
- Try to increase open files limit and warn if it is still too low afterwards #1375 (cyberw)