mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-01 00:23:48 +03:00
Update README and CHANGES for 0.10.4
This commit is contained in:
parent
078c991574
commit
dfa389c9df
2 changed files with 16 additions and 1 deletions
15
dist/CHANGES.txt
vendored
15
dist/CHANGES.txt
vendored
|
@ -1,5 +1,20 @@
|
|||
CHANGES
|
||||
|
||||
0.10.4 (June 28, 2017)
|
||||
- Vendor all dependencies
|
||||
- Improve MITM detection, add experimental Tor browser support
|
||||
- New requestid directive to add request IDs to each request
|
||||
- New HTTP plugins supported: authz, grpc, gopkg, reauth, restic
|
||||
- browse: Refreshed default UI and added symlink indicators
|
||||
- errors, log: Added rotate_compress directive to compress rolled logs
|
||||
- markdown: Template files loaded at each request instead of just once
|
||||
- proxy: Allow multiple Server header fields on downstream response
|
||||
- proxy: Perform health checks by body substring
|
||||
- rewrite,redir: Added 'not_starts_with' and 'not_ends_with' operators
|
||||
- tls: New ca subdirective to specify CA endpoint per-site
|
||||
- Several bug fixes
|
||||
|
||||
|
||||
0.10.3 (May 19, 2017)
|
||||
- Replace 'maxrequestbody' directive with 'limits' directive
|
||||
- proxy: Configurable port for health check
|
||||
|
|
2
dist/README.txt
vendored
2
dist/README.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
CADDY 0.10.3
|
||||
CADDY 0.10.4
|
||||
|
||||
Website
|
||||
https://caddyserver.com
|
||||
|
|
Loading…
Reference in a new issue