From 7fc3da9a72d8a42b4ffef1c497b4380f2ea95a33 Mon Sep 17 00:00:00 2001 From: CFC4N Date: Wed, 9 Oct 2024 23:53:48 +0800 Subject: [PATCH] release: v0.8.8 Signed-off-by: CFC4N --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcf42d825..dc9780164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,19 @@ -# v0.8.7 (2024-10-07) +# v0.8.8 (2024-10-09) ## What's Changed +**Full Changelog**: https://github.com/gojue/ecapture/compare/v0.8.7...v0.8.8 +
+ +# v0.8.7 (2024-10-07) +## What's Changed + +* feat: remove tcp packet limitation by @yuweizzz in https://github.com/gojue/ecapture/pull/619 +* kern: support openssl 3.3.2/3.2.3/3.1.7/3.0.15 by @cfc4n in https://github.com/gojue/ecapture/pull/624 +* workflows: update linux source tgz file version. by @cfc4n in https://github.com/gojue/ecapture/pull/644 +* fix the issue with retrieving the return value of the Read function in the Golang TLS module. by @cfc4n + in https://github.com/gojue/ecapture/pull/646 + **Full Changelog**: https://github.com/gojue/ecapture/compare/v0.8.6...v0.8.7