Skip to content

Releases: anthonygauthier/jmeter-live-changes-config

Version 0.1.0

28 Aug 20:13
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

Note: This is a 1.0.0 Release Candidate

  • Fixed response from POST /variable which had the name of the Java class in it
  • Done #21
  • Fixed #16
  • Fixed #18
  • Added example JMX file - possibly needs to be refactored.
  • Refactored JSON objects of /threads to be more cohesive with /test/summary
  • Refactored base path of endpoints from /api/* to /v1/* to be OpenAPI3 compliant

Version 0.0.3

28 May 19:40
9ee083b
Compare
Choose a tag to compare
Version 0.0.3 Pre-release
Pre-release
  • Fixed #7
    • GET /api/threads now correctly returns the thread groups' information
  • Fixed #15
    • TravisCI was giving an error since the openjdk8 agent is no longer available. Now using openjdk13 as it's the java version used to develop the plugin.
  • Fixed #10
    • Completely reworked the GET /api/test/summary endpoint, most computations now use the Calculator class from the JMeter core.
  • The *.properties files are now correctly included in the pom.xml, text is now correctly shown in JMeter
  • Fixed #13 and #14
    • Side-fixes of the whole refactoring that was done in 0.0.3

Version 0.0.2

21 Mar 17:39
20481fc
Compare
Choose a tag to compare
Version 0.0.2 Pre-release
Pre-release

View the CHANGELOG.md file for a full list of changes.

Version 0.0.1

19 Feb 20:40
Compare
Choose a tag to compare
Version 0.0.1 Pre-release
Pre-release
Setup tmp documentation for the API