Skip to content

nmrs 3.1.0

Choose a tag to compare

@github-actions github-actions released this 08 May 20:40

nmrs 3.1.0

Published to crates.io

See CHANGELOG.md for details.

3.1.0 introduces several networking and reliability improvements, including new support for loopback and VLAN (802.1Q) devices, better handling of activation failures and airplane mode behavior, and more stable certificate store testing. The release also continues internal cleanup work by decoupling nmrs-gui from the core nmrs crate.

What's Changed

  • fix(#270): resolve device state reason on activation failure by @cachebag in #384
  • chore: migrate nmrs-gui off of nmrs by @cachebag in #390
  • feat: implement loopback by @cachebag in #391
  • feat(#121): add VLAN (802.1Q) device support with VlanConfig model and connection builder by @cachebag in #392
  • fix(#354): consolidate env var mutex to fix flaky cert store tests by @cachebag in #393
  • fix(airplane): correct radio presence and Bluetooth settle behavior by @cachebag in #396

Full Changelog: nmrs-v3.0.1...nmrs-v3.1.0