Skip to content

0.10.4

Compare
Choose a tag to compare
@mholt mholt released this 28 Jun 22:40
· 2002 commits to master since this release
v0.10.4
dfa389c

This release is our first with vendored dependencies. Together with an updated build command, these builds should be fully reproducible, byte-for-byte (without plugins).

A huge thank-you to our sponsors for making this possible! We hope you enjoy this release!

Change list:

  • Vendor all dependencies
  • Improve MITM detection, add experimental Tor browser support
  • New request_id directive to add request IDs to each request
  • New HTTP plugins supported: authz, grpc, gopkg, reauth, restic
  • browse: Refreshed default UI and added symlink indicators
  • errors, log: Added rotate_compress directive to compress rolled logs
  • markdown: Template files loaded at each request instead of just once
  • proxy: Allow multiple Server header fields on downstream response
  • proxy: Perform health checks by body substring
  • rewrite,redir: Added 'not_starts_with' and 'not_ends_with' operators
  • tls: New ca subdirective to specify CA endpoint per-site
  • Several bug fixes