Skip to content

v1.3.2

Latest

Choose a tag to compare

@cybergarage cybergarage released this 15 Mar 14:00
· 4 commits to master since this release
c0f3dd3

v1.3.2 (2026-03-15)

  • Fix transport hang caused by uninterruptible recv loops in controller
  • Prevent UnicastServer and MulticastServer from closing an already-closed socket (IO safety violation)
  • Replace once_cell::sync::Lazy with std::sync::LazyLock from the standard library
  • Update the standard object database based on the latest MRA (Machine Readable Appendix) v1.3.0
  • Update the standard manufacturer code database based on the latest MCA (Manufacturer Code List)
  • Upgrade dependencies to latest compatible versions