Skip to content

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 08 May 12:34
· 66 commits to master since this release

Changelog

[0.2.5] - 2026-05-08

Miscellaneous Tasks

  • Bump version to 0.2.5 with public-API and idiomatic-Rust cleanup

Refactor

  • Stop leaking tokio types from the public API
  • Tighten public API, preserve io::ErrorKind, and add unit tests

[0.2.4] - 2026-05-04

Miscellaneous Tasks

  • Bump version to 0.2.4 and implement cancellation support for device discovery

[0.2.3] - 2026-05-04

Miscellaneous Tasks

  • Bump version to 0.2.3 and force task spawning onto internal runtime to ensure clean shutdown

[0.2.2] - 2026-04-22

Miscellaneous Tasks

  • Tweak dependabot settings

[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