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.
- bevy bump to 0.16
- bevy crates bump to 0.15.0-rc.1
- SubscribeTopic search mqtt client from ancestors
- Add
PackageCache
to store the package for each topic
- MqttPublishPacket contains entity
- 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