Skip to content

0.9.4

Compare
Choose a tag to compare
@mholt mholt released this 21 Dec 21:28
· 2001 commits to master since this release
v0.9.4
7dc1dc1

Just in time for Christmas, the long-awaited patches in 0.9.4 are finally here! This release spans 83 commits, mostly of minor changes and improvements, but also some nice bug fixes and a few new features.

See the blog post for more information and highlights.

Full change list:

  • Updated QUIC
  • New maxrequestbody directive to limit size of request body
  • New {latency_ms} placeholder for latency always in ms
  • Serve statically compressed .gz and .br files
  • fastcgi: Support for multiple backends with basic load balancing
  • fastcgi: Customize connect, read, and send timeouts.
  • proxy: Fixed handling of encoded 'without' paths
  • proxy: Preserve trailing slash if present in request
  • proxy: Fix HTTP/2 upstreams
  • templates: New .Files action to list files in a directory
  • templates: .Include can now pass arguments to included file
  • tls: Added ability to customize preferred curves
  • tls: Added support for Must-Staple on managed certificates
  • tls: Fixed subtle edge case bug with TLS-SNI challenge
  • Lots of minor fixes and improvements