aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec2b541b3..8183bf774 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,8 @@
- `--stride` The stride to use when selecting requests to playback
- `--onhost` Replay the recording inside the zenserver bypassing http overhead
- `--showmethodstats` Show statistics of which RPC methods are used
+- Feature: `--junit` switch to `xmake test` to generate junit style reports of tests.
+- Feature: CI build on GitHub now uploads junit test reports as artifact to the check for PR validation and mainline validation
- Bugfix: Make sure async responses are sent async correctly in httpsys
- Improvement: FileCas now keeps an up to date index of all the entries improving performance when getting cache misses on large payloads
- Changed: Exit with failure code on port conflict rather than reporting crash to Sentry