From 9bd87b8437784e978a2c6d0bd5247642458c6164 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 7 Mar 2025 02:54:34 +0000 Subject: [PATCH] fix(router): Improve path pattern matching and hostname prioritization in router --- changelog.md | 6 ++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 98b1326..12132ce 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-03-07 - 3.28.4 - fix(router) +Improve path pattern matching and hostname prioritization in router + +- Enhance path pattern matching capabilities +- Ensure hostname prioritization in routing logic + ## 2025-03-06 - 3.28.3 - fix(PortProxy) Ensure timeout values are within Node.js safe limits diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index b2329b9..a10fc71 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: '3.28.3', + version: '3.28.4', description: 'A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, and dynamic routing with authentication options.' }