All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- subscribe many topics same time
- every MQTT client is a component now
- can spawn a
SubscribeTopic
component to subscribe to a topic and observe the messages
- Update MQTT example and library handling: Refactor error handling, subscribe method, and event types for clarity and robustness
- Improve MQTT subscription handling and add LogPlugin to example
- refactor code
- auto reconnect mqtt client
- bump bevy version to
0.14.*
- use tokio runtime for websocket
- Initial release