All notable changes to permafrost-dev/ray-proxy
will be documented in this file.
- update all dependency versions to latest
- minor code updates/tweaks
- use ESM everywhere
-
properly reflect Ray app response headers
-
add handler for GET requests
-
always send CORS headers
-
respond to preflight requests
- bump
esbuild
version to^0.9.0
- add search for config file on startup (ray-proxy.config.js)
- fix binary script (again)
- fix binary script
-
allow configuration via
ray-proxy.config.js
file -
return all headers from Ray app requests unchanged
-
major code refactor
-
create
ray-proxy
binary script asnode_modules/.bin/ray-proxy
upon package install
- initial release, work in progress