fix(readme): clarify unified runtime configuration and firewall update behavior

This commit is contained in:
2026-03-26 17:05:38 +00:00
parent 1a62c52d24
commit 8fa3d414dd
3 changed files with 26 additions and 31 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-26 - 4.15.1 - fix(readme)
clarify unified runtime configuration and firewall update behavior
- Updates the architecture and feature descriptions to reflect that ports, firewall rules, and rate limits are pushed together in a single config update
- Clarifies that firewall configuration is delivered via FRAME_CONFIG on handshake and subsequent updates, with atomic full-rule replacement at the edge
- Simplifies and reorganizes README wording around edge and hub responsibilities without changing implementation behavior
## 2026-03-26 - 4.15.0 - feat(edge,hub)
add hub-controlled nftables firewall configuration for remote ingress edges