feat(PortProxy): Add advanced TLS keep-alive handling and system sleep detection

This commit is contained in:
2025-03-08 12:40:55 +00:00
parent 54fbe5beac
commit 9d7ed21cba
3 changed files with 180 additions and 22 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-03-08 - 3.30.0 - feat(PortProxy)
Add advanced TLS keep-alive handling and system sleep detection
- Implemented system sleep detection to maintain keep-alive connections.
- Enhanced TLS keep-alive connections with extended timeout and sleep detection mechanisms.
- Introduced automatic TLS state refresh after system wake-up to prevent connection drops.
## 2025-03-07 - 3.29.3 - fix(core)
Fix functional errors in the proxy setup and enhance pnpm configuration