Gql

Latest version: v3.5.0

Safety actively analyzes 638379 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

3.5.0b1

New features

- Don't try to close the aiohttp session if `connector_owner` is False (382)
- Feature allow to set the content-type of file uploads (386)

3.5.0b0

New features

- Add HTTPX transport (370)

Misc

- Update Sphinx dev dependency to 5.3.0 (371)

3.5.0a0

New features

- Add execute-timeout argument for gql-cli (349)

Bug fixes

- Fix KeyError when errors is not iterable (359)
- Handle JSON response being `None` (365)
- Get response headers even with 4xx return code (367)

Documentation

- Add documentation on websockets level ping frames (345)
- Minor Spelling Mistake (351)
- Add phoenix channel transport example (354)

Misc

- Make `AsyncTransport` and `Transport` proper abstract base classes (350)
- Update graphql-core to 3.3.0 and dropping support for Python 3.6 (363)

3.4.1

Fixes

- Restrict urllib3 to versions 1.x (413).
This should fix the problems which appeared when `requests` version 2.30 bumped `urllib3` to a 2.x version.

3.4.0

New features

- Permanent reconnecting async session (324)
This new feature will make it more easy to keep a reference to a session in a class.
See [the new documentation about this](https://gql.readthedocs.io/en/stable/advanced/async_permanent_session.html)
Note: the [backoff dependency](https://pypi.org/project/backoff/) had to be added for this feature
- Adding explicit json_serialize argument in AIOHTTPTransport (337)

Bug fixes

- Allow omitting optional arguments with serialize_variables=True (338)

Documentation

- DOC Add basic example result in README (336)

3.3.0

New features

- DSL Add default method for variables (322)

Fixes

- Check for errors during fetch_schema() (328)
- Fix parsing of None with parse_results=True (326)

Documentation

- Add doc to install gql with conda (321)

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.