Changelog¶
3.0.3 (2024-09-09)¶
Additions and improvements
- Switched to the new UTC date×
Fixes
- Close underlying websocket when disconnected with an error.
3.0.2 (2023-12-22)¶
Additions and improvements
- Improved compatibility with AWS IoT by supporting cases where SubScription Identifiers aren't available.
- Merged v3.1.1 and v5 application message creation.
3.0.1 (2023-11-09)¶
Fixes
- Fixed case where the received data wasn't fully consumed but the array got recycled into the BufferPool
3.0.0 (2023-11-01)¶
Additions and improvements
- Added modularity: previously bundled within a larger asset, the Best MQTT functionality has been separated out, creating a dedicated package that builds upon the core capabilities of the Best HTTP package for streamlined and focused MQTT communication.
- Enhanced connection capabilities: utilizes the improved connection mechanisms provided by the Best HTTP package for faster connections.
- New namespace hierarchy: MQTT-related classes have been moved from
BestMQTT
to theBest.MQTT
namespace.