feat: support rustls-0.23, quinn-0.11, and s2n-quic-0.38(unreleased)

This commit is contained in:
Jun Kurihara 2024-05-28 22:35:42 +09:00
commit 53055ab068
No known key found for this signature in database
GPG key ID: 48ADFD173ED22B03
14 changed files with 51 additions and 960 deletions

View file

@ -2,7 +2,10 @@
## 0.8.0 (Unreleased)
## 0.7.1 -- 0.7.3
- Breaking: Support for `rustls`-0.23.x for http/1.1, 2 and 3. No configuration update is needed at this point.
- Breaking: Along with `rustls`, the cert manager was split from `rpxy-lib` and moved to a new inner crate `rpxy-cert`. This change is to make the cert manager reusable for other projects and to support not only static file based certificates but also other types, e.g., dynamic fetching and management via ACME, in the future.
## 0.7.1 -- 0.7.2
- deps and patches