Skip to content

Releases: aws-greengrass/aws-greengrass-log-manager

2.3.0

18 Nov 20:50
e53afca

Choose a tag to compare

New features

  • Reduces log delays by processing and directly uploading active log files instead of waiting for new files to be rotated.

Bug fixes and improvements

  • Improves support of log rotation when rotating files with a unique name.
  • Additional minor bug fixes and improvements.

2.2.8

16 Nov 00:28
3dd5538

Choose a tag to compare

Version updated for Greengrass nucleus version 2.9.0 release.

2.2.7

07 Oct 17:42
3dd5538

Choose a tag to compare

Version updated for Greengrass nucleus version 2.8.0 release.

2.2.6

28 Jul 22:43
3dd5538

Choose a tag to compare

Version updated for Greengrass nucleus version 2.7.0 release.

2.2.5

27 Jun 20:39
3dd5538

Choose a tag to compare

Version updated for Greengrass nucleus version 2.6.0 release

2.2.4

31 May 22:19
3dd5538

Choose a tag to compare

Bug fixes and improvements

  • Improves stability when handling invalid configurations.
  • Additional minor fixes and improvements.

2.2.3

15 Mar 05:29

Choose a tag to compare

Bug fixes and improvements:

  • Improves stability in certain scenarios where the component restarts or encounters errors.
  • Fixes issues where large log messages and large log files fail to upload in certain scenarios.
  • Fixes issues with how this component handles configuration reset updates.
  • Fixes an issue where a null diskSpaceLimit configuration value prevented the component from deploying.

2.2.2

04 Feb 17:34
e4dd008

Choose a tag to compare

Bug fixes and improvements

  • Adds support for log messages that are larger than 256 kilobytes. The log manager component splits these large log messages into multiple messages.

2.2.1

12 Nov 21:50
c88203d

Choose a tag to compare

Version updated to 2.2.1 for Greengrass nucleus version 2.5.0 release

2.2.0

20 Oct 23:02
c88203d

Choose a tag to compare

New feature

  • Adds the componentLogsConfigurationMap configuration parameter to support a map format for component log configurations. Each componentName object in the map defines the log configuration for a component or application.