v0.4.0
This is a preview release of the aws-greengrass-component-sdk.
This project has been renamed from aws-greengrass-sdk-lite to aws-greengrass-component-sdk.
New features:
- Initial Rust bindings are now available for evalutation.
Breaking changes:
The prefix for types/functions/etc exported from the library have been changed from ggl to gg to reflect the renaming. Client code will need to update the prefixes for the functions/types/etc they use. For example, ggl_sdk_init is now gg_sdk_init and GglObject is now GgObject.