From 35cc75742566573c42b4cf813d2e7cc21ed68932 Mon Sep 17 00:00:00 2001 From: CFC4N Date: Mon, 19 Aug 2024 00:15:22 +0800 Subject: [PATCH] release v0.8.5 Signed-off-by: CFC4N --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f9603c92..94ebec9c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ +# v0.8.5 (2024-08-19) +## What's Changed + +**Full Changelog**: https://github.com/gojue/ecapture/compare/v0.8.4...v0.8.5 +
+ # v0.8.4 (2024-07-09) ## What's Changed +* add possible linux kernel config path by @w568w in https://github.com/gojue/ecapture/pull/561 +* workflows: add Qodana by @cfc4n in https://github.com/gojue/ecapture/pull/563 +* fix create output.log failed. by @cfc4n in https://github.com/gojue/ecapture/pull/566 +* pkg: fix send on closed channel by @cfc4n in https://github.com/gojue/ecapture/pull/567 +* fix: DumpResponse error in HEAD request by @yuweizzz in https://github.com/gojue/ecapture/pull/572 +* fix: truncated body dump error by @yuweizzz in https://github.com/gojue/ecapture/pull/573 +* kern: support openssl 3.3.* by @cfc4n in https://github.com/gojue/ecapture/pull/575 +* kern: Adjust the timing of key acquisition to distinguish between TLS by @cfc4n in https://github.com/gojue/ecapture/pull/576 + +## New Contributors +* @w568w made their first contribution in https://github.com/gojue/ecapture/pull/561 +* @yuweizzz made their first contribution in https://github.com/gojue/ecapture/pull/572 **Full Changelog**: https://github.com/gojue/ecapture/compare/v0.8.3...v0.8.4