File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
CHANGES
2
2
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
+
3
27
0.9 (July 18, 2016)
4
28
- New core
5
29
- New experimental QUIC support with -quic flag (HTTPS only)
Original file line number Diff line number Diff line change 1
- CADDY 0.9
1
+ CADDY 0.9.1
2
2
3
3
Website
4
4
https://caddyserver.com
You can’t perform that action at this time.
0 commit comments