-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a4cd91
commit 593d45d
Showing
4 changed files
with
26 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 `<overrideTestRunId>true</overrideTestRunId>` to override the testRunId from Perfana | ||
* fix message parsing for Perfana api benchmark 202 responses | ||
* use java 11 instead of java 8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters