------------------ - Update ThreadlocalClientTransport to support both import paths and objects at initialization - Make Server class somewhat Django-compatible
------------------ - Changed middleware to work in a callable (new-Django) style
0.6.1
------------------ - Fixed an issue wherein the ASGI transport class was violating the ASGI message protocol requirement for unicode message keys when running under Python 2. - Fixed a bug that caused the Server to crash when instantiating middleware classes from settings.
0.6.0
------------------ - Make SOASettings middleware schema consistent with transport and serializer schema - Updated PySOA to be Python 3 compatible.
0.5.0
------------------ - Make stub service a real service with a real server and real actions, using ThreadlocalClientTransport - ActionResponse automatically converts errors to Error type - Error type accepts both `field` and `traceback` properties, both optional.