Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 20 Apr 02:58
· 97 commits to master since this release

Changelog

[0.2.1] - 2026-04-20

Bug Fixes

  • (device) Fix clippy collapsible-if warning

Miscellaneous Tasks

  • Bump version to 0.2.1 and fix backoff bypass bug

[0.2.0] - 2026-01-12

Documentation

  • Refine examples README tone and remove second-person pronouns
  • Optimize thread-safety documentation and refine Unix-like terminology
  • Comprehensive overhaul and consistency improvement across all documentation
  • Add API design philosophy

Features

  • Implement core device logic, scanner API improvements, and standardized examples

Miscellaneous Tasks

  • Bump version to 0.2.0 and update documentation

[0.1.6] - 2026-01-05

Other

  • Implement RAII for Scanner, Device, and Manager to eliminate resource leaks and race conditions. Update versions to 0.1.6

[0.1.5] - 2026-01-05

Documentation

  • Remove unnecessary json comment in lib.rs

Features

  • Expand device info, improve backoff jitter, and update python bindings (v0.1.4)

[0.1.3] - 2026-01-04

Features

  • Implement scan_stream and add async scan example

[0.1.2] - 2026-01-04

Features

  • Add inactivity timeout and stabilize CI/CD pipeline

Miscellaneous Tasks

  • Update git-cliff-action to v4 to fix docker build error