Update CHANGELOG.md
This commit is contained in:
parent
09e1ba6f34
commit
9861286f96
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user