0.2.0
warp-cors 0.2.0 is a maintenance release that mostly includes code improvements.
Improvements
- The server will now shutdown gracefully when it receives a INT or TERM signal on *nix systems, or CTRL-C on Windows systems. This fixes an issue where the server would not shutdown gracefully when Docker tried to stop the container.
See #1 for more details. - Release binaries are now stripped for *nix releases to reduce the binary size.
See #2 for more details. - The proxy now uses values from the request headers to populate CORS response headers. This also means
Access-Control-Allow-Credentials: true
is now returned by the proxy.
See #6 for more details. - A
.dockerignore
file was added to ensure local build artifacts are not included in Docker images.
See #10 for more details.