3.24.1 - January 27 2026
* Support for ADP0001_0, ADP0002_0, LED0100_0

3.23.1 - September 11 2025
* New ChannelPersistence API - Maintains output state when a channel is closed

3.22.5 - July 14 2025
* Minor fixes and improvements

3.22.4 - March 24 2025
* Bugfix: Adjusted supported Voltage Sensor Types for some devices

3.22.3 - January 6 2025
* Bugfix: Reinstated support for DAQ1400_0 v130, which was inadvertently removed in version 3.20.1 (1.19.20240411)

3.22.1 - December 9 2024
* Support for DCC1020_0 and DCC1120_0
* New APIs for DCMotor, BLDCMotor, MotorVelocityController, and MotorPositionController

3.21.1 - November 22 2024
* Support for 1024_1 v320 - Added support for EM4305 writable tags

3.20.1 - September 9 2024
* Support for 1024_1

3.19.1 - March 4 2024
* Support for LCD1100_1

3.18.1 - January 23 2024
* Support for ENC1001_0

3.17.4 - November 27 2023
* Ensure that numbers are sent to the network server in the correct format - Numbers may be rounded to the nearest integer value.

3.17.3 - October 4 2023
* Support for STC1005_0 v110+

3.17.2 - August 24 2023
* Support for HUB0002_0, HUB0007_0, HUB0000_1

3.17.1 - August 23 2023
* Support for HUB0002_0, HUB0007_0, HUB0000_1

3.16.1 - July 6 2023
* Support 1046_1 and RCC1000_1

3.15.3 - June 13 2023
* bugfix: network connection could stop being maintained if it fails during the initial handshake

3.15.2 - June 3 2023
* Fix for HUB0001_0 v114 showing up as 'Unsupported USB Phidget' on release 3.15.1

3.15.1 - May 26 2023
* AutoSetSpeed support

3.14.2 - April 17 2023
* bugfix: VINT device packets could get corrupted
* bugfix: detaching a VINT device could cause a USB hub to be closed, even if other channels are still being used
* bugfix: Quaternion from VINT MOT0110 was corrupted
* bugfix: Corruption of network packets wasn't being handled properly
* bugfix: Connection after authentication callback was being delayed

3.14.1 - March 31 2023
* Support STC1005_0

3.13.5 - March 28 2023
* Handle garbled json without crashing

3.13.4 - February 24 2023
* Fix DAQ1400 FrequencyInput mode

3.13.3 - February 23 2023
* Force IPv4 hostname resolution as the network server doesn't support IPv6

3.13.2 - January 9 2023
* Support MOT0100_0

3.13.1 - January 9 2023
* Support MOT1102_1, TMP1200_1

3.12.3 - December 5 2022
* Fixes a bug where a server connection can stop auto re-connecting if interrupted near the start of a connection

3.12.2 - December 2 2022
* Fixes a bug where a channel can become stuck while opening over an unstable network connection
* Improved logging in Node
* Error events are rate limited to 1/second

3.12.1 - September 12 2022
* Support 1014_3, 1017_2
* Support 1048_1, 1048_2 on USBConnection

3.11.1 - August 22 2022
* Support MOT0110_0
* Add option to network connect() to retry on initial failure

3.10.5 - July 28 2022
* Fixes a bug where a network connection reconnect can be cancelled immediately and no further attempts are made

3.10.4 - June 21 2022
* Fixes a bug in the network connection maintainer to ensure that only one connection request is active at a time

3.10.3 - May 5 2022
* Removed some superfluous log messages

3.10.2 - May 5 2022
* Node.js USB bugfixes
* Fix issue where a channel could end up with 2 simultaneous open requests internally
* Add client-side keepalives to network connection

3.10.1 - April 13 2022
* Initial v3 release