From a335b447108eeb9d45678e34fb303dd0f4e46355 Mon Sep 17 00:00:00 2001 From: CFC4N Date: Fri, 6 Sep 2024 23:17:27 +0800 Subject: [PATCH] release: v0.8.6 Signed-off-by: CFC4N --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94ebec9c1..00b795fe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +# v0.8.6 (2024-09-06) +## What's Changed + +**Full Changelog**: https://github.com/gojue/ecapture/compare/v0.8.5...v0.8.6 +
+ # v0.8.5 (2024-08-19) ## What's Changed +* feat: parse http2 data in text mode by @yuweizzz in https://github.com/gojue/ecapture/pull/580 +* pkg: add http2 request/response unit test. by @cfc4n in https://github.com/gojue/ecapture/pull/583 +* feat: allow capture ipv6 packet by @yuweizzz in https://github.com/gojue/ecapture/pull/586 +* workflows: remove Qodana CI workflow. by @cfc4n in https://github.com/gojue/ecapture/pull/589 +* Constant parameter notice by @cfc4n in https://github.com/gojue/ecapture/pull/591 +* user: split loggers, which are divided into loggers and event collectors by @cfc4n in https://github.com/gojue/ecapture/pull/592 **Full Changelog**: https://github.com/gojue/ecapture/compare/v0.8.4...v0.8.5