v0.3.0
·
56 commits
to main
since this release
This release adds support for topic properties and a reconnection handler, among other additions.
Breaking Changes
- Split the
portfield inNewClientOptionsintounsecure_portandsecure_port setandset_defaultmethods ofPublishernow return a result
Additions
- Reconnect handling via the
crate::reconnectfunction TopicPathstruct andpath!macro for easy manipulation of slash-delimited topic names- Creation of
TopicCollection, allowing for the subscription of multiple topics at once - Support for updating topic properties via
Publisher.update_propsandUpdatePropsstruct - More examples
...and other various improvements!