Skip to content

Commit 2f74243

Browse files
committed
USP-3875 Release v1.1.0
1 parent 189919e commit 2f74243

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Inspired by [locust4j](https://github.com/myzhan/locust4j).
1010
Import 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

1616
Create one or more

0 commit comments

Comments
 (0)