diff --git a/CHANGELOG.md b/CHANGELOG.md index 676c71d..f4af530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ * Fixes a race condition when setting the application name in the console output for a server. * Fixes a server being reinstalled causing the `file_denylist` parameter for an Egg to be ignored until Wings is restarted. * Fixes YAML file parser not correctly setting boolean values. +* Fixes potential issue where the underlying websocket connection is closed but the parent request context is not yet canceled causing a write over a closed connection. +* Fixes race condition when closing all active websocket connections when a server is deleted. +* Fixes logic to determine if a server's context is closed out and send a websocket close message to connected clients. Previously this fired off whenever the request itself was closed, and not when the server context was closed. ### Added * Exposes `8080` in the default Docker setup to better support proxy tools.