locust v1.5.2 Release Notes

Release Date: 2021-05-12 // almost 3 years ago
  • Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿš€ Locust stopped working after Flast 2.0 got released #1759
    • โœ… GRPC compatibility : Locust load test throws greenlet.GreenletExit exception on reaching test time limit #1676

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ“Œ Pin flask version to 1.1.2. Fixes #1759 #1760 (cyberw)
    • Measure elapsed time using time.perf_counter() #1758 (cyberw)
    • โž• Add gRPC load test example #1755 (beandrad)