Releases: waterlink/rack-reverse-proxy
Releases · waterlink/rack-reverse-proxy
0.11.0: Flying Hedgehog
02 Mar 06:19
Compare
Sorry, something went wrong.
No results found
Improve :x_forwarded_headers option and make it a documented public API (#26 )
Fix bug with decoding done twice in some cases related to ACCEPT_ENCODING header (#27 ) (issue #12 )
0.10.0
02 Mar 06:15
Compare
Sorry, something went wrong.
No results found
Fix minor problems with https and ssl and add :force_ssl option (#16 )
Add support for lambda as a matcher (#19 )
Add openssl's :verify_mode options (#25 )
0.9.1
22 Jul 16:18
Compare
Sorry, something went wrong.
No results found
Enhancement: Remove Status key from response headers as per Rack protocol (see rack/lint ) - Jan Raasch #7
0.9.0
03 Jul 22:49
Compare
Sorry, something went wrong.
No results found
Bugfix: Timeout option matches the documentation - Paul Hepworth
Ruby 1.8 compatibility - anujdas
Bugfix: Omit port in host header for default ports (80, 443), so that it doesn't break some web servers, like "Apache Coyote" - Peter Suschlik
Bugfix: Don't drop source request's port in response's location header - Eric Koslow
Bugfix: Capitalize headers correctly to prevent duplicate headers when used together with other proxies - Eric Koslow
Bugfix: Normalize headers from HttpStreamingResponse in order not to break other middlewares - Jan Raasch