Skip to content

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 17:47
· 472 commits to main since this release

[0.14.0] - 2026-07-16

Features

  • Typed undeliverable feedback when a connection request exhausts retries (protocol) (7dfc02c)
  • Cap connection-request initial_message at 4 KiB (protocol) (a5c5618)
  • Typed feedback when a connection request hits an offline peer (protocol) (61ac3c1)
  • Initial_message on connection requests (protocol) (0fa41ce)
  • Plumb wire-format kill switches through the React Native wrapper (bindings) (ca62bfe)
  • Expose compact_envelope_enabled kill switch (uniffi) (dee3c2c)
  • Negotiate a compact MLS envelope for encrypted DMs (protocol) (9bf207e)
  • Carry trailing base64 content raw in a wire-v1 ext TLV (core) (c2701f6)

Bug Fixes

  • Don't surface Nostr transport pubkeys as discovery peer ids (uniffi) (364036b)
  • Settle pending conn requests on proof of delivery (protocol) (aa044b3)
  • Treat relay group fan-out as MLS-authenticated data plane (protocol) (93db5a6)
  • Accept flat encryption config fields in both native parsers (bindings) (8e0ce30)
  • Derive disabled encryption posture and send nested encryption config (bindings) (f32d92f)
  • Name Offline Protocol, Inc. in shipped license copies (bindings) (edf35cd)
  • Pin CLA doc to immutable tag and name Offline Protocol, Inc. as the contracting entity (cla) (b5da7ac)

Refactoring

  • Drop relay-native connection-op translation (bindings) (11be67b)
  • Route connection ops verbatim over the internet transport (protocol) (97b5750)

Documentation

  • Drop the cargo-ndk prerequisite and pin the uniffi CLI(86472e3)
  • Correct cipher, transport, and toolchain claims(6d8a8f3)
  • Publish the identity and connection-request failure contracts (bindings) (503380b)
  • Document the wire-format kill switches where operators look(009407f)

Testing

  • Lock down the RN kill-switch config parsing (bindings) (beabfec)
  • Durable size/fragment report for encrypted DM wire formats (protocol) (758d0f1)

Miscellaneous

  • Release mesh-sdk v0.14.0 (bindings) (06d6fa0)