caddy/dist/CHANGES.txt

158 lines
7.1 KiB
Plaintext
Raw Normal View History

CHANGES
2015-12-04 10:52:15 +08:00
0.8.0 (December 4, 2015)
- HTTPS by default via Let's Encrypt (certs & keys are fully managed)
- Graceful restarts (on POSIX-compliant systems)
2015-11-03 11:56:13 +08:00
- Major internal refactoring to allow use of Caddy as library
2015-10-05 11:59:09 +08:00
- New directive 'mime' to customize Content-Type based on file extension
2015-11-03 11:56:13 +08:00
- New -accept flag to accept Let's Encrypt SA without prompt
2015-11-03 12:02:35 +08:00
- New -email flag to customize default email used for ACME transactions
2015-11-03 11:56:13 +08:00
- New -ca flag to customize ACME CA server URL
- New -revoke flag to revoke a certificate
- New -log flag to enable process log
- New -pidfile flag to enable writing pidfile
- New -grace flag to customize the graceful shutdown timeout
- New support for SIGHUP, SIGTERM, and SIGQUIT signals
2015-11-03 11:56:13 +08:00
- browse: Render filenames with multiple whitespace properly
2015-12-03 02:42:50 +08:00
- core: Use environment variables in Caddyfile
2015-11-03 11:56:13 +08:00
- markdown: Include Last-Modified header in response
- markdown: Render tables, strikethrough, and fenced code blocks
2015-11-18 01:19:03 +08:00
- proxy: Ability to exclude/ignore paths from proxying
2015-11-03 11:56:13 +08:00
- startup, shutdown: Better Windows support
- templates: Bug fix for .Host when port is absent
- templates: Include Last-Modified header in response
- templates: Support for custom delimiters
- tls: For non-local hosts, default port is now 443 unless specified
- tls: Force-disable HTTPS
- tls: Specify Let's Encrypt email address
- Many, many more tests and numerous bug fixes and improvements
2015-10-05 11:59:09 +08:00
2015-09-29 04:57:00 +08:00
0.7.6 (September 28, 2015)
2015-10-05 11:59:09 +08:00
- Pass in simple Caddyfile as command line arguments
- basicauth: Support for legacy htpasswd files
2015-09-29 04:57:00 +08:00
- browse: JSON response with file listing
2015-09-17 11:31:45 +08:00
- core: Caddyfile as command line argument
- errors: Can write full stack trace to HTTP response for debugging
- errors, log: Roll log files after certain size or age
- proxy: Fix for 32-bit architectures
2015-09-29 04:57:00 +08:00
- rewrite: Better compatibility with fastcgi and PHP apps
2015-09-20 01:24:44 +08:00
- templates: Added .StripExt and .StripHTML methods
- Internal improvements and minor bug fixes
2015-08-06 03:26:12 +08:00
0.7.5 (August 5, 2015)
- core: All listeners bind to 0.0.0.0 unless 'bind' directive is used
2015-08-04 07:51:33 +08:00
- fastcgi: Set HTTPS env variable if connection is secure
2015-08-06 03:26:12 +08:00
- log: Output to system log (except Windows)
- markdown: Added dev command to disable caching during development
2015-08-04 07:51:33 +08:00
- markdown: Fixed error reporting during initial site generation
- markdown: Fixed crash if path does not exist when server starts
2015-08-06 03:26:12 +08:00
- markdown: Fixed site generation and link indexing when files change
- templates: Added .NowDate for use in date-related functions
2015-08-04 07:51:33 +08:00
- Several bug fixes related to startup and shutdown functions
2015-07-31 00:29:28 +08:00
0.7.4 (July 30, 2015)
2015-07-30 07:42:54 +08:00
- browse: Sorting preference persisted in cookie
2015-07-25 00:27:14 +08:00
- browse: Added index.txt and default.txt to list of default files
2015-07-30 07:42:54 +08:00
- browse: Template files may now use Caddy template actions
- markdown: Template files may now use Caddy template actions
- markdown: Several bug fixes, especially for large and empty Markdown files
- markdown: Generate index pages to link to markdown pages (sitegen only)
- markdown: Flatten structure of front matter, changed template variables
2015-07-31 00:29:28 +08:00
- redir: Can use variables (placeholders) like log formats can
2015-07-25 00:27:14 +08:00
- redir: Catch-all redirects no longer preserve path; use {uri} instead
2015-07-31 00:29:28 +08:00
- redir: Syntax supports redirect tables by opening a block
- templates: Renamed .Date to .Now and added .Truncate, .Replace actions
2015-07-30 07:42:54 +08:00
- Other minor internal improvements and more tests
2015-07-25 00:27:14 +08:00
2015-07-15 23:36:34 +08:00
0.7.3 (July 15, 2015)
- errors: Error log now shows timestamp with each entry
- gzip: Fixed; Default filtering is by extension; removed MIME type filter
2015-07-08 12:38:48 +08:00
- import: Fixed; works inside and outside server blocks
2015-07-15 23:36:34 +08:00
- redir: Query string preserved on catch-all redirects
- templates: Proper 403 or 404 errors for restricted or missing files
2015-07-08 12:38:48 +08:00
2015-06-26 22:07:46 +08:00
2015-07-02 02:09:31 +08:00
0.7.2 (July 1, 2015)
- Custom builds through caddyserver.com - extend Caddy by writing addons
2015-06-26 22:07:46 +08:00
- browse: Sort by clicking column heading or using query string
- core: Serving hostname that doesn't resolve issues warning then listens on 0.0.0.0
- errors: Missing error page during parse time is warning, not error
- ext: Extension only appended if request path does not end in /
2015-06-26 22:07:46 +08:00
- fastcgi: Fix for backend responding without status text
2015-07-01 08:21:12 +08:00
- fastcgi: Fix PATH_TRANSLATED when PATH_INFO is empty (RFC 3875)
2015-07-02 02:09:31 +08:00
- git: Removed from core (available as add-on)
2015-06-26 22:07:46 +08:00
- gzip: Enable by file path and/or extension
2015-06-12 22:30:47 +08:00
- gzip: Customize compression level
2015-06-26 22:07:46 +08:00
- log: Fix for missing status in log entry when error unhandled
2015-06-12 22:30:47 +08:00
- proxy: Strip prefix from path for proxy to path
- redir: Meta tag redirects
2015-07-01 08:21:12 +08:00
- templates: Support for nested includes
2015-07-02 02:09:31 +08:00
- Internal improvements and more tests
2015-06-12 22:30:47 +08:00
0.7.1 (June 2, 2015)
- basicauth: Patched timing vulnerability
- proxy: Support for WebSocket backends
- tls: Client authentication
0.7.0 (May 25, 2015)
- New directive 'internal' to protect resources with X-Accel-Redirect
- New -version flag to show program name and version
- core: Fixed escaped backslash characters inside quoted strings
- core: Fixed parsing Caddyfile for IPv6 addresses missing ports
- core: A notice is shown when non-local address resolves to loopback interface
- core: Warns if file descriptor limit is too low for production site (Mac/Linux)
- fastcgi: Support for Unix sockets
- git: Fixed issue that prevented pulling at designated interval
- header: Remove a header field by prefixing field name with "-"
- markdown: Simple static site generation
- markdown: Support for metadata ("front matter") at beginning of files
- rewrite: Experimental support for regular expressions
- tls: Customize cipher suites and protocols
- tls: Removed RC4 ciphers
- Other internal improvements that are not user-facing (more tests, etc.)
0.6.0 (May 7, 2015)
- New directive 'git' to automatically pull changes
- New directive 'bind' to override host server binds to
- New -root flag to specify root path to default site
- Ability to receive config data piped through stdin
- core: Warning if root directory doesn't exist at startup
- core: Entire process dies if any server fails to start
- gzip: Fixed Content-Length value when proxying requests
- errors: Error log now includes file and line number of panics
- fastcgi: Pass custom environment variables
- fastcgi: Support for HEAD, OPTIONS, PUT, PATCH, and DELETE methods
- fastcgi: Fixed SERVER_SOFTWARE variables
- markdown: Support for index files when URL points to a directory
- proxy: Load balancing with multiple backends, health checks, failovers, and multiple policies
- proxy: Add custom headers
- startup/shutdown: Run command in background with '&' at end
- templates: Added .tpl and .tmpl as default extensions
- templates: Support for index files when URL points to a directory
- templates: Changed .RemoteAddr to .IP and stripped out remote port
- tls: TLS disabled (with warning) for servers that are explicitly http://
- websocket: Fixed SERVER_SOFTWARE and GATEWAY_INTERFACE variables
- Many internal improvements
0.5.1 (April 30, 2015)
- Default host is now 0.0.0.0 (wildcard)
- New -host and -port flags to override default host and port
- core: Support for binding to 0.0.0.0
- core: Graceful error handling during heavy load; proper error responses
- errors: Fixed file path handling
2015-06-26 22:07:46 +08:00
- errors: Fixed panic due to nil log file
- fastcgi: Support for index files
- fastcgi: Fix for handling errors that come from responder
0.5.0 (April 28, 2015)
- Initial release