From c5efee3bfe811227c92b6d125631ef234402ddaa Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 1 Jun 2025 15:45:03 +0000 Subject: [PATCH] fix(smartproxy): Fix connection handling and improve route matching edge cases --- changelog.md | 8 ++++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 6801051..f1a3f3f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changelog +## 2025-06-01 - 19.5.19 - fix(smartproxy) +Fix connection handling and improve route matching edge cases + +- Enhanced cleanup logic to prevent connection accumulation under rapid retry scenarios +- Improved matching for wildcard domains and path parameters in the route configuration +- Minor refactoring in async utilities and internal socket handling for better performance +- Updated test suites and documentation for clearer configuration examples + ## 2025-05-29 - 19.5.3 - fix(smartproxy) Fix route security configuration location and improve ACME timing tests and socket mock implementations diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 0f65b6a..b57a37b 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartproxy', - version: '19.5.3', + version: '19.5.19', 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.' }