Skip to content

v0.3.0-rc.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 May 03:08
· 50 commits to master since this release
3097e4f

Changelog

[0.3.0-rc.2] - 2026-05-24

Bug Fixes

  • (device) Collapse persist=false retry burst, skip jitter for single device, surface broadcast lag

Documentation

  • (technical-notes) Correct heartbeat rhythm; flag flaky-device backoff plateau
  • Track pre-0.3.0-stable checklist in MILESTONES.md

Miscellaneous Tasks

  • Bump version to 0.3.0-rc.2
  • Remove all rc.1 deprecated aliases
  • Explicitly flag SemVer pre-releases in publish workflow

Refactor

  • (scanner) Collapse Builder into singleton + stop caching local IP
  • Split device.rs into device/ module

Testing

  • Lock in listener subsystem regression baseline (pre-UnifiedListener)

[0.3.0-rc.1] - 2026-05-23

Miscellaneous Tasks

  • Bump version to 0.3.0-rc.1
  • API hygiene, refactor, docs, and supply-chain CI (M3 + M4 + M6)
  • Harden device/scanner/sync lifecycle (M1 + M2 + M5.2/M5.3 + M6.3)

[0.2.8] - 2026-05-19

Miscellaneous Tasks

  • Bump version to 0.2.8 with listener resilience and silent-death fixes

[0.2.7] - 2026-05-18

Miscellaneous Tasks

  • Bump version to 0.2.7 with scanner-triggered backoff bypass

[0.2.6] - 2026-05-15

Miscellaneous Tasks

  • Bump version to 0.2.6 with IP-mismatch elevation for fixed-IP devices

[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