File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 1.1.0] - 2024-10-23
4+
5+ ### Added
6+ - Use Testcontainers to test interoperability with Locust master (#4 )
7+ - Shutdown Worker when Master stops responding (#6 )
8+
9+ ### Fixed
10+ - Cancel worker tasks after Quit message from controller (#4 )
11+
12+ ### Changed
13+ - Refactor to use structured logging (#7 )
14+ - Remove unnecessary dependencies (#7 )
15+
16+ ## [ 1.0.0] - 2024-09-23
17+
18+ Initial Release!
19+
20+ Published to Maven central.
21+
22+ https://central.sonatype.com/artifact/com.onepeloton.locust4k/locust4k
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Inspired by [locust4j](https://github.com/myzhan/locust4j).
1010Import as a Maven or Gradle dependency:
1111
1212``` text
13- implementation("com.onepeloton.locust4k:locust4k:1.0 .0")
13+ implementation("com.onepeloton.locust4k:locust4k:1.1 .0")
1414```
1515
1616Create one or more
You can’t perform that action at this time.
0 commit comments