Skip to content

Changelogs

Rylan Meilutis edited this page Feb 10, 2026 · 23 revisions

Changelogs

Version 3.2.0 highlights

  • TBD

Version 3.1.0 highlights

  • TBD

Version 3.0.0 highlights

  • Router side tracking is internal. Most applications should call the plain RX APIs (rx_serialized / rx) and only use side-aware variants when explicitly overriding ingress (custom relays, multi-link bridges, etc.).
  • TCP-like reliability is now available for schema types marked reliable / reliable_mode, with ACKs, retransmits, and optional ordering. Enable per side and disable when the transport is already reliable.
  • All serialized frames include a CRC32 trailer for integrity checks. Corrupt frames are dropped; reliable modes trigger retransmit requests.
  • Full changelog: v2.4.0...v3.0.0

Clone this wiki locally