======= - Fix using router request-response with reactivex response - Fix examples of consuming the payload of a request-channel - Fix the reactivex example of the tutorial application
0.4.15
======= - Websockets server support (https://github.com/python-websockets/websockets) - AsyncWebsockets client support (https://github.com/Fuyukai/asyncwebsockets)
0.4.14
======= - GraphQL: Use async methods for query resolvers. Fixed using mutation methods and passing variables.
0.4.13
======= - GraphQL basic support (See examples/graphql)
0.4.12
======= - Fixed fragmentation for fire and forget - Fixed incorrect limit on tag (and route) length from 127 to 255 (GooDer)
0.4.11
======= - Breaking change: RequestRouter argument 'payload_mapper' was replaced with 'payload_deserializer' and 'payload_serializer' - Added CloutEvent serialize/deserialize helpers for use in RequestRouter