From 14eb166f078a6dc81541724033fc0f72fac29302 Mon Sep 17 00:00:00 2001 From: Rafe Luan <33504710+Xuqing888@users.noreply.github.com> Date: Mon, 26 Apr 2021 13:47:58 -0700 Subject: [PATCH] chore(changelog): v2.1.0 release (#58) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..be2c92ff --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +## v2.1.0 + +### Bug fixes and improvements + +* Use defaults for logFileDirectoryPath and logFileRegex that work for Greengrass components that print to standard output (stdout) and standard error (stderr). +* Correctly route traffic through a configured network proxy when uploading logs to CloudWatch Logs. +* Correctly handle colon characters (:) in log stream names. CloudWatch Logs log stream names don't support colons. +* Simplify log stream names by removing thing group names from the log stream. +* Remove an error log message that prints during normal behavior.