Changelog
February 17, 2022 ยท View on GitHub
All notable changes to permafrost-dev/ray-proxy will be documented in this file.
0.4.0 - 2022-02-17
- update all dependency versions to latest
- minor code updates/tweaks
- use ESM everywhere
0.3.0 - 2021-03-11
-
properly reflect Ray app response headers
-
add handler for GET requests
-
always send CORS headers
-
respond to preflight requests
0.2.6 - unreleased
- bump
esbuildversion to^0.9.0
0.2.5 - 2021-03-09
- add search for config file on startup (ray-proxy.config.js)
0.2.4 - 2021-03-08
- fix binary script (again)
0.2.3 - 2021-03-08
- fix binary script
0.2.0 - 2021-03-08
-
allow configuration via
ray-proxy.config.jsfile -
return all headers from Ray app requests unchanged
-
major code refactor
-
create
ray-proxybinary script asnode_modules/.bin/ray-proxyupon package install
0.1.0 - 2021-01-14
- initial release, work in progress