Skip to content

Commit 94e382e

Browse files
committed
Version 0.9.5
1 parent d8d3397 commit 94e382e

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

dist/CHANGES.txt

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

3+
0.9.5 (January 24, 2017)
4+
- New -validate flag to only check a Caddyfile, then exit
5+
- New {when_iso} placeholder for timestamp ISO 8601 in UTC
6+
- New {rewrite_path} and {rewrite_path_escaped} placeholders
7+
- New 'timeouts' directive to configure or disable HTTP timeouts
8+
- HTTP-level timeouts enabled by default
9+
- basicauth: Authorization header stripped upon successful login
10+
- browse: Added textbox to filter listing in default template
11+
- browse: Sanitize file names and links in default template
12+
- browse: Ensure active Caddyfile is hidden regardless of cwd
13+
- fastcgi: New 'root' property, mainly for use with containers
14+
- markdown: Apply some front matter fields as <meta> tags
15+
- proxy: Fixed HTTP/2 upstream to backend; honors -http CLI flag
16+
- proxy: Fixed websockets over HTTPS
17+
- proxy: Reduced memory usage and improved performance
18+
- proxy: Added support for HTTP trailers
19+
- tls: Fixed deadlock that affected some background renewals
20+
- Several other smaller bugs squashed and improvements made
21+
22+
323
0.9.4 (December 21, 2016)
424
- Updated QUIC
525
- New maxrequestbody directive to limit size of request body

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.4
1+
CADDY 0.9.5
22

33
Website
44
https://caddyserver.com

0 commit comments

Comments
 (0)