From 760554f8f441d91fab356013c74474fbbbaed3f6 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Wed, 19 Jan 2022 20:03:11 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b19a539..911da65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v1.5.4 +### Fixed +* Fixes SSL paths being improperly converted to lowercase in environments where the path is case-sensitive. +* Fixes a memory leak due to the implemention of server event processing. + +### Changed +* Selecting to redact information now redacts URLs from the log output when running the diagnostic command. + +### Added +* Adds support for modifying the default memory overhead percentages in environments where the shipped values are not adequate. +* Adds support for sending the `Access-Control-Request-Private-Network` header in environments where Wings will be accessed over a private network. This is defaulted to `off`. + ## v1.5.3 ### Fixed * Fixes improper event registration and error handling during socket authentication that would cause the incorrect error message to be returned to the client, or no error in some scenarios. Event registration is now delayed until the socket is fully authenticated to ensure needless listeners are not registed.