Skip to content

v0.3.0

Latest

Choose a tag to compare

@archigup archigup released this 29 Oct 00:30
· 37 commits to main since this release

This is a preview release of the aws-greengrass-sdk-lite.

New features:

  • Initial C++ bindings available for evalutation.
  • Experimental support for building as shared libraries.
  • Added support for RestartComponent IPC command.
  • Added support for SubscribeToConfigurationUpdate IPC command.
  • GetConfiguration now works with the Classic Nucleus and the new
    version of the Lite runtime.
  • Improved handling of GglObject limits.
  • Improved error handling.
  • Replaced custom log coloring with journalctl log level integration.

Breaking change:

GetConfiguration behavior has changed to work with Classic. If you are
using GetConfiguration with the Lite runtime, make sure your SDK and
Lite runtime versions are compatible. SDK version <= 0.2 will work with
Lite runtime <= 2.2.2 and SDK version >= 0.3 will work with Lite runtime
version >= 2.3.0 and the Classic runtime.