* Switch ``aioquic`` to (own) fork ``qh3`` that fixes numerous issues. The dependency chain is simpler. Pending discussions with original owner to merge.
0.3.3
-------------------
* Push the ``HandshakeCompleted`` event for the ``HTTP2ProtocolHyperImpl``.
0.3.2
-------------------
* Properly forward ConnectionTerminated event from the QUIC layer in ``HTTP3ProtocolAioQuicImpl``.
0.3.1
-------------------
* Allow passing extra config parameter for HTTP2Protocol through the factory. * Remove server-side code in the primary (h11) HTTP1Protocol.
0.3.0
-------------------
* Breaking: Conception simplification. Remove HTTPFactories in favor of a single unified HTTPFactory. * Lazy import HTTPProtocol implementation.
0.2.12
--------------------
* Remove ``InvalidPacket``, ``PacketInfo`` from protocols.http3. * Fix an error trying to unset previously unknown connection id in quic event handler.