|
| 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 | + |
1 | 8 | # v1.4.0 (2025-08-11) |
2 | 9 |
|
3 | 10 | ## What's Changed |
4 | 11 |
|
| 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 | + |
5 | 36 | **Full Changelog**: https://github.com/gojue/ecapture/compare/v1.3.1...v1.4.0 |
6 | 37 | <hr> |
7 | 38 |
|
|
0 commit comments