Skip to content

Routerlicious v4.0.0 (major)

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 01:51
· 936 commits to main since this release
baae9d9

RestWrapper querystring types narrowed

The acceptable values for the querystrings passed to RestWrapper must be string | number | boolean (previously accepted unknown). Other values cannot be successfully stringified and so should be avoided.

Alfred no longer handles websocket traffic

Removed the websocket component of Alfred and stood it as a new microservice, Nexus. When running locally it will run on port 3002. Clients that have discovery enabled and use deltaStreamUrl need no change as they will automatically connect to Nexus. If support for older clients is necessary, an Nginx redirect for Alfred socket requests to be forwarded to Nexus can be used.