Releases: dist-sys/mqttloader
Releases · dist-sys/mqttloader
Release v0.8.6
Release v0.8.5
- Add measurement start time in the first line of the record file.
- Adjust interval between multiple publishers' sending to be interval/num_publishers.
- Update gradle wrapper version: 7.3.3 to 7.6.
Release v0.8.4
Support PEM format files for more easy use of TLS authentication.
Release v0.8.3
- Update Gradle wrapper version to 7.3.3.
- Use java.time.Instant class instead of System.currentTimeMillis
- Change timeunit of publish interval from millisecond to microsecond.
- Change timeunit in latency calculation from millisecond to microsecond.
Release v0.8.2
Change Gradle wrapper version from 6.6.1 to 7.2 for avoiding build error caused by that Gradle 6.x does not support Java 16.
Release v0.8.1
Removed the following JVM options in build.gradle:
- "--illegal-access=deny"
- "--add-opens=java.base/java.net=ALL-UNNAMED"
Release v0.8.0
- Support TLS authentication (including TLS client authentication).
- Introduce configuration file for setting parameters.
- Enable to specify the directory path to write out measurement record files.
Release v0.7.3
Add two parameters -un
and -pw
to support password authentication.
Release v0.7.2
- Refactor codes.
- Add Gradle Wrapper.
- Support compatibility with Java SE 8 or later.
Release v0.7.1
- Improve the accuracy of the measurement start time calculation.
- Refine the display of results.
- Update usage documents.