* Add getter for the ``SessionTicket`` provided by aioquic in ``HTTP3Protocol``.
0.2.4
--------
* Enforce `bytes_to_send` and `bytes_received` for all abstract protocols. * Implement graceful close for ``HTTP2Protocol`` (GoAway packet).
0.2.3
--------
* Remove ``ProtocolRegistry``.
0.2.2
--------
* Allow setting ciphers and session ticket through ``HTTP3ProtocolFactory``.
0.2.1
--------
* Simplification made in ``HTTP3Protocol`` so that closer to generic usage across protocols.
0.2.0
--------
* Explicit support for Python 3.11. * `HTTPOverQUICOpener` does not require ``tls_config`` (similar to ``HTTPOverTCPOpener``). * Removed everything except Sans-IO protocols interfaces. * Fixed a bug in HTTP2Protocol that missed to acknowledge received data.