AWS greengrass documentation change
Summary
Updated component version to 1.1.2 with Device Client upgrade and payload transfer fix
Security assessment
Payload transfer fix resolves a functional limitation. No explicit security vulnerability mentioned in the Device Client upgrade notes.
Diff
diff --git a/greengrass/v2/developerguide/secure-tunneling-component.md b/greengrass/v2/developerguide/secure-tunneling-component.md index 871f8582b..9fd577ecc 100644 --- a/greengrass/v2/developerguide/secure-tunneling-component.md +++ b/greengrass/v2/developerguide/secure-tunneling-component.md @@ -45,0 +46,2 @@ This component has the following versions: + * 1.1.x + @@ -107 +109 @@ When you deploy a component, AWS IoT Greengrass also deploys compatible versions -1.0.19 – 1.1.1 +1.0.19 – 1.1.2 @@ -110 +112 @@ When you deploy a component, AWS IoT Greengrass also deploys compatible versions -The following table lists the dependencies for versions 1.0.19 through 1.1.1 of this component. +The following table lists the dependencies for versions 1.0.19 through 1.1.2 of this component. @@ -358,0 +361,9 @@ The following table describes the changes in each version of the component. +1.1.2 | + +Bug fixes and improvements + + + * Upgrades the underlying [AWS IoT Device Client](https://github.com/awslabs/aws-iot-device-client) invoked by the component from version 1.9.0 to version 1.10.0. + * Fixes the payload transfer issue which prevents users from forwarding large files from Greengrass V2 core devices to the source device through the secure tunnel. + +