Version 3.1.0.0

Release Date: February 12, 2025

Changes in this release:

  • Internal Changes:

    • UsbAntDeviceCapabilities and UsbAntResponse classes have been changed from public to internal. These classes are now only used internally within the project.

    • Updated logging statements to use structured logging with named placeholders.

    • AntChannel: Renamed Channel_DeviceNotification to OnDeviceNotification.

    • AntChannel: Renamed Channel_ChannelResponse to OnChannelResponse.

    • AntChannel: Changed logging level for OnChannelResponse from LogDebug to LogTrace. This reduces the noise in logs.

    • AntRadio: Renamed AntDevice_deviceResponse to OnDeviceResponse.

    • AntRadio: Renamed AntDevice_SerialError to OnAntDeviceSerialError.

See Also