Skip to content

v0.12.0

Compare
Choose a tag to compare
@threadexio threadexio released this 07 Jun 08:33
· 82 commits to master since this release
v0.12.0
958d7ac

Features

  • no_std support!
  • Middleware!
    • Encryption (aead).
    • Error checking (crc).
    • Compression (deflate).
    • Verification (hmac).
  • More IO support:
    • smol
    • core2
  • Fine-tuning of Sender and Receiver through configuration options.

Fixes

  • Reject empty packets with the MORE_DATA flag set.
  • Variance of Sender/Receiver regarding T.

Full Changelog: v0.11.2...v0.12.0