Skip to content

v0.26.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Sep 14:15
· 5 commits to main since this release
984fb2c

[0.26.0] - 2026-09-12

Features

  • Improve delivery by persisting inbound pending-decryption queue (#438) (protocol) (2a9053a)
  • Drop the telemetry queue when the portal toggle is off (#437) (protocol) (ccba344)
  • The SDK ships telemetry to ingest itself; sink API removed (uniffi,bindings) (e7ee32f)
  • Enable_telemetry replaces install_telemetry_sink (protocol) (febab9e)
  • Shared batch and event types with a raw reason field (telemetry-wire) (28712bf)

Bug Fixes

  • Name the NDK C compiler for Android release builds (#440) (bindings) (984fb2c)
  • Point the default telemetry ingest at offlineprotocol.com (protocol) (5fdc3e4)
  • Name every routing reason in escalation_bucket (protocol) (c50ec76)
  • Stop the telemetry lifecycle calls racing (uniffi,bindings) (5828fb2)
  • Give the durable telemetry queue exactly one writer (protocol) (0c642a8)
  • The telemetry uploader follows no redirect and names its proxy (protocol) (1250701)
  • Start the handshake latency where handshakes start (protocol) (b474842)
  • Third review pass on the telemetry pipe (protocol,uniffi,bindings) (33c2024)
  • Second review pass on the telemetry pipe (protocol,uniffi,bindings) (fd4e838)
  • Green the bridge guards and the host-log tests on Windows (uniffi) (78b5ea5)
  • Review fixes for the telemetry pipe (protocol,uniffi,bindings) (efc7f37)

Refactoring

  • Borrow the request URL instead of leaking it (protocol) (f8603f8)

Documentation

  • Stop telling integrators to install a telemetry sink(9ed705d)
  • Say what scrub_ids does now that the sink API is gone (protocol) (fcb9606)
  • State telemetry enablement, shutdown and identifier handling precisely(3dee3da)
  • Scope the commercial telemetry term to the bundled client (license) (9cfddfd)
  • State the telemetry term of the commercial license (license) (c19426f)
  • Telemetry ships from the SDK(1358664)
  • Demo app enables telemetry with a portal key (examples) (401ea0f)

Testing

  • Pin the uploader's proxy choice and certificate refusal (protocol) (78d7007)
  • Count the scheduler's own workers, not the process (protocol) (cc597fb)

Miscellaneous