- Upgrade to Python 3. Currently WsgiService currently supports Python 3 and Python 2.
0.4.0
- Resource: automatically handle JSON input. If the JSON data is a dictionary, then it is automatically passed into the methods, just like URL parameters, GET data and POST data.
0.3.1
- Fix: Log all exceptions. There were some code paths where an exception wouldn't be logged at all. - Fix: Some typos in the log output have been corrected. - Fix: Fix output of the `/_internal/help` resource.
0.3.0
- Upgrade WebOb requirement and support WebOb 1.1 - Resource: The `DECODE_PARAMS` option has been removed.
0.2.7
- Resource: remove illegal XML characters from XML output.
0.2.6
- Resource: The `expires` decorator accepts a new parameter `vary`. It can be set to a list of header names that should be included in the `Vary` response header.