This new v2.25.0 release brings several dependency security updates and bug fixes. An optional Host
URI support for the URL Redirects feature, a bug fix when capturing a Glob pattern using brace expansion for URL Rewrites/Redirects as well as other improvements.
Fixes
- 477ed00 Bugfix/security dependency updates including rustls, h2, regex, chrono, libc, async-compression, serde and other crates (also 32e86aa).
- 42f52e8 Wrong Glob brace expansion capture in URL Rewrites/Redirects. PR #304.
- 9f2a4f0 Docker: Alpine 3.18.5 update.
Features
- 8c6ab53 Optional
Host
URI support for the URL Redirects feature. PR #301.
This will allow users for example to perform www to non-www redirects or vice versa. See docs.
Refactorings
- 83e4277 Migrate TLS module to use
tokio-rustls
0.25. PR #303. - 1bbc703 CI: Cache Rust toolchain and Cargo directories for CI
devel
workflow. PR #300. - 67a2403 CI: Prefer cross precompiled binary on CI
devel
workflow. - ef9876a CI: Prefer cross precompiled binary on CI
release
workflow.
Docs
- 3076d08 Optional Host uri support for URL Redirects feature. See docs.
- dedefc5 Fix a few page typos.
Acknowledgments
Thanks to our new donors for supporting the project.