All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Respond with 403 error code instead of 400 on POST requests with invalid referrers (...).
- Update to NGINX 1.25.2 (...).
- Fix
Reporting-Endpoints
header incorrectly named asReport-Endpoints
(...).
0.1.0 - 2023-07-10
- Clarify in README versions where proxy runs (
3ba53b7
). - A TODO about redirecting unsupported browsers to a special page (
ec9450d
). - WebSockets are now specified in a different way and support for overriding static/dynamic files URL regexps was added (#43).
- Replace
envsubst
for templating withnjk
(#41). - Update to NGINX 1.25.1 (
0c23f46
). - Move most tweakable parameters to environment variables (#44).
- Some cleanup and refactoring (#44).
- Rename to Yokohama Proxy (
6f7a3ac
). - Move some TODOs to Issues (
9211603
). - Make the repository public.
- A TODO about removing "Server: nginx" header entirely (
01dc10f
). - Support for HTTP/2 Server Push for preloading (
0c23f46
).