Skip to main content

0.5.0

Added

  • addMotionData(_:to:) (Swift), addMotionDataToActivity() (TypeScript), add_motion_data_to_activity() (Python) — attach external files (CSV, JSON, binary) to an activity after recording. Accepts one or more ExternalResultFile values constructed via .tagged() factory method.
  • ExternalResultFile type in all bindings, with tagged factory method.
  • ExternalDataFormat enum (Swift) / format string (Python/TypeScript) for specifying the encoding of tagged files (csv, json, binary).

Fixed

  • Network requests now retry automatically on transient failures (server 5xx errors and connection-level errors). Client errors (4xx) and authentication failures are not retried.