Skip to content

pyNetFT 2.0.0

Choose a tag to compare

@han-xudong han-xudong released this 29 Jul 02:50
v2.0.0

Added

  • Add a typed synchronous client backed by the netft-cpp 0.2.2 core, including raw counts, sensor-unit measurements, health, recovery, iterator delivery, and safe callback delivery.
  • Publish self-contained CPython 3.10-3.14 Linux wheels for x86_64 and AArch64.

Changed

  • Replace the standalone Python UDP implementation with a pinned native core, including the upstream manylinux2014 compatibility fix, and adopt Apache-2.0 licensing.
  • Require libcurl 7.63.0 or newer for source builds, matching the first release that provides the URL API used by sensor discovery.
  • Keep the 1.x API as a deprecated adapter for the complete 2.x series.