Skip to content

Releases: warriors-life/yokohama-proxy

v0.1.0

10 Jul 17:36
v0.1.0
eda5879
Compare
Choose a tag to compare

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

v0.0.1

28 May 16:59
v0.0.1
e0688e4
Compare
Choose a tag to compare

Added

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