feat(http3): add automatic HTTP/3 route augmentation for qualifying HTTPS routes

This commit is contained in:
2026-03-19 19:06:15 +00:00
parent 6d4e30e8a9
commit c7de3873d8
11 changed files with 503 additions and 10 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-03-19 - 11.6.0 - feat(http3)
add automatic HTTP/3 route augmentation for qualifying HTTPS routes
- introduce configurable HTTP/3 augmentation utilities for eligible SmartProxy routes on port 443
- apply HTTP/3 settings to both constructor-defined and stored programmatic routes, with global and per-route opt-out support
- export the HTTP/3 config type and add test coverage for qualification, augmentation behavior, and defaults
- bump @push.rocks/smartproxy to ^25.15.0 for HTTP/3-related support
## 2026-03-19 - 11.5.1 - fix(project)
no changes to commit