From 593d45d85bca43ca360ba1ea15ac5dfc0d617a75 Mon Sep 17 00:00:00 2001 From: Peter Paul Bakker Date: Sat, 15 Apr 2023 18:38:37 +0200 Subject: [PATCH] version 3.0.0: added release notes --- README.md | 24 ++++++++++++------------ RELEASE.md | 12 ++++++++++++ pom.xml | 2 +- src/test/resources/example-pom.xml | 2 +- 4 files changed, 26 insertions(+), 14 deletions(-) create mode 100644 RELEASE.md diff --git a/README.md b/README.md index f60df6b..059d3e8 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,18 @@ For example (from [example-pom.xml](src/test/resources/example-pom.xml)): ${eventScheduleScript} + + ${systemUnderTest} + ${version} + ${workload} + ${testEnvironment} + ${testRunId} + ${buildResultsUrl} + ${rampupTimeInSeconds} + ${constantLoadTimeInSeconds} + ${annotations} + ${tags} + PerfanaEvent1 @@ -40,18 +52,6 @@ For example (from [example-pom.xml](src/test/resources/example-pom.xml)): my_value <__var2>my_value_2 - - ${systemUnderTest} - ${version} - ${workload} - ${testEnvironment} - ${testRunId} - ${buildResultsUrl} - ${rampupTimeInSeconds} - ${constantLoadTimeInSeconds} - ${annotations} - ${tags} - diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000..4372bc2 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,12 @@ +# Release notes Perfana Java Client + +## 3.0.0 - April 2023 + +* use event-scheduler 4.0.0: no more TestConfig at Event level +* added init call to Perfana to fetch Perfana generated testRunId + * avoids issues with reused testRunIds + * if Perfana version with /init api call is present this will be used: if not the behavior is the same as before + * if not present, testRunId must be set in TestConfig + * use `true` to override the testRunId from Perfana +* fix message parsing for Perfana api benchmark 202 responses +* use java 11 instead of java 8 \ No newline at end of file diff --git a/pom.xml b/pom.xml index dc477b8..7d1d4a4 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ io.perfana perfana-java-client - 3.0.0-SNAPSHOT + 3.0.0 Perfana java client for integrating performance test tools jar diff --git a/src/test/resources/example-pom.xml b/src/test/resources/example-pom.xml index f7a7b2c..adc0390 100644 --- a/src/test/resources/example-pom.xml +++ b/src/test/resources/example-pom.xml @@ -29,7 +29,7 @@ UTF-8 1.1.1 - 1.6.0-SNAPSHOT + 3.0.0-SNAPSHOT ${BUILD_URL}