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.' }