fix(dcrouter): use constructor routes for remote ingress setup and bump smartproxy dependency

This commit is contained in:
2026-03-19 22:01:50 +00:00
parent ee831ea057
commit 76fd563e21
6 changed files with 15 additions and 9 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-19 - 11.8.1 - fix(dcrouter)
use constructor routes for remote ingress setup and bump smartproxy dependency
- Switch remote ingress initialization to use constructorRoutes instead of smartProxyConfig routes so derived edge ports are based on the active route set.
- Update @push.rocks/smartproxy from ^25.16.2 to ^25.16.3.
## 2026-03-19 - 11.8.0 - feat(remoteingress)
add UDP listen port derivation and edge configuration support