Release Notes
Version 7.1.0 (20.03.2024)
Bug
ADL-116 CFC protocol parameter have no setter
Version 7.1.0-rc1 (15.02.2024)
New Feature
ADL-115 Support serial communication over HID by using hidapi
Version 7.0.0 (22.11.2023)
Task
ADL-113 Native support for .NET 8
ADL-114 Remove support for net6.0-ios and net6.0-android (.NET6 MAUI)
Version 6.4.0 (05.11.2023)
Version 6.4.0-rc1 (03.11.2023)
New Feature
ADL-112 Native support for .NET 7
Version 6.3.1 (02.05.2023)
Task
- [ADL-110] - Replace DateTime.UtcNow with Environment.TickCount for time difference
- [ADL-111] - Better log message from EventHelper with .NET5/.NET6
Version 6.3.0 (03.03.2023)
Bug
- [ADL-107] - API Documentation missing
- [ADL-108] - Add version to .NET6 TFMs as required by later NuGet versions
Version 6.3.0-rc1 (17.01.2023)
Bug
- [ADL-104] - Increasing memory leak with open Hid.Net connection
Version 6.2.0 (08.11.2022)
Version 6.2.0-rc2 (07.11.2022)
Task
- [ADL-106] - Update Babel Obfuscator to version 9.9.3
Version 6.2.0-rc1 (04.11.2022)
Bug
- [ADL-105] - Log.iOS and Log.Android is missing .NET6 support
Version 6.1.1 (21.09.2022)
Bug
- [ADL-103] - Invalid package reference to System.Management and System.IO.Ports in NuGet package
Version 6.1.0 (21.09.2022)
Improvement
- [ADL-102] - Use sealed classes when possible to improve performance
Version 6.0.0 (30.06.2022)
Version 6.0.0-rc2 (27.06.2022)
Improvement
- [ADL-100] - net6.0-windows variant for Serial.Comport library with ConnectionNative class
Version 6.0.0-rc1 (26.06.2022)
New Feature
- [ADL-99] - Support packages for .NET6
- [ADL-97] - Update referenced 3rd party packages to recommended versions
- [ADL-98] - Change NuGet dependency relation to strict between DotNETLibrary packages
Version 5.10.0 (12.06.2022)
New Feature
- [ADL-95] - Dispose of ILog instances
- [ADL-96] - Timeout and retry parameter of CFC protocol should be configurable
Version 5.9.1 (04.06.2022)
Improvement
- [ADL-92] - Only trigger PacketTransmitted event if someone is attached to it (reduce memory allocation)
Version 5.9.0 (29.01.2022)
Improvement
- [ADL-91] - Performance tweaks
Version 5.8.0 (22.12.2021)
Version 5.8.0-rc1 (20.12.2021)
Improvement
- [ADL-89] - Closed event on Hid.Net connection
Version 5.7.0 (09.12.2021)
Task
- [ADL-88] - Update obfuscation library to version 9.8.0.0
Version 5.6.1 (25.11.2021)
Bug
- [ADL-87] - Possible NullPointerException on FifoExecution
Version 5.6.0 (25.11.2021)
New Feature
- [ADL-73] - Add implementation for a FifoExecution
- [ADL-83] - Change background task of ConnectionNative into thread with selectable priority
- [ADL-84] - Change background task of ConsoleInputOutput into thread with selectable priority
- [ADL-85] - Change background task of CFC protocol into thread with selectable priority
- [ADL-86] - Core library as .NET Framework 4.5 and .NET Standard 2.0
Version 5.5.0 (17.08.2021)
Version 5.5.0-rc1 (04.08.2021)
New Feature
- [ADL-82] - Support Hid.Net as library for serial connections over HID
Version 5.4.0 (12.07.2021)
Version 5.4.0-rc1 (28.06.2021)
Task
- [ADL-80] - Add code sign signatures to the libraries
- [ADL-79] - Catch TimeoutException when read serial data (may happen in .NET Core)
Version 5.3.0 (02.06.2021)
Task
- [ADL-78] - Change to latest obfuscator version 9.7.4
Version 5.3.0-rc2 (03.05.2021)
Bug
- [ADL-76] - Connection causes unexpected ConnectionClosedException
Version 5.3.0-rc1 (03.05.2021)
Bug
- [ADL-74] - ConnectionNative doesn't trigger error events
- [ADL-71] - NLog support
- [ADL-72] - Create common interface for a serial port
- [ADL-75] - Add RS485 support with CLR SerialPort class
Version 5.2.0 (22.12.2020)
Task
- [ADL-70] - Provide .NET Standard 2.0 libraries for Serial.Comport, Log.log4net and Serial.hidlibrary
Version 5.1.0 (16.12.2020)
Task
- [ADL-68] - Update documentation to DocFX
Improvement
- [ADL-67] - COBS Encoder optimization when a 254 bytes block is at the end
- [ADL-69] - ConnectionNative supports Set/Clear of RTS line
Version 5.0.0 (24.10.2020)
New Feature
- [ADL-66] - Support HidLibrary for serial communication
- [ADL-65] - Reorganize DotNETLibrary library