AWS greengrass documentation change
Summary
Added version 4.0.3 release notes with bug fixes including alias limit adjustment, logging fixes, duplicate stream validation, compatibility fixes, and data ingestion correction
Security assessment
Changes address functional bugs and compatibility issues but do not mention security vulnerabilities or security-related fixes. The duplicate stream prevention and logging fixes improve reliability but lack explicit security context.
Diff
diff --git a/greengrass/v2/developerguide/iotsitewise-publisher-component.md b/greengrass/v2/developerguide/iotsitewise-publisher-component.md index 7314dbb79..9d17757f7 100644 --- a//greengrass/v2/developerguide/iotsitewise-publisher-component.md +++ b//greengrass/v2/developerguide/iotsitewise-publisher-component.md @@ -254,0 +255,12 @@ The following table describes the changes in each version of the component. +4.0.3 | + +Bug fixes and improvements + + + * Updates the maximum of unique aliases per AWS IoT SiteWise buffered ingestion file to match the cloud limit of 10,000. + * Fixes an AWS IoT Greengrass logging issue that incorrectly reports invalid service states. + * Adds validation to prevent duplicate stream names across Amazon S3 destination configurations in Classic streams, V2 gateways. + * Fixes a compatibility issue with AWS IoT SiteWise buffered ingestion in non-standard AWS partitions. + * Fixes an issue that causes duplicate data ingestion. + +