mirror of
https://github.com/fabriziosalmi/caddy-waf.git
synced 2025-12-23 14:17:45 -05:00
1.2 KiB
1.2 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v0.1.5] - 2025-12-08
Fixed
- Fixed critical bug where POST request bodies were lost or truncated by using
io.MultiReaderto restore the full body stream (fixes #76).
[v0.1.4] - 2025-12-06
Security
- Fixed Panic vulnerability in
quic-goby upgrading tov0.54.0(requires Caddy v2.10.x and Go 1.25). - Addressed Dependabot Alert #7.
Changed
- Upgraded Caddy dependency to
v2.10.2. - Upgraded Go requirement to
1.25. - Improved CI workflows to use Go 1.25 for build and release.
[v0.1.3] - 2025-12-06
Fixed
- Downgraded
quic-gotov0.48.2and Caddy tov2.9.1to temporarily resolve Go version conflicts (superseded by v0.1.4). - Fixed import grouping for
gcilinter compliance. - Fixed GitHub Actions release workflow.
[v0.1.2] - 2025-12-06
Added
- SOTA Engineering patterns (Zero-Copy headers, Wait-Free Ring Buffer, Circuit Breaker).
- ASN Blocking support.
- Configurable Request Body size limit.
- GeoIP Fail Open configuration.