Releases: ferronweb/ferron
Releases · ferronweb/ferron
1.3.5
1.3.4
- The server now determines the server configuration again (with changed location) after replacing the URL with a sanitized one.
1.3.3
- Fixed 502 errors caused by canceled operations when reverse proxying with Docker
1.3.2
- Fixed Rust panics when trying to use reverse proxying with HTTP/3
- The server now wrap ETags in quotes for partial content requests
1.3.1
- Fixed "http.request" ASGI event with the incorrect assigned "lifespan.shutdown" type
- Fixed incorrect configuration validation of error and location configurations
1.3.0
- Added support for configurable error handling that uses a regular request handler
- Added support for intercepting error responses from backend servers
1.2.0
- Added support for environment variable overrides
- Fixed the "http2Settings" configuration property logged an unused by Ferron when it's configured
- The server now adds a date to HTTP/3 responses
- The server now sends the original request headers to the WebSocket backend server, when Ferron is configured as a reverse proxy
- The server now sends the original request headers to the ASGI application, when the server is connected via WebSocket protocol
This is the first release of Ferron on GitHub. Earlier releases can be found at https://downloads.ferronweb.org.