Releases: aws-greengrass/aws-greengrass-mqtt-bridge
Releases · aws-greengrass/aws-greengrass-mqtt-bridge
2.3.2
2.3.1
Bug fixes and improvements
- Fixes a rare case where the local mqtt client can get into a disconnect loop
2.3.0
New Features
- Adds MQTT5 support for bridging between AWS IoT Core and local MQTT sources.
2.2.6
Bug fixes and improvements
- Adding a new startupTimeoutSeconds configuration, allowing customers to set how long those components can take during startup before erroring.
2.2.5
Version updated for client device auth version 2.4.0 release.
2.2.4
Version updated for Greengrass client devices auth component version 2.3.0 release.
2.2.2
Bug fixes and improvements
- Logging adjustments.
2.2.1
Bug fixes and improvements
- Fixes issues that can result in the MQTT bridge failing to subscribe to MQTT topics.
2.2.0
New features
-
Adds support for MQTT topic wildcards (
#
and+
) when you specify local publish/subscribe as the source message broker.This feature requires v2.6.0 or later of the Greengrass nucleus component.
-
Adds the
targetTopicPrefix
option, which you can specify to configure the MQTT bridge to add a prefix to the target topic when it relays a message.