Skip to content

1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 07:45
· 102 commits to master since this release

Changes

1.4.0 contains some breaking changes to the structure. If you are running it as a service or pm2 where you point to proxy.js, you now find it in the /dist folder instead of /src/server/dist. Your settings files (*.json) must also be copied to /dist if you run it like that.

The docker container is unaffected by this change. Or if you download the proxy.zip below, it's the same as before.

🚀 Features

Docker Container

For equivalent docker version, any of:

docker pull nanojson/nanorpcproxy:latest
docker pull nanojson/nanorpcproxy:v1.4.0

For latest master branch:

docker pull nanojson/nanorpcproxy:master