Skip to content

Commit 2b408db

Browse files
committed
Update changelog
1 parent c5af270 commit 2b408db

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

Diff for: CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
# Detailed changelog
22
The most important changes can also be found in [the documentation](https://docs.locust.io/en/latest/changelog.html).
33

4+
## [2.33.0](https://github.com/locustio/locust/tree/2.33.0) (2025-02-24)
5+
6+
[Full Changelog](https://github.com/locustio/locust/compare/2.33.0...2.33.0)
7+
8+
**Fixed bugs:**
9+
10+
- uv.lock ends up in root of site-packages [\#3053](https://github.com/locustio/locust/issues/3053)
11+
12+
## [2.33.0](https://github.com/locustio/locust/tree/2.33.0) (2025-02-22)
13+
14+
[Full Changelog](https://github.com/locustio/locust/compare/2.32.10...2.33.0)
15+
16+
**Fixed bugs:**
17+
18+
- UnboundLocalError: local variable 'user\_count' referenced before assignment [\#3051](https://github.com/locustio/locust/issues/3051)
19+
20+
**Merged pull requests:**
21+
22+
- docs: update python-requests documentation links [\#3059](https://github.com/locustio/locust/pull/3059) ([n0h0](https://github.com/n0h0))
23+
- dos: correct venv activation path in docs [\#3058](https://github.com/locustio/locust/pull/3058) ([n0h0](https://github.com/n0h0))
24+
- Use enter to automatically open web UI in default browser [\#3057](https://github.com/locustio/locust/pull/3057) ([cyberw](https://github.com/cyberw))
25+
- Update vite to 6.0.11 [\#3056](https://github.com/locustio/locust/pull/3056) ([cyberw](https://github.com/cyberw))
26+
- Remove uv lock file from build artifacts [\#3055](https://github.com/locustio/locust/pull/3055) ([mquinnfd](https://github.com/mquinnfd))
27+
- Improve error message on missing user\_count or spawn\_rate in swarm payload [\#3052](https://github.com/locustio/locust/pull/3052) ([cyberw](https://github.com/cyberw))
28+
- Enable HTML Report Filename Parsing [\#3049](https://github.com/locustio/locust/pull/3049) ([ktchani](https://github.com/ktchani))
29+
- FastHttpUser: Accept brotli and zstd compression encoding [\#3048](https://github.com/locustio/locust/pull/3048) ([kamilbednarz](https://github.com/kamilbednarz))
30+
- Bump vitest from 2.1.6 to 2.1.9 in /locust/webui [\#3044](https://github.com/locustio/locust/pull/3044) ([dependabot[bot]](https://github.com/apps/dependabot))
31+
432
## [2.32.10](https://github.com/locustio/locust/tree/2.32.10) (2025-02-18)
533

634
[Full Changelog](https://github.com/locustio/locust/compare/2.32.9...2.32.10)

0 commit comments

Comments
 (0)