Skip to content

v0.25.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 11:17
· 36 commits to main since this release
76b2e05

[0.25.0] - 2026-09-08

Features

  • The Reticulum transport speaks the gateway contract (#427) (transport,protocol,uniffi,bindings) (3a272fe)

Bug Fixes

  • Skip setNotifyValue on a live message characteristic subscription (#430) (bindings) (c0e2abc)
  • Age out stale peripheral UUIDs on iOS state restoration (#429) (bindings) (7bc0653)
  • Stop internet providers flapping the relay under unreachable-peer backlogs (#420) (protocol) (8625d83)

Performance

  • Make the Python internet send loop activity-adaptive (#421) (bindings) (6785ae8)

Documentation

  • Make the wire spec implementable, and pin it with conformance vectors (#422) (spec) (413ae08)

Miscellaneous