2024-01-28 18:16:47 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 28 17:13:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 1.2.0:
|
|
|
|
* Remove sample_offset field from ngtcp2_ppe
|
|
|
|
* wolfssl: Just use QUIC v1 transport parameter codepoint
|
|
|
|
* Do not send STOP_SENDING if RESET_STREAM has been
|
|
|
|
received
|
|
|
|
* Return early when STOP_SENDING is received more than once
|
|
|
|
* Do not send STOP_SENDING if RESET_STREAM has been
|
|
|
|
received
|
|
|
|
* Fix persistent congestion
|
|
|
|
* ngtcp2_pkt_adjust_pkt_num: Take bytes rather than bits
|
|
|
|
* Remove use of SSL_set_quic_transport_version
|
|
|
|
* Switch interop client/server to wolfssl because OpenSSL
|
|
|
|
1.1.1 has been EOLed and OpenSSL 3.x has the various
|
|
|
|
performance issues due to its design decision.
|
|
|
|
wolfssl has been chosen because it has the ability
|
|
|
|
to specify chacha cipher suite and it is also relatively
|
|
|
|
easy to build compared to GnuTLS.
|
|
|
|
* Avoid detecting OpenSSL 3.2 as quictls
|
|
|
|
* cmake: Require nghttp3 >= v1.0.0
|
|
|
|
|
2023-12-28 22:09:27 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 28 21:08:21 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 1.1.0:
|
|
|
|
* Extract ngtcp2_frame_chain to its own file
|
|
|
|
* Refactor ringbuf
|
|
|
|
* Fix typo
|
|
|
|
* Rename reset stream flags
|
|
|
|
* Remove unused ngtcp2_conn_resched_frames
|
|
|
|
* crypto: Fix bug that retry token AAD does not include QUIC version
|
|
|
|
* cmake: re-add two missing includes
|
|
|
|
* Bump clang to 15
|
|
|
|
* quictls: Prefetch objects to workaround 3.x perf regression
|
|
|
|
* Bump clang-format to 15
|
|
|
|
* Bump quictls to 3.1.4+quic
|
|
|
|
* Deprecate NGTCP2_PROTO_VER_MIN and NGTCP2_PROTO_VER_MAX
|
|
|
|
* ngtcp2_conn_write_datagram conveniently accepts single buffer
|
|
|
|
* windows: Fix warnings
|
|
|
|
* ptlsclient, ptlsserver: Support hq
|
|
|
|
* h09client: Use util::write_token
|
|
|
|
* Cpp ext
|
|
|
|
* Use __FILE_NAME__ instead of __FILE__
|
|
|
|
* examples: Rename extend_max_streams_bidi to extend_max_local_streams_bidi
|
|
|
|
* Define varint identifiers as macros
|
|
|
|
* Limit the number of NEW_CONNECTION_ID frames that are in-flight
|
|
|
|
* Make frame type of type uint64_t
|
|
|
|
* Fix doc
|
|
|
|
* Fix assertion failure
|
|
|
|
* Eliminate floating point computations
|
|
|
|
* Bump actions/github-script from 6 to 7
|
|
|
|
* client: Optimize a bit
|
|
|
|
* Revert ignoring loss signal during startup
|
|
|
|
* Rework app_limited
|
|
|
|
* Remove unused strmq_nretrans
|
|
|
|
* autotools: Check wolfSSL_is_quic is available
|
|
|
|
* wolfSSL: Add more build options
|
|
|
|
* h09client: Fix uninitialized variable
|
|
|
|
|
2023-11-21 21:31:41 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 7 12:58:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- Initial package (v1.0.1)
|