Changelog¶
Version 0.3.1¶
Released on January 30, 2015.
- Fix a url reconsturction bug on several WSGI servers like Green Unicorn.
Now it sees
HTTP_HOSTandwsgi.url_schemewhenPATH_INFOis not enough. [issue #1]
Version 0.3.0¶
Released on April 5, 2013. It’s a first version released by Hong Minhee, a new maintainer of wsgi-proxy.
- Introduce new wsgi-proxy command.
- Use waitress by default.
- Add
wsgi_proxy.app, a default instance ofwsgi_proxy.WSGIProxyApplication. - Fix
reconstruct_url()to correctly constructs the remote URL. [#1 from Google Code]