From 6cfb787613accdb883327771c4fa9df5d0982eec Mon Sep 17 00:00:00 2001 From: "Travis H." <84813179+travispeloton@users.noreply.github.com> Date: Wed, 23 Oct 2024 08:23:32 -0700 Subject: [PATCH] USP-3875 Release v1.1.0 (#8) --- CHANGELOG.md | 22 ++++++++++++++++++++++ README.md | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..394a150 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 8132698..eaf7abf 100644 --- a/README.md +++ b/README.md @@ -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