Skip to content

Commit 070be87

Browse files
committed
release v1.4.1
Signed-off-by: CFC4N <[email protected]>
1 parent 3b3d0ae commit 070be87

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,38 @@
1+
# v1.4.1 (2025-08-23)
2+
3+
## What's Changed
4+
5+
**Full Changelog**: https://github.com/gojue/ecapture/compare/v1.4.0...v1.4.1
6+
<hr>
7+
18
# v1.4.0 (2025-08-11)
29

310
## What's Changed
411

12+
* feat: implement WebSocket client and server for log transmission by @cfc4n
13+
in https://github.com/gojue/ecapture/pull/806
14+
* Fix: Correctly resolve relative paths in /etc/ld.so.conf by @foxayy in https://github.com/gojue/ecapture/pull/808
15+
* fix: missing trailing bytes for some keys in gotls keylog by @yhlooo in https://github.com/gojue/ecapture/pull/812
16+
* feat: add WebSocket server and PacketData structure for log handling by @cfc4n
17+
in https://github.com/gojue/ecapture/pull/810
18+
* feat: refactor event types to use unified Type structure across events by @cfc4n
19+
in https://github.com/gojue/ecapture/pull/814
20+
* feat: add GitHub Actions workflow for PR debug builds and artifact uploads by @cfc4n
21+
in https://github.com/gojue/ecapture/pull/815
22+
* fix: update GitHub Actions workflow for PR debug builds and artifact uploads by @cfc4n
23+
in https://github.com/gojue/ecapture/pull/817
24+
* fix: correct return statements and improve error handling in BoringSSL by @cfc4n
25+
in https://github.com/gojue/ecapture/pull/816
26+
* feat: implement OpenSSL version downgrade logic and improve logging by @cfc4n
27+
in https://github.com/gojue/ecapture/pull/819
28+
* feat: update OpenSSL version offsets for 3.0, 3.2, 3.3, 3.4, and 3.5 by @cfc4n
29+
in https://github.com/gojue/ecapture/pull/820
30+
31+
## New Contributors
32+
33+
* @foxayy made their first contribution in https://github.com/gojue/ecapture/pull/808
34+
* @yhlooo made their first contribution in https://github.com/gojue/ecapture/pull/812
35+
536
**Full Changelog**: https://github.com/gojue/ecapture/compare/v1.3.1...v1.4.0
637
<hr>
738

0 commit comments

Comments
 (0)