Skip to content

Releases: locustio/locust

2.18.0

26 Oct 10:17
Compare
Choose a tag to compare

What's Changed

  • Make FastHttpUser use requests encoding detection by @cyberw in #2416
  • Add a modern web UI based on React, MaterialUI and Vite by @andrewbaldwin44 in #2405
  • Add run_single_user to __all__ variable by @tdadela in #2417
  • Modernize the report.html when using the --modern-ui Flag by @andrewbaldwin44 in #2420
  • Stop supporting Python 3.7 by @cyberw in #2421
  • Fix too long first wait time for constant_pacing (and constant_throughput) by @cyberw in #2428
  • refactor(MasterRunner): simplify condition in check_stopped by @tdadela in #2432

New Contributors

Full Changelog: 2.17.0...2.18.0

2.17.0

05 Oct 17:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.16.1...2.17.0

2.16.1

05 Aug 14:13
Compare
Choose a tag to compare

What's Changed

  • Deprecate LOCUST_PLAYWRIGHT env var by @cyberw in #2378
  • Import locust_plugins if available to give access to its custom arguments by @cyberw in #2379
  • Delay importing locust-plugins to prevent circular import by @cyberw in #2380

Full Changelog: 2.16.0...2.16.1

2.16.0

04 Aug 11:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.15.1...2.16.0

2.15.1

14 Mar 13:19
Compare
Choose a tag to compare

What's Changed

  • Add PERCENTILES_TO_CHART param in stats.py to make the Response Time Chart configurable by @A1BOCO in #2313
  • Update helper text by @rafaelhdr in #2317

New Contributors

Full Changelog: 2.15.0...2.15.1

2.15.0

28 Feb 14:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.14.2...2.15.0

2.14.2

04 Jan 11:28
Compare
Choose a tag to compare

Re-add py.typed marker file to package (it was missing in 2.14.1) #2282

Full Changelog: 2.14.1...2.14.2

2.14.1

03 Jan 08:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.14.0...2.14.1

2.14.0

13 Dec 10:39
Compare
Choose a tag to compare

Add rest method to FastHttpUser to facilitate easy REST/JSON API testing (https://docs.locust.io/en/stable/increase-performance.html#rest)

What's Changed

New Contributors

Full Changelog: 2.13.2...2.14.0

2.13.2

09 Dec 16:06
Compare
Choose a tag to compare

What's Changed

  • Fix: Ask worker to reconnect if master gets a broken RPC message by @marcinh in #2271

Full Changelog: 2.13.1...2.13.2