feat(routes): add remote ingress controls and preserve-port targeting for route configuration

This commit is contained in:
2026-04-17 06:17:49 +00:00
parent 152110c877
commit 2891e5d3ee
6 changed files with 140 additions and 11 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-04-17 - 13.20.0 - feat(routes)
add remote ingress controls and preserve-port targeting for route configuration
- Allow route updates to remove optional top-level properties by treating null values like remoteIngress as explicit clears.
- Add route form support for preserving the matched incoming port when forwarding to backend targets.
- Add remote ingress enablement and edge filter controls to route create/edit views.
- Cover remoteIngress removal behavior with a runtime route manager test.
## 2026-04-16 - 13.19.1 - fix(routes)
preserve inline target ports when clearing network target references