feat(exports): export datagram handler types and align tests with updated nftables and route security APIs

This commit is contained in:
2026-04-30 09:05:24 +00:00
parent e806f7257f
commit 2933ee5257
14 changed files with 622 additions and 684 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-04-30 - 27.10.0 - feat(exports)
export datagram handler types and align tests with updated nftables and route security APIs
- Exports TDatagramHandler and IDatagramInfo from the public index.
- Updates nftables integration tests for the new grouped status shape and null result after shutdown.
- Moves route IP allow list configuration to security and awaits the asynchronous listening ports API.
- Enables stricter TypeScript checks with noImplicitAny and safer error handling in tests.
## 2026-04-26 - 27.9.0 - feat(smart-proxy)
add hot-reloadable global ingress security policy across Rust and TypeScript proxy layers