mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-06 22:40:31 -05:00
Version 0.9.1
This commit is contained in:
parent
745ae6ff2f
commit
c5aa5843d9
2 changed files with 25 additions and 1 deletions
24
dist/CHANGES.txt
vendored
24
dist/CHANGES.txt
vendored
|
@ -1,5 +1,29 @@
|
|||
CHANGES
|
||||
|
||||
0.9.1 (August 17, 2016)
|
||||
- New {request_body} placeholder to log request body
|
||||
- {remote} placeholder no longer uses X-Forwarded-For header
|
||||
- {latency} placeholder rounds to nice looking number
|
||||
- Add support for ratelimit plugin
|
||||
- basicauth: Declaring realm named "Restricted"
|
||||
- errors: Define catch-all/default error page with * character
|
||||
- header: More control to add, set, or remove headers
|
||||
- proxy: New keepalive setting to help accommodate busy servers
|
||||
- proxy: New load balancing policy ip_hash
|
||||
- proxy: Fixed WebSocket connections
|
||||
- proxy: Fixed broken header logic
|
||||
- proxy: Reuse existing connection for Upgrade requests
|
||||
- proxy: Support for basic auth from header or upstream address
|
||||
- templates: New .Env action to access environment variables
|
||||
- tls: OCSP staples persisted to disk
|
||||
- tls: ACME challenges honor bind directive
|
||||
- tls: Fix default protocol version (minimum TLS 1.1)
|
||||
- tls: Consume challenge requests only for names Caddy is solving for
|
||||
- tls: The protocol syntax allows just one value if desired
|
||||
- tls: Scoped max_certs limit to site instead of global maximum
|
||||
- Many other bug fixes and minor enhancements
|
||||
|
||||
|
||||
0.9 (July 18, 2016)
|
||||
- New core
|
||||
- New experimental QUIC support with -quic flag (HTTPS only)
|
||||
|
|
2
dist/README.txt
vendored
2
dist/README.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
CADDY 0.9
|
||||
CADDY 0.9.1
|
||||
|
||||
Website
|
||||
https://caddyserver.com
|
||||
|
|
Loading…
Reference in a new issue