Releases: netft/netft-cpp
Releases · netft/netft-cpp
Release list
netft-cpp 0.2.2
Fixed
- Require libcurl 7.63.0 or newer, matching the first release that provides the
CURLOPT_CURLUAPI used by sensor discovery.
netft-cpp 0.2.1
Fixed
- Restore GCC 10 and manylinux2014 source compatibility by parsing sensor calibration counts with a C++17 locale-independent implementation.
netft-cpp 0.2.0
Added
- Expose the exact signed RDT axis counts on every
Samplethroughraw_wrench, ordered as force X/Y/Z followed by torque X/Y/Z.
Changed
- Advance the shared-library ABI for the expanded public
Samplelayout.
netft-cpp 0.1.3
Fixed
- Keep UDP receive timeouts bounded when
poll()is interrupted by signals, preventing repeatedEINTRretries from extending the configured timeout.
netft-cpp 0.1.2
Changed
- Lower the supported CMake baseline from 3.20 to 3.16 and verify shared and static installed consumers with the pinned minimum version in CI.
netft-cpp 0.1.1
Fixed
- Replace the project-specific sensor address in defaults and examples with ATI's factory-default static address,
192.168.1.1. - Keep tests focused on executable and machine-readable contracts instead of human-facing help, error, log, diagnostic, and release wording.
- Normalize generated release notes so source formatting does not introduce awkward wrapped continuation lines.
netft-cpp 0.1.0
Added
- Standalone C++17 SDK for validated configuration, calibrated RDT force/torque samples, status decoding, and lifecycle-safe client operation.
- Bounded HTTP sensor discovery for product, calibration scales, and sensor-selected force and torque units, with complete manual calibration overrides when discovery is unavailable.
netftCLI withinfo,monitor, and softwarebiascommands, human and stable JSON summaries, atomic file output, defined exit codes, and SIGINT handling.- Sequence, status, rate, calibration-revision, and error health reporting with exponential reconnect and first-fault fail-stop recovery policies.
- Deterministic fake HTTP/UDP sensor tests covering protocol, discovery, streaming, lifecycle, faults, recovery, CLI behavior, and sanitizer configurations without physical hardware.
- Shared and static installation, versioned shared-library ABI, public CMake package export as
netft::netft, installed CLI, and out-of-tree consumer validation.