Skip to content

Releases: locustio/locust

2.0.0b4

28 Jul 21:02
Compare
Choose a tag to compare
2.0.0b4 Pre-release
Pre-release
  • Improve logging messages and clean up code after dispatch refactoring (2.0.0b4) #1826
  • Remove user_classes_count from heartbeat payload (2.0.0b4) #1825

2.0.0b3

16 Jul 21:54
Compare
Choose a tag to compare
2.0.0b3 Pre-release
Pre-release
  • Fire test_start and test_stop events on worker nodes #1777 (nathan-beam)
  • Add option to set concurrency of FastHttpUser/Session #1812 (soitinj)

2.0.0b2

12 Jul 13:11
Compare
Choose a tag to compare
2.0.0b2 Pre-release
Pre-release
  • Auto shrink request stats table to fit terminal #1811
  • Refactoring of the dispatch logic to improve performance #1809

2.0.0b1

05 Jul 21:25
Compare
Choose a tag to compare
2.0.0b1 Pre-release
Pre-release
  • Check version of workers when they connect. Warn if there is a mismatch, refuse 1.x workers to connect #1805 (2.0.0b1)
  • Change the default User weight to 1 instead of 10 #1803 (2.0.0b1)
  • Upgrade to flask 2 #1764 (2.0.0b1)
  • Move User selection responsibility from worker to master in order to fix unbalanced distribution of users and uneven ramp-up #1621 (2.0.0b0)

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