Skip to content

Commit

Permalink
USP-3875 Release v1.1.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
travispeloton authored Oct 23, 2024
1 parent 189919e commit 6cfb787
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## [1.1.0] - 2024-10-23

### Added
- Use Testcontainers to test interoperability with Locust master (#4)
- Shutdown Worker when Master stops responding (#6)

### Fixed
- Cancel worker tasks after Quit message from controller (#4)

### Changed
- Refactor to use structured logging (#7)
- Remove unnecessary dependencies (#7)

## [1.0.0] - 2024-09-23

Initial Release!

Published to Maven central.

https://central.sonatype.com/artifact/com.onepeloton.locust4k/locust4k
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Inspired by [locust4j](https://github.com/myzhan/locust4j).
Import as a Maven or Gradle dependency:

```text
implementation("com.onepeloton.locust4k:locust4k:1.0.0")
implementation("com.onepeloton.locust4k:locust4k:1.1.0")
```

Create one or more
Expand Down

0 comments on commit 6cfb787

Please sign in to comment.