Skip to content

H2O version 2.0.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@kazuho kazuho released this 15 Mar 02:44
· 9166 commits to master since this release

This is the first beta release for the 2.0 series, with following changes from 1.7.1.

  • [core][breaking change] do not automatically append / to path-level configuration #820 (Kazuho Oku)
  • [core] support << in configuration file #786 (Kazuho Oku)
  • [access-log] add directive for logging protocol-specific values #801 (Kazuho Oku)
  • [compress] on-the-fly compression using brotli, as well as directives to tune the compression parameters #802 (Kazuho Oku)
  • [file] file.file directive for mapping specific file #822 (Kazuho Oku)
  • [file] send-compress directive (renamed from send-gzip) to support pre-compressed files using brotli #802 (Kazuho Oku)
  • [file] cache open failures #836 (Kazuho Oku)
  • [http2] avoid memcpy during HPACK huffman encoding #749 (Kazuho Oku)
  • [ssl] support ECDH curves other than P-256 #841 (Kazuho Oku)