Skip to content

Release v1.3.0

Choose a tag to compare

@jayantjn jayantjn released this 21 Apr 11:24
· 13 commits to main since this release

Bug fixes:

  • Fixed crash when using Greengrass V2 connection type.

Improvements:

  • Improved guide for Greengrass V2
  • Added an option to fwdemo stack to use Greengrass V2 connection type. When MqttConnectionType is set to iotGreengrassV2, the EC2 instance will be configured as a Greengrass core device and FWE will be deployed as a Greengrass component.
  • Make SHA1 code compatible with Boost 1.86.0. The 1.84.0 version is still being used as a dependency, but the code should now compile with more recent versions too. Related to #119
  • Added system test framework with 70 reference system tests
  • Update to Ubuntu 22.04 for the development environment
  • Upgraded the ROS2 distribution from Galactic to Humble