Skip to content

Releases: aws-greengrass/aws-greengrass-nucleus

2.11.1

21 Jul 17:24
Compare
Choose a tag to compare

Bug fixes and improvements

  • Fixes an issue where the nucleus may not start if a bootstrap task fails and the deployment metadata file is corrupted
  • Fixes an issue where on-demand Lambda components aren't reported in deployment status updates
  • Adds support for duplicate authorization policy IDs

2.11.0

28 Jun 21:27
3b555bb
Compare
Choose a tag to compare

New features

  • Enabled local deployment cancellation
  • Enabled configurable failure handling policy
  • Nucleus now supporting disk spooler plug in

2.10.3

21 Jun 15:09
Compare
Choose a tag to compare

Bug fixes and improvements

  • Fixes an issue where Greengrass could not subscribe to deployment notifications when using the PKCS11 provider

2.10.2

06 Jun 23:10
Compare
Choose a tag to compare

Bug fixes and improvements

  • Allows case insensitive parsing of component lifecycle
  • Fixes an issue where environment PATH variable was not getting recreated correctly.
  • Fix proxy URI encoding for components including stream manager for usernames with special characters.

2.10.1

11 May 23:04
Compare
Choose a tag to compare

Bug fixes and improvements

  • Revert SDK CRT to fix launch failure on some armv8 processors
  • Check configured input stream option before close

2.10.0

10 May 20:21
f2c7bdd
Compare
Choose a tag to compare

New features

  • Adds support for MQTT5.
  • Adds a mechanism for loading plugin components quickly without scanning.
  • Enables Greengrass to save disk space by deleting unused Docker images.
  • Allows access to private Amazon ECR repositories in regions other than the AWS IoT Greengrass core region.
  • Adds an optional configuration value to define where the IPC socket file should be created on Linux.

Bug fixes and improvements

  • Fixes an issue where rollback leaves certain configuration values in place from a deployment.
  • Fixes an issue where the Greengrass nucleus validates for an AWS domain sequence in custom non-AWS credentials and data endpoints.
  • Updates multi-group dependency resolution to re-resolve all group dependencies via AWS Cloud negotiation, instead of locking to the active version. This update also removes the deployment error code INSTALLED_COMPONENT_NOT_FOUND.
  • Updates the Greengrass nucleus to skip downloading Docker images when they already exist locally.
  • Updates the Greengrass nucleus to restart a component install step before timeout expires.
  • Additional minor fixes and improvements.

2.9.6

20 Apr 19:11
Compare
Choose a tag to compare

Bug fixes and improvements

This update fixes an issue where a Greengrass deployment fails with the error LAUNCH_DIRECTORY_CORRUPTED and a subsequent device reboot would fail to start Greengrass. This error may occur when you move the Greengrass device between multiple thing groups with deployments that require Greengrass to restart.

2.9.5

03 Apr 18:23
2a69115
Compare
Choose a tag to compare

New features

  • Adds support for Greengrass nucleus software signature verification.

Bug fixes and improvements

  • Fixes an issue where a deployment fails when the local recipe metadata region doesn't match the Greengrass nucleus launch region. The Greengrass nucleus now renegotiates with the cloud when this happens.
  • Fixes an issue where the MQTT message spooler fills up and never removes messages.
  • Additional minor fixes and improvements.

2.9.4

24 Feb 23:52
Compare
Choose a tag to compare

Bug fixes and improvements

  • Checks for a null message before it drops QOS 0 messages.
  • Truncates job status detail values if they exceed the 1024 character limit.
  • Updates the bootstrap script for Windows to correctly read the Greengrass root path if that path includes spaces.
  • Updates subscribing to AWS IoT Core so that it drops client messages if the subscription response wasn't sent.
  • Ensures that the nucleus loads its configuration from backup files when the main configuration file is corrupt or missing.

2.9.3

01 Feb 15:08
Compare
Choose a tag to compare

Bug fixes and improvements

  • Ensure MQTT client IDs are not duplicated
  • Add more robust file-reading/writing to avoid and recover from corruption
  • Retry Docker image pull on specific network-related errors
  • Enable the noProxyAddresses option for MQTT connection