Skip to content

Commit c5aa584

Browse files
committed
Version 0.9.1
1 parent 745ae6f commit c5aa584

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

dist/CHANGES.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
CHANGES
22

3+
0.9.1 (August 17, 2016)
4+
- New {request_body} placeholder to log request body
5+
- {remote} placeholder no longer uses X-Forwarded-For header
6+
- {latency} placeholder rounds to nice looking number
7+
- Add support for ratelimit plugin
8+
- basicauth: Declaring realm named "Restricted"
9+
- errors: Define catch-all/default error page with * character
10+
- header: More control to add, set, or remove headers
11+
- proxy: New keepalive setting to help accommodate busy servers
12+
- proxy: New load balancing policy ip_hash
13+
- proxy: Fixed WebSocket connections
14+
- proxy: Fixed broken header logic
15+
- proxy: Reuse existing connection for Upgrade requests
16+
- proxy: Support for basic auth from header or upstream address
17+
- templates: New .Env action to access environment variables
18+
- tls: OCSP staples persisted to disk
19+
- tls: ACME challenges honor bind directive
20+
- tls: Fix default protocol version (minimum TLS 1.1)
21+
- tls: Consume challenge requests only for names Caddy is solving for
22+
- tls: The protocol syntax allows just one value if desired
23+
- tls: Scoped max_certs limit to site instead of global maximum
24+
- Many other bug fixes and minor enhancements
25+
26+
327
0.9 (July 18, 2016)
428
- New core
529
- New experimental QUIC support with -quic flag (HTTPS only)

dist/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CADDY 0.9
1+
CADDY 0.9.1
22

33
Website
44
https://caddyserver.com

0 commit comments

Comments
 (0)