From 8dd7b88dd8813105705e51209dc7a41c8c863449 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 7 Jan 2020 08:26:58 -0500 Subject: [PATCH] WIP changelog --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fadcdb437..8336ed704 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,19 @@ ## Goals * simplify server configuration by dropping support for unused features - * drop `websocketPath` `websocketURL` and `useExternalWebsockets` - * use `externalWebsocketURL` to replace all of these ## Update notes * modify default config and docker config * review websocket config changes and update accordingly -* you may want to use the updated nginx config +* default config.js now nests directories not exposed by nginx in the /data/ directory + * this should not affect existing instances set up manually, though anyone running docker should review their setup before updating +* updated example nginx config uses variables for domains, simplifies sandbox configuration +* drop support for old websocket configuration style, prefer unified value + * drop `websocketPath` `websocketURL` and `useExternalWebsockets` + * use `externalWebsocketURL` to replace all of these +* drop use of `new Buffer`, use `Buffer.from` + ## Features