Skip to content

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 05:41
· 33 commits to main since this release

[0.3.1] - 2026-07-07

Documentation

  • Document that KeylightConfig::builder(...).app_version(...) must be called
    explicitly to report an app version. Unlike sdk_version and platform
    (attached automatically), the app version is unknown to the SDK and is omitted
    from every request — including the keyless/free-tier beacon — unless set, which
    left it blank in the dashboard. Added a doc-comment with an example, corrected
    the README telemetry bullet, and added .app_version(env!("CARGO_PKG_VERSION"))
    to the setup examples.