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 /variablewhich 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
/threadsto 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/threadsnow correctly returns the thread groups' information
- Fixed #15
- TravisCI was giving an error since the
openjdk8agent is no longer available. Now usingopenjdk13as 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/summaryendpoint, most computations now use theCalculatorclass from the JMeter core.
- Completely reworked the
- The
*.propertiesfiles 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