Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 2.8 KB

CHANGELOG.md

File metadata and controls

45 lines (34 loc) · 2.8 KB

Changelog

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.

Changed

  • Respond with 403 error code instead of 400 on POST requests with invalid referrers (...).
  • Update to NGINX 1.25.2 (...).

Fixed

  • Fix Reporting-Endpoints header incorrectly named as Report-Endpoints (...).

0.1.0 - 2023-07-10

Added

  • 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).

Changed

  • Replace envsubst for templating with njk (#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.

Removed

  • A TODO about removing "Server: nginx" header entirely (01dc10f).
  • Support for HTTP/2 Server Push for preloading (0c23f46).

0.0.1 - 2023-05-28

Added

  • Created this repository, moved NGINX configs here (360ebdd).
  • Added nginx -t and Gixy tests (dccd9ca).
  • Added some unit tests (#38).