Skip to content

v0.22.1

Compare
Choose a tag to compare
@niklasad1 niklasad1 released this 19 Feb 15:07
· 85 commits to master since this release
v0.22.1
736dd65

[v0.22.1] - 2024-02-19

This is a small patch release that internally changes AtomicU64 to AtomicUsize
to support more targets.

[Fixed]

  • fix(docs): part of proc-macro documentation not rendering correctly in IDE (#1294)
  • fix(client): change to AtomicU64 to AtomicUsize (#1293)
  • fix(server): low-level API return err on WS handshake err (#1288)