You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 0.3.7
### Added
- Added the `WEBSOCKET_ROOT` environment variable, which sets the root path to
use for all websocket connections made by the `.ws` user interface (thanks
[@maximthomas]).
### Changed
- The `.ws` and `.sse` endpoints are now served from every directory, not only
the root path.
- The websocket user interface served by `.ws` will now establish a websocket
connection to the directory it is served from, not only the root path.
- The websocket user interface now logs the URL that it connects to.
Version 0.3.1
- Add the `SEND_SERVER_HOSTNAME` environment variable, set to `false` to prevent the server from sending its hostname
- Add the `X-Send-Server-Hostname` request header,