fix(router): Improve path pattern matching and hostname prioritization in router

This commit is contained in:
2025-03-07 02:54:34 +00:00
parent 0e281b3243
commit 9bd87b8437
2 changed files with 7 additions and 1 deletions

View File

@ -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