From 5061a8e65e6e0a251a8ad676d03149ed79379903 Mon Sep 17 00:00:00 2001 From: Nonso Nwanze Date: Mon, 16 Sep 2024 17:45:08 +0000 Subject: [PATCH] Update release notes cr: https://code.amazon.com/reviews/CR-149978838 --- RELEASENOTES.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 925725707..dfc3e5e61 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,5 +1,23 @@ Latest =============== +- Update default session logging destination to none +- Specify a minimum of TLS v1.2 in http client calls +- Add web-socket heartbeat to detect connection drops in the web-socket for control and data channels sooner +- Use exponential retry for document worker, increase retry interval and attempt count when reading IPC files +- Add wait for cloud-init in the agent updater +- Fix timeouts for update without yum endpoint connectivity +- Change in orchestration directory removal process to reduce disk space usage +- Fix Inventory detailed information invalid value check +- Fix parsing issue with DomainJoin Plugin +- Modify DomainJoin Plugin to use Kerberos REALM in username for RHEL and variants +- Change the SUSE linux zypper commands to quiet mode for the DomainJoin Plugin +- Move high volume info logs to debug level +- Remove deprecated go coverage library (golang.org/x/tools/cmd/cover) +- Add lock on session orchestration cleanup to prevent quadratic file system lookup for large volume session users +- Upgrade GoLang to version 1.22.7 + +3.3.859.0 +=============== - Updated snapcraft.yml specification 3.3.808.0