Skip to content

Releases: emqx/quic

quicer 0.0.15 Released

23 Jun 21:37
44ce3de
Compare
Choose a tag to compare
Pre-release

quicer refs/tags/0.0.15 Released

quicer 0.0.14 Released

17 Jun 11:34
Compare
Choose a tag to compare
Pre-release

quicer refs/tags/0.0.14 Released

quicer 0.0.13 Released

16 Jun 11:50
cb266c5
Compare
Choose a tag to compare
Pre-release

quicer refs/tags/0.0.13 Released

quicer 0.0.12 Released

15 Jun 22:17
Compare
Choose a tag to compare
Pre-release

quicer refs/tags/0.0.12 Released

Release 0.0.11

08 Jun 19:21
562bf32
Compare
Choose a tag to compare
Release 0.0.11 Pre-release
Pre-release
Merge pull request #93 from qzhuyan/dev/william/handle-listen-stop-compl

Release v0.0.10

11 Mar 16:46
e850f4f
Compare
Choose a tag to compare
Release v0.0.10 Pre-release
Pre-release
Merge pull request #76 from qzhuyan/ci/william/add-release

add release

Release 0.0.10

11 Mar 15:34
e850f4f
Compare
Choose a tag to compare
Release 0.0.10 Pre-release
Pre-release
Merge pull request #76 from qzhuyan/ci/william/add-release

add release

0.0.9

19 Oct 11:51
Compare
Choose a tag to compare
0.0.9 Pre-release
Pre-release
  • msquic 1.8.0
  • some race cond. fix after connection close
  • refactor setopt/getopt
  • doc updates
  • conn local addr migration

MSquic 1.6 and API enhancments with breaking changes

26 Aug 07:34
348c08a
Compare
Choose a tag to compare
  1. Upgrade to msquic 1.6
  2. shallow clone of msquic and its submodules
  3. stream and connection will be destroyed when their owners are dead
  4. 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
  1. Perf improvments
  • zero copy in nif for quicer:send
  • remove busy spinning while no stream acceptor available
  1. test enhancement
  • add more test cases using snabkaffe

0.0.7

19 Jul 12:39
8b1f81f
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release
  • intro. LTTNG NIF tracing
  • intro. test with snabbkaffe
  • fix build problem with CMake 3.20.6