Skip to content

Releases: locustio/locust

2.0.0b0

05 Jul 19:22
Compare
Choose a tag to compare
2.0.0b0 Pre-release
Pre-release
  • Move User selection responsibility from worker to master in order to fix unbalanced distribution of users and uneven ramp-up #1621 (2.0.0b0)

1.6.0

27 Jun 07:54
Compare
Choose a tag to compare

1.5.3

17 May 14:33
Compare
Choose a tag to compare
  • Fix an issue with custom Users calling request_success/_failure.fire() not being added to statistics #1761 (that event was deprecated 1.5.0, but will work again now)

1.5.2

12 May 10:40
Compare
Choose a tag to compare
  • Pin version of flask to 1.1.2, fixing "KeyError: 'extensions'" #1759
  • Fix issue with GRPC compatibility and add GRPC example to documentation #1755
  • Use time.perf_counter() to calculate elapsed times everywhere, should only matter for Windows #1758

1.5.1

04 May 12:22
Compare
Choose a tag to compare
  • Fixed a minor issue with 1.5.0 where an extra parameter (start_time) was passed to request event #1754

1.5.0

04 May 09:10
Compare
Choose a tag to compare

Updated request event with context and deprecate request_failure/success #1750
Add response object to request event #1752

1.4.4

04 Apr 08:29
Compare
Choose a tag to compare
  • Ensure runner.quit finishes even when users are broken #1728
  • Make runner / user count available to LoadTestShape #1719
  • Other small fixes

1.4.3

28 Jan 00:32
Compare
Choose a tag to compare

Merged pull requests:

  • fix stats values for chart tooltips #1691 (aek)

1.4.2

26 Jan 18:35
Compare
Choose a tag to compare
  • Multiple improvements for charting including tooltips etc
  • Added –html option to save HTML report #1637
  • Lots of other small fixes

1.4.1

16 Nov 15:17
Compare
Choose a tag to compare
  • Fix 100% cpu usage when running in docker/non-tty terminal #1629