Releases: emqx/quic
Releases · emqx/quic
quicer 0.0.15 Released
quicer refs/tags/0.0.15 Released
quicer 0.0.14 Released
quicer refs/tags/0.0.14 Released
quicer 0.0.13 Released
quicer refs/tags/0.0.13 Released
quicer 0.0.12 Released
quicer refs/tags/0.0.12 Released
Release 0.0.11
Merge pull request #93 from qzhuyan/dev/william/handle-listen-stop-compl
Release v0.0.10
Merge pull request #76 from qzhuyan/ci/william/add-release add release
Release 0.0.10
Merge pull request #76 from qzhuyan/ci/william/add-release add release
0.0.9
MSquic 1.6 and API enhancments with breaking changes
- Upgrade to msquic 1.6
- shallow clone of msquic and its submodules
- stream and connection will be destroyed when their owners are dead
- APIs Changes
- NEW: quicer:listeners/0,1
- NEW: quicer:handshake/1,2 for
Connection Acceptors should call this API explicailty to contitune TLS handshakes - quicer:close_connection/1,2,3,4 now support close with flag and reason
- quicer:close_stream/1,2,4 now support close with flag and reason
- Perf improvments
- zero copy in nif for quicer:send
- remove busy spinning while no stream acceptor available
- test enhancement
- add more test cases using snabkaffe