------------------- - Fixed signature of middleware instantiation in ClientRouter._make_client
0.12.1
------------------- - Added logging for critical server errors
0.12.0
-------------------
- Option to disable harakiri by setting timeout to 0 - Add channel capacities argument to ASGI transport core
0.11.0
-------------------
- Updated the ASGI transport backend to use the new version of asgi_redis - Improved the local client transport and renamed to LocalClientTransport - Added settings schema for ASGI transports - Added settings classes for ASGI-backed Server and Client - Made MsgpackSerializer the default serializer for all Servers and Clients
0.10.0
-------------------
- Updated the ASGI transport backend to support multiple Redis masters and Sentinel
0.9.0
------------------
- New ServerTestCase for writing tests against Servers and their actions - Allow variables to be included with errors and then sends the response down with failed serialization