All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- support of
shutdown
method for transports
- matching of subscription topic for
MQTTTransportServer
to handle overlapping issues
- matching of subscription topic in
MQTTTransportClient
to handle wildcards
- topic leading slash from examples because it is considered as a bad practice.
- support of
inQos
level parameter for both transports: it will be used for subscribing - support of
outQos
level parameter for both transports: it will be used for publishing - support of [email protected]
responseTopic
property: it will be provided to server and selected by default index.js
file to export components- node
18
version for the Travis check
- the
outTopic
parameter forMQTTTransportServer
is not required anymore due to addedresponseTopic
support