fix(smartproxy): Fix connection handling and improve route matching edge cases
This commit is contained in:
parent
47508eb1eb
commit
c5efee3bfe
@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# 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)
|
## 2025-05-29 - 19.5.3 - fix(smartproxy)
|
||||||
Fix route security configuration location and improve ACME timing tests and socket mock implementations
|
Fix route security configuration location and improve ACME timing tests and socket mock implementations
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartproxy',
|
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.'
|
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.'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user