Features:
- Added a new config option,
transmit_environment_variables
, to control sending any environment variables at all - Added support to
filter_keys
config option for ignoring keys with a simple wildcard approach. See README for more information
Bugfixes
- Add request rawData to the build_wsgi_compliant_request utilities to fix a bug where rawData is set manually then overwritten by an empty object.
Bugfixes
- Fix
set_request_details
builder method not returning self causing it to be unchainable
Bugfixes
Thanks to @brock for both of these changes
BugFixes
- Further improved WSGI request handling and fixes problems with forms and WSGI requests (#76)
Thanks @ericb-granular
Bugfix:
- Fix request building in WSGI middlewares that had not been updated to use the new improved WSGI request handling, thanks for noticing @ericb-granular (#73)
Breaking changes:
- Support for Python 2.6 has been dropped
Features:
- Improved WSGI request request handling, Thanks @ericb-granular (#70)