Releases: aws-greengrass/aws-greengrass-cloudwatch-metrics
Releases · aws-greengrass/aws-greengrass-cloudwatch-metrics
3.2.0
3.1.0
2.1.8
2.1.7
2.1.6
2.1.4
Version updated for Greengrass nucleus version 2.9.0 release.
3.0.0
This version of the CloudWatch metrics component expects different configuration parameters than version 2.x. If you use a non-default configuration for version 2.x, and you want to upgrade from v2.x to v3.x, you must update the component's configuration. For more information, see CloudWatch metrics component configuration.
New features
- Adds support for core devices that run Windows.
- Changes the component type from Lambda component to generic component. This component now no longer depends on the legacy subscription router component to create subscriptions.
- Adds new
InputTopic
configuration parameter to specify the topic to which the component subscribes to receive messages. - Adds new
OutputTopic
configuration parameter to specify the topic to which the component publishes status responses. - Adds new
PubSubToIoTCore
configuration parameter to specify whether to publish and subscribe to AWS IoT Core MQTT topics. - Adds the new
UseInstaller
configuration parameter that lets you optionally disable the installation script that installs component dependencies.
Bug fixes and improvements
- Adds support for duplicate timestamps in input data.