From b6d8b73599546019aa7b7502ff61abf4bd6b0c44 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 22 Jul 2025 06:24:36 +0000 Subject: [PATCH] update --- changelog.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 640ad3a..b2399bd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,14 @@ # 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) Refactor protocol utilities into centralized protocols module diff --git a/package.json b/package.json index 5408f81..8955ae4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartproxy", - "version": "21.1.0", + "version": "21.1.1", "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.", "main": "dist_ts/index.js",