Skip to content

Releases: aws-greengrass/aws-greengrass-mqtt-bridge

2.3.2

26 Apr 16:10
e2ad1fc
Compare
Choose a tag to compare

Update for new version of aws.greengrass.clientdevices.Auth

2.3.1

07 Dec 19:25
e2ad1fc
Compare
Choose a tag to compare

Bug fixes and improvements

  • Fixes a rare case where the local mqtt client can get into a disconnect loop

2.3.0

28 Sep 18:18
95a6b99
Compare
Choose a tag to compare

New Features

  • Adds MQTT5 support for bridging between AWS IoT Core and local MQTT sources.

2.2.6

06 Jun 23:11
ec69c3d
Compare
Choose a tag to compare

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

11 Apr 22:35
ec69c3d
Compare
Choose a tag to compare

Version updated for client device auth version 2.4.0 release.

2.2.4

16 Nov 00:30
Compare
Choose a tag to compare

Version updated for Greengrass client devices auth component version 2.3.0 release.

2.2.2

19 Aug 18:05
Compare
Choose a tag to compare

Bug fixes and improvements

  • Logging adjustments.

2.2.1

28 Jul 22:44
Compare
Choose a tag to compare

Bug fixes and improvements

  • Fixes issues that can result in the MQTT bridge failing to subscribe to MQTT topics.

2.2.0

28 Jun 15:58
0e51e6b
Compare
Choose a tag to compare

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.

2.1.1

14 Jun 18:25
Compare
Choose a tag to compare

Bug fixes and improvements

  • Fixes issues with how this component handles configuration reset updates.

  • Reduces the frequency of MQTT client disconnects when certificates rotate.