update
This commit is contained in:
@@ -1,5 +1,14 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-07-22 - 21.1.1 - fix(detection)
|
||||||
|
Fix SNI detection in TLS detector
|
||||||
|
|
||||||
|
- Restored proper TLS detector implementation with ClientHello parsing
|
||||||
|
- Fixed imports to use new protocols module locations
|
||||||
|
- Added missing detectWithContext method for fragmented detection
|
||||||
|
- Fixed method names to match BufferAccumulator interface
|
||||||
|
- Removed unused import readUInt24BE
|
||||||
|
|
||||||
## 2025-07-21 - 21.1.0 - feat(protocols)
|
## 2025-07-21 - 21.1.0 - feat(protocols)
|
||||||
Refactor protocol utilities into centralized protocols module
|
Refactor protocol utilities into centralized protocols module
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartproxy",
|
"name": "@push.rocks/smartproxy",
|
||||||
"version": "21.1.0",
|
"version": "21.1.1",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A powerful proxy package with unified route-based configuration for high traffic management. Features include SSL/TLS support, flexible routing patterns, WebSocket handling, advanced security options, and automatic ACME certificate management.",
|
"description": "A powerful proxy package with unified route-based configuration for high traffic management. Features include SSL/TLS support, flexible routing patterns, WebSocket handling, advanced security options, and automatic ACME certificate management.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
Reference in New Issue
Block a user