[go: nahoru, domu]

Skip to content

Releases: dist-sys/mqttloader

Release v0.8.6

22 Jul 16:16
c348e9f
Compare
Choose a tag to compare
  • Fix issue #32 .
  • Fix a problem of log output in Linux environment.
  • Update Gradle wrapper version from 7.6 to 8.2.

Release v0.8.5

17 Feb 12:54
a2a1b33
Compare
Choose a tag to compare
  • 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

22 May 12:54
659f9dd
Compare
Choose a tag to compare

Support PEM format files for more easy use of TLS authentication.

Release v0.8.3

04 Feb 14:24
e3b2ed2
Compare
Choose a tag to compare
  • 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

02 Nov 10:13
8270539
Compare
Choose a tag to compare

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

26 Mar 08:46
7c0afa0
Compare
Choose a tag to compare

Removed the following JVM options in build.gradle:

  • "--illegal-access=deny"
  • "--add-opens=java.base/java.net=ALL-UNNAMED"

Release v0.8.0

08 Feb 13:55
fcf0bcc
Compare
Choose a tag to compare
  • 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

16 Nov 07:52
2cf7b32
Compare
Choose a tag to compare

Add two parameters -un and -pw to support password authentication.

Release v0.7.2

16 Sep 08:23
bd941d9
Compare
Choose a tag to compare
  • Refactor codes.
  • Add Gradle Wrapper.
  • Support compatibility with Java SE 8 or later.

Release v0.7.1

11 Sep 18:28
c9e3787
Compare
Choose a tag to compare
  • Improve the accuracy of the measurement start time calculation.
  • Refine the display of results.
  • Update usage documents.