Releases: DoctorJohn/aiogqlc
Releases · DoctorJohn/aiogqlc
v5.4.0
What's Changed
- Drop support for python 3.8 by @DoctorJohn in #61
- Adopt PEP 621 by @DoctorJohn in #62
- Upgrade strawberry by @DoctorJohn in #63
- Restore full branch coverage by @DoctorJohn in #64
- Upgrade deps by @DoctorJohn in #65
- Run tests in random order by @DoctorJohn in #66
- Migrate to uv by @DoctorJohn in #67
- Add support for Python 3.14 by @DoctorJohn in #68
- Add publish workflow by @DoctorJohn in #69
- Fix endpoint urls by @DoctorJohn in #70
- Recommend using a pytest fixture when testing by @DoctorJohn in #71
Full Changelog: v5.3.0...v5.4.0
v5.3.0
Officially support Python 3.13
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.