mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-17 00:06:27 +03:00
Version 0.9.5
This commit is contained in:
parent
d8d339740b
commit
94e382ef0a
2 changed files with 21 additions and 1 deletions
20
dist/CHANGES.txt
vendored
20
dist/CHANGES.txt
vendored
|
@ -1,5 +1,25 @@
|
|||
CHANGES
|
||||
|
||||
0.9.5 (January 24, 2017)
|
||||
- New -validate flag to only check a Caddyfile, then exit
|
||||
- New {when_iso} placeholder for timestamp ISO 8601 in UTC
|
||||
- New {rewrite_path} and {rewrite_path_escaped} placeholders
|
||||
- New 'timeouts' directive to configure or disable HTTP timeouts
|
||||
- HTTP-level timeouts enabled by default
|
||||
- basicauth: Authorization header stripped upon successful login
|
||||
- browse: Added textbox to filter listing in default template
|
||||
- browse: Sanitize file names and links in default template
|
||||
- browse: Ensure active Caddyfile is hidden regardless of cwd
|
||||
- fastcgi: New 'root' property, mainly for use with containers
|
||||
- markdown: Apply some front matter fields as <meta> tags
|
||||
- proxy: Fixed HTTP/2 upstream to backend; honors -http CLI flag
|
||||
- proxy: Fixed websockets over HTTPS
|
||||
- proxy: Reduced memory usage and improved performance
|
||||
- proxy: Added support for HTTP trailers
|
||||
- tls: Fixed deadlock that affected some background renewals
|
||||
- Several other smaller bugs squashed and improvements made
|
||||
|
||||
|
||||
0.9.4 (December 21, 2016)
|
||||
- Updated QUIC
|
||||
- New maxrequestbody directive to limit size of request body
|
||||
|
|
2
dist/README.txt
vendored
2
dist/README.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
CADDY 0.9.4
|
||||
CADDY 0.9.5
|
||||
|
||||
Website
|
||||
https://caddyserver.com
|
||||
|
|
Loading…
Reference in a new issue