Releases: anthonygauthier/jmeter-live-changes-config
Releases · anthonygauthier/jmeter-live-changes-config
Version 0.1.0
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
- 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 usingopenjdk13
as it's the java version used to develop the plugin.
- TravisCI was giving an error since the
- Fixed #10
- Completely reworked the
GET /api/test/summary
endpoint, most computations now use theCalculator
class from the JMeter core.
- Completely reworked the
- The
*.properties
files are now correctly included in thepom.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
View the CHANGELOG.md file for a full list of changes.
Version 0.0.1
Setup tmp documentation for the API