Releases: DoctorJohn/aiogqlc
Releases · DoctorJohn/aiogqlc
v5.3.0
v5.2.0
Bump version to 5.2.0
v5.1.0
Bump version to 5.1.0
v5.0.1
Bump version to 5.0.1
v5.0.0
The connection initialization parameters of the legacy graphql-ws protocol now default to an empty JSON object {} instead of null. This is to be more aligned with the reference implementation.
Furthermore, various constants have been removed from aiogqlc.constants. They were not considered part of the public API, but in case you used them, you might need to update your code.
v4.1.0
This release adds official support for Python 3.12 and enables the passing of extra request options to aiohttp.
v4.0.0
This release drops support for Python 3.7 and adds support for Python 3.11
v3.1.0
Bump version to 3.1.0
v3.0.0
This release drops support for Python 3.6 and adds support for Python 3.10.
v2.2.0
This release adds support for WebSocket subscriptions following the graphql-ws
protocol.