Releases: echocat/caddy-filter
Releases · echocat/caddy-filter
v0.14.0
Improvements
- #45 Caddy's import path has changed
v0.13.0
Improvements
- #42 Enable Go Module to work better with Caddy upstream changes
Fixes
- #33 Duplicated headers could be introduced
v0.12.1
Fixes
- #40 Change version scheme to let Caddy integrate this plugin again while downloading from Caddy page
v0.12
Improvements
- #32
responseWriterWrapper
now implements http.CloseNotifier
- Migrated to Travis CI and much simpler build process
0.11
Improvements
- #25 responseWriterWrapper implement http.Hijacker interface to make forwardproxy happy
0.10
Fixes
- #24 Do not intercept websocket requests anymore
0.9
New features
- #21 Added times and environment variables to replacement patterns
0.8
Improvements
- #20 Added
path_content_type_combination
parameter to make it possible to decide if the user wants and
/or
and set it by default to and
.
0.7
Fixes
- #14 Multiple set of headers ignored.