Warning
Issue #529 reported that by default the AIOHTTPTransport
was not validating ssl certificates
(a self-certificate was accepted by default).
This version adds a warning to warn users, in the PR:
- AIOHTTPTransport default ssl cert validation add warning (#530)
A new major version will be made shortly to change this default behavior to always verify
ssl certificates by default.
Features
- Use httpx with gql-cli if aiohttp is not available on auto (#528)
Fixes
- Using gql version of the get_introspection_query method (#523)
This would reset the change of graphql-core to increase the type recursion level from 7 to 9
in version graphql-core==3.3.0a7 and allow the possibility to change the introspection
query recursion level.
Misc
- Sort elements in node_tree method (#520)
- Fix test for introspection type recursion level change in graphql-core v3.3.0a7 (#521)
- Adding the input_value_deprecation argument to get_introspection_query_ast (#524)
- Remove Python 3.8 support (#525)
- Bump sphinx dev dependencies (#526)
- Bump httpx to min 0.27 (#531)
- Bump websockets to 13.x (#532)