|
1 | 1 | # Detailed changelog
|
2 | 2 | The most important changes can also be found in [the documentation](https://docs.locust.io/en/latest/changelog.html).
|
3 | 3 |
|
4 |
| -## [2.33.0](https://github.com/locustio/locust/tree/2.33.0) (2025-02-24) |
| 4 | +## [2.33.2](https://github.com/locustio/locust/tree/2.33.2) (2025-03-14) |
5 | 5 |
|
6 |
| -[Full Changelog](https://github.com/locustio/locust/compare/2.33.0...2.33.0) |
| 6 | +[Full Changelog](https://github.com/locustio/locust/compare/2.33.1...2.33.2) |
7 | 7 |
|
8 | 8 | **Fixed bugs:**
|
9 | 9 |
|
| 10 | +- There was a heartbeat disconnect during the pressure test [\#3065](https://github.com/locustio/locust/issues/3065) |
| 11 | + |
| 12 | +**Closed issues:** |
| 13 | + |
| 14 | +- Error Logging in FastHttpUser [\#2937](https://github.com/locustio/locust/issues/2937) |
| 15 | + |
| 16 | +**Merged pull requests:** |
| 17 | + |
| 18 | +- Bump @babel/runtime from 7.22.15 to 7.26.10 in /locust/webui [\#3080](https://github.com/locustio/locust/pull/3080) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 19 | +- Update ruff to 0.10.0 [\#3079](https://github.com/locustio/locust/pull/3079) ([cyberw](https://github.com/cyberw)) |
| 20 | +- Optimize unit tests [\#3078](https://github.com/locustio/locust/pull/3078) ([cyberw](https://github.com/cyberw)) |
| 21 | +- Webui: Bump Vite Version for Dependabot [\#3074](https://github.com/locustio/locust/pull/3074) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) |
| 22 | +- Update uv to 0.6.5 and optimize docker start time [\#3073](https://github.com/locustio/locust/pull/3073) ([cyberw](https://github.com/cyberw)) |
| 23 | + |
| 24 | +## [2.33.1](https://github.com/locustio/locust/tree/2.33.1) (2025-03-08) |
| 25 | + |
| 26 | +[Full Changelog](https://github.com/locustio/locust/compare/2.33.0...2.33.1) |
| 27 | + |
| 28 | +**Fixed bugs:** |
| 29 | + |
| 30 | +- --iterations with locust==2.33.0 and locust-plugins==4.5.3 [\#3071](https://github.com/locustio/locust/issues/3071) |
10 | 31 | - uv.lock ends up in root of site-packages [\#3053](https://github.com/locustio/locust/issues/3053)
|
11 | 32 |
|
| 33 | +**Merged pull requests:** |
| 34 | + |
| 35 | +- Fix html file naming crash, simplify code [\#3072](https://github.com/locustio/locust/pull/3072) ([cyberw](https://github.com/cyberw)) |
| 36 | + |
12 | 37 | ## [2.33.0](https://github.com/locustio/locust/tree/2.33.0) (2025-02-22)
|
13 | 38 |
|
14 | 39 | [Full Changelog](https://github.com/locustio/locust/compare/2.32.10...2.33.0)
|
|
0 commit comments