Skip to content

Releases: DoctorJohn/aiogqlc

v5.2.0

22 Sep 23:35
57d4ba2
Compare
Choose a tag to compare
Bump version to 5.2.0

v5.1.0

02 Jan 23:28
4535e4c
Compare
Choose a tag to compare
Bump version to 5.1.0

v5.0.1

02 Jan 04:07
af176f3
Compare
Choose a tag to compare
Bump version to 5.0.1

v5.0.0

01 Jan 18:24
20f7031
Compare
Choose a tag to compare

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

12 Nov 17:24
776e7c6
Compare
Choose a tag to compare

This release adds official support for Python 3.12 and enables the passing of extra request options to aiohttp.

v4.0.0

04 Sep 21:04
Compare
Choose a tag to compare

This release drops support for Python 3.7 and adds support for Python 3.11

v3.1.0

31 Jul 01:29
Compare
Choose a tag to compare
Bump version to 3.1.0

v3.0.0

07 Oct 16:28
Compare
Choose a tag to compare

This release drops support for Python 3.6 and adds support for Python 3.10.

v2.2.0

07 Jun 13:33
Compare
Choose a tag to compare

This release adds support for WebSocket subscriptions following the graphql-ws protocol.