4.11.0
This version introduces the following features:
- Sending Abort command in case of an error to a DFU bootloader from SDK 15 or newer to quickly reset the target into application mode (#447). Devices from SDK 12-14 will continue to just be disconnected.
- Using connection timeout during reconnections, instead of hardcoded 5 second timeout (#442).
- Bug fix: Handling situations when object size is reported to be 0 bytes (#443 and #444).
- Bug fix: Missing error codes added. That was causing crashes (#446).
- Minor code improvements (#448, #445).
- Read Object Info was renamed to Select Object, to be more inline with Secure DFU specification (cb29e88).