Skip to content

BFE v0.9.0

Compare
Choose a tag to compare
@iyangsj iyangsj released this 16 Apr 08:45
· 628 commits to master since this release
8452fab

Added

  • Support loading dynamic modules that may be written and complied by third-party vendors
  • Add mod_auth_jwt for JWT authentication
  • mod_trace: support distributed tracing based on jaeger
  • mod_doh: support timeout for DNS requests
  • mod_doh: support edns-client-subnet (ECS)
  • mod_doh: optimize max-age for DoH response
  • Optimize textproto reader cache
  • Documents optimization

Changed

  • Change base directory of ServerCertFile/ServerKeyFile to ConfRoot

Fixed

  • Fix failed unit tests about parsing request line under go1.14 environment