Releases: Bassetts/warp-cors
Releases · Bassetts/warp-cors
0.3.0
warp-cors 0.3.0 is a minor release that contains bug fixes and feature improvements.
Improvements
- Redirects are now handled properly by the proxy.
See #8 for more details - If a
Origin
header is not supplied in the reques then `` will now be returned on the proxied response instead of returning a bad request. See #15 for more details. - The Minimum Supported Rust Version has been bump to 1.56
Full Changelog: 0.2.0...0.3.0
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.
0.1.0
0.1.0