rumqttc v0.25.1
This patch release focuses on fixing the broken WebSocket feature and includes dependency updates.
Highlights
WebSocket Fix: This release resolves a build issue that occurred when the websocket feature was enabled, caused by incompatibility with ws_stream_tungstenite v0.14.0. The dependency has been updated to v0.15.0, restoring full WebSocket functionality.
Changes
- Fixed: Build failure when compiling with the
websocketfeature enabled (#999) - Added: New
use-rustls-no-providerfeature for more flexible TLS configuration (#988) - Maintenance: Updated dependencies (#1006 )
Contributors
Welcome to our new contributors:
Full Changelog: [rumqttc-0.25.0...rumqttc-0.25.1]