mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Update readme and changelog for v0.10
This commit is contained in:
parent
ad4191a07e
commit
27785f7993
2 changed files with 49 additions and 14 deletions
35
dist/CHANGES.txt
vendored
35
dist/CHANGES.txt
vendored
|
@ -1,5 +1,40 @@
|
||||||
CHANGES
|
CHANGES
|
||||||
|
|
||||||
|
0.10 (April 20, 2017)
|
||||||
|
- Built on Go 1.8.1
|
||||||
|
- HTTPS interception detection
|
||||||
|
- Updated QUIC
|
||||||
|
- SIGUSR1 (reload) now works with QUIC servers
|
||||||
|
- New 'push' directive for HTTP/2 server push
|
||||||
|
- New 'index' directive to change the names of index files
|
||||||
|
- New -http-port and -https-port flags to change protocol ports
|
||||||
|
- New -disable-http-challenge and -disable-tls-sni-challenge flags
|
||||||
|
- New event hook plugin type
|
||||||
|
- New listener middleware plugin type
|
||||||
|
- New placeholders for cookie, query, and rewritten URI values
|
||||||
|
- basicauth: Ability to customize realm
|
||||||
|
- browse: Default template now sorts by name with directories first
|
||||||
|
- errors, log: Roll all logs by default
|
||||||
|
- errors, log: Ability to write to remote syslog
|
||||||
|
- errors, log: Standardized, simplified directive syntax
|
||||||
|
- log: Patched common log format by adding missing "-"
|
||||||
|
- proxy: New 'max_conns' setting to limit connections to upstreams
|
||||||
|
- proxy: New 'first' load balancing policy for first available host
|
||||||
|
- proxy: Health checks respect Host and insecure_skip_verify settings
|
||||||
|
- templates: New .RandomString action to add random padding to page
|
||||||
|
- timeouts: Disabled default HTTP timeouts
|
||||||
|
- tls: Settings now apply per-site rather than for entire listener
|
||||||
|
- tls: New 'alpn' setting to disable either HTTP/2 or HTTP/1.1 on per-site basis
|
||||||
|
- tls: Added curve X25519
|
||||||
|
- tls: Added ChaCha20-Poly1305 cipher suites
|
||||||
|
- tls: Renamed muststaple to must_staple
|
||||||
|
- tls: Setting max_certs obtains certs during handshakes for all hostnames
|
||||||
|
- Dozens of miscellaneous bug fixes and improvements
|
||||||
|
- New website
|
||||||
|
- New build infrastructure
|
||||||
|
- New deployment system
|
||||||
|
|
||||||
|
|
||||||
0.9.5 (January 24, 2017)
|
0.9.5 (January 24, 2017)
|
||||||
- New -validate flag to only check a Caddyfile, then exit
|
- New -validate flag to only check a Caddyfile, then exit
|
||||||
- New {when_iso} placeholder for timestamp ISO 8601 in UTC
|
- New {when_iso} placeholder for timestamp ISO 8601 in UTC
|
||||||
|
|
28
dist/README.txt
vendored
28
dist/README.txt
vendored
|
@ -1,4 +1,4 @@
|
||||||
CADDY 0.9.5
|
CADDY 0.10
|
||||||
|
|
||||||
Website
|
Website
|
||||||
https://caddyserver.com
|
https://caddyserver.com
|
||||||
|
@ -18,22 +18,22 @@ For instructions on using Caddy, please see the user guide on
|
||||||
the website. For a list of what's new in this version, see
|
the website. For a list of what's new in this version, see
|
||||||
CHANGES.txt.
|
CHANGES.txt.
|
||||||
|
|
||||||
The Caddy project accepts pull requests. That means you can make
|
|
||||||
changes to the code and submit it for review, and if it's good,
|
|
||||||
we'll use it! You can help thousands of Caddy users and level
|
|
||||||
up your Go programming game by contributing to Caddy's source.
|
|
||||||
|
|
||||||
To report bugs or request features, open an issue on GitHub.
|
|
||||||
|
|
||||||
Want to support the project financially? Consider donating,
|
|
||||||
especially if your company is using Caddy. Believe me, your
|
|
||||||
contributions do not go unnoticed! We also have sponsorship
|
|
||||||
opportunities available.
|
|
||||||
|
|
||||||
For a good time, follow @mholt6 on Twitter.
|
For a good time, follow @mholt6 on Twitter.
|
||||||
|
|
||||||
|
Want to get involved with Caddy's development? We love to have
|
||||||
|
contributions! Please file an issue on GitHub to discuss a
|
||||||
|
change or fix you'd like to make, then submit a pull request
|
||||||
|
and we'll review it! Your contributions will reach millions
|
||||||
|
of people who connect to sites served by Caddy.
|
||||||
|
|
||||||
|
Extend Caddy by developing a plugin for it! Instructions on
|
||||||
|
the project wiki: https://github.com/mholt/caddy/wiki
|
||||||
|
|
||||||
And thanks - you're awesome!
|
And thanks - you're awesome!
|
||||||
|
|
||||||
|
If you think Caddy is awesome too, consider sponsoring it:
|
||||||
|
https://caddyserver.com/pricing - and help keep Caddy free.
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
(c) 2015-2017 Matthew Holt
|
(c) 2015-2017 Light Code Labs, LLC.
|
||||||
|
|
Loading…
Reference in a new issue