🔨 0.12.0
Breaking Changes:
- The
Connection::session()
andConnection::peer_cert()
methods now return a&[u8]
slice instead of aVec<u8>
.
Highlights:
- The
quiche_conn_session()
function has been restored in the FFI API. - Many bug fixes and performance improvements.
Full changelog at 0.11.0...0.12.0