fix(smartproxy): Fix route security configuration location and improve ACME timing tests and socket mock implementations
This commit is contained in:
10
changelog.md
10
changelog.md
@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-05-29 - 19.5.3 - fix(smartproxy)
|
||||
Fix route security configuration location and improve ACME timing tests and socket mock implementations
|
||||
|
||||
- Move route security from action.security to the top-level route.security to correctly enforce IP allow/block lists (addresses failing in test.route-security.ts)
|
||||
- Update readme.problems.md to document the routing security configuration issue with proper instructions
|
||||
- Adjust certificate metadata in certs/static-route/meta.json with updated timestamps
|
||||
- Update test.acme-timing.ts to export default tap.start() instead of tap.start() to ensure proper parsing
|
||||
- Improve socket simulation and event handling mocks in test.http-fix-verification.ts and test.http-forwarding-fix.ts to more reliably mimic net.Socket behavior
|
||||
- Minor adjustments in multiple test files to ensure proper port binding, race condition handling and route lookups (e.g. getRoutesForPort implementation)
|
||||
|
||||
## 2025-05-29 - 19.5.2 - fix(test)
|
||||
Fix ACME challenge route creation and HTTP request parsing in tests
|
||||
|
||||
|
Reference in New Issue
Block a user