All Versions
14
Latest Version
Avg Release Cycle
63 days
Latest Release
1264 days ago

Changelog History
Page 2

  • v1.35.0 Changes

    November 23, 2018
    • πŸ— build: cmake: Fix libevent version detection (Patch from Jan KundrΓ‘t) (GH-1238)
    • lib: Use __has_declspec_attribute for shared builds (Patch from Don) (GH-1222)
    • src: Require C++14 language feature
    • πŸ’Ž nghttpx: Write mruby send_info early
    • πŸ’Ž nghttpx: Fix assertion failure on mruby send_info with HTTP/1 frontend
    • h2load: Handle HTTP/1 non-final response (GH-1259)
    • h2load: Clarify that time for connect includes TLS handshake
  • v1.34.0 Changes

    October 04, 2018
    • πŸ‘ lib: Implement RFC 8441 :protocol support (GH-1181)
    • ⏱ nghttpx: Add read/write-timeout parameters to backend option (GH-1235)
    • πŸ’Ž nghttpx: Fix mruby parameter validation in backend option
    • nghttpx: Implement RFC 8441 Bootstrapping WebSocket with HTTP/2 (GH-1234)
    • ⚑️ nghttpx: Update neverbleed to fix OpenSSL 1.1.1 issues
    • ⚑️ nghttpx: Update mruby 1.4.1
    • nghttpx: Add mruby env.tls_handshake_finished
    • nghttpx: Add --tls13-ciphers and --tls-client-ciphers options
    • πŸ‘ nghttpx: Add RFC 8470 Early-Data header field support
    • πŸ‘ nghttpx: Add RFC 8446 TLSv1.3 0-RTT early data support (GH-846)
  • v1.33.0 Changes

    September 02, 2018
    • lib: Tweak nghttp2_session_set_stream_user_data (GH-1211)
    • lib: Fix handling of SETTINGS_MAX_CONCURRENT_STREAMS. (Patch from Piotr Sikora) (GH-1184)
    • lib: Implement ORIGIN frame (GH-1177)
    • πŸ‘ asio: support definition of local endpoint for cleartext client session (Patch from Alexandros Konstantinakis-Karmis) (GH-1204, GH-1212, GH-1217)
    • 🚚 integration: Remove remaining SPDY code from the integration tests. (Patch from Piotr Sikora) (GH-1183)
    • πŸ‘· nghttpx: Fix worker process crash with neverbleed write error
    • πŸ’Ž nghttpx: Support per-backend mruby script (GH-1215)
    • nghttpx: Fix stream reset if data from client is arrived before dconn is attached (GH-1214)
  • v1.32.1 Changes

    August 25, 2018
    • lib: Tweak nghttp2_session_set_stream_user_data