======= - Fixed Stalette/FastAPI implementation and added example using FastAPI server
0.4.17
======= - python 3.13 support - Documentation and example code update
0.4.16
======= - 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)