Graphql-core

Latest version: v3.2.5

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

Scan your dependencies

Page 5 of 13

3.1.0

Final release of GraphQL-core v3.1.0, based on GraphQL.js v15.0.0.

See the three pre-releases [v3.1.0b0](https://github.com/graphql-python/graphql-core/releases/tag/v3.1.0b0), [v3.1.0b1](https://github.com/graphql-python/graphql-core/releases/tag/v3.1.0b1) and [v3.1.0b2](https://github.com/graphql-python/graphql-core/releases/tag/v3.1.0b2) for a complete list of changes.

3.1.0b2

Third beta release of GraphQL-core 3.1, based on GraphQL.js v15.0.0rc2.

In addition to incorporating the latest changes from the master branch of GraphQL.js, this release also contains the following improvements:

* Increased performance by using a faster `isawaitable()` function (54).
* Nodes and some other objects are now extensible and weak-referencable (82).

We also renamed the repository on GitHub from graphql-python/graphql-core-next to graphql-python/graphql-core.

Contributors to this release were:

Cito, astronouth7303, Hellzed and qeternity

Thanks to everybody who contributed by sending bug reports or pull requests. Please continue to report any problems you find in this beta release, so that these can be fixed in the final v3.1 release.

3.1.0b1

Second beta release of GraphQL-core 3.1, based on GraphQL.js v15.0.0rc2.

In addition to incorporating the latest changes in [GraphQL.js v15.0.0rc2](https://github.com/graphql/graphql-js/releases/tag/v15.0.0-rc.2), this release also contains the following improvements and changes:

* Following a [change in GraphQL.js](https://github.com/graphql/graphql-js/pull/2410) to keep the order of user provided types, the type map reducer for the GraphQLSchema has been removed.
* We now support inheritance when evaluating the `__typename` attribute (25).
* FieldNodes and InputValueNodes are now only DefinitionNodes, not TypeDefinitionNodes.
* The test suite now has 100% coverage, and less coverage will count as failure.

Contributors to this release were:

Cito, Hellzed

Thanks to everybody who contributed by sending bug reports or pull requests. Please continue to report any problems you find in this beta release, so that these can be fixed in the final v3.1 release.

3.1.0b0

First beta release of GraphQL-core 3.1, based on GraphQL.js v15.0.0rc1.

In addition to incorporating the latest changes from GraphQL.js (see the list of changes in GraphQL.js [v15.0.0a1](https://github.com/graphql/graphql-js/releases/tag/v15.0.0-alpha.1), [v15.0.0a2](https://github.com/graphql/graphql-js/releases/tag/v15.0.0-alpha.2) and [v15.0.0rc1](https://github.com/graphql/graphql-js/releases/tag/v15.0.0-rc.1)), this release also contains the following improvements and changes:

* Change: Use `Undefined` instead of `INVALID` which is now deprecated (77)
* Use explicit `Optional` type on arguments (76)
* Remove unnecessary result type annotation from `__init__` methods (python/mypy5677)
* Better docstring for `ast_from_value`
* Better docstring for `lexicographic_sort_schema` (75)
* Fixed a minor issue when coverting lists in `ast_from_value()`
* Fixed a minor issue with `MapAsyncIterator.athrow()`
* Improved test coverage (trying to reach 100% for final release)

Contributors to this release were:

Cito, hoefling

Thanks to everybody who contributed by sending bug reports or pull requests. Please continue to report any problems you find in this beta release, so that these can be fixed in the final v3.1 release.

3.0.6

Patch release GraphQL-core v3.0.6, based on GraphQL.js v14.7.0.

This release backports Python 3.9 and 3.10 support to the 3.0 branch.

3.0.5

Bugfix release GraphQL-core v3.0.5, based on GraphQL.js v14.6.0.

The following issues are fixed in this release:

* Added type hint to default_field_resolver (88)
* Fixed memoization of collect_subfields (91)
* Fixed method name in Visitor docstring (92)

Contributors to this release were:

Cito, hoefling, nawatts, rafalp

Thanks to everyone who helped by sending bug reports or pull requests.

Page 5 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.