fix(router): Improve path pattern matching and hostname prioritization in router
This commit is contained in:
parent
0e281b3243
commit
9bd87b8437
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# 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)
|
## 2025-03-06 - 3.28.3 - fix(PortProxy)
|
||||||
Ensure timeout values are within Node.js safe limits
|
Ensure timeout values are within Node.js safe limits
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartproxy',
|
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.'
|
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.'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user