Graphql-core

Latest version: v3.2.3

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

Scan your dependencies

Page 6 of 13

3.0.1

Patch release of GraphQL-core 3, based on GraphQL.js v14.5.8.

This is essentially the same as version 3.0.0 except for one minor change:

* The `utilities.get_introspection_query` module has been renamed back to `utilities.introspection_query`, since that was the name used in GraphQL.js v14.5.8 - renaming the module will be postponed to a version that replicates GraphQL.js v15.0.0.

Note that the `introspection_query` *constant* was already deprecated in v14 and had not been ported to graphql-core, like some other deprecated features.

3.0.0

Final release of GraphQL-core 3, based on GraphQL.js v14.5.8.

GraphQL-core 3 is the successor to both GraphQL-core 2 and GraphQL-core-next.

In addition to porting the minor changes in GraphQL.js since v14.5.6, this release also contains the following improvements:

* GraphQL-core 3 now officially supports Python 3.8
* Use mypy 0.750 and the new semantic analyzer (67)
* Fix for possible sort errors in `build_response()` (68)
* Document the differences between GraphQL-core 3 and GraphQL.js (24)

See also the changes in [v3.0.0b0](https://github.com/graphql-python/graphql-core-next/releases/tag/v3.0.0b0) and [v3.0.0b1](https://github.com/graphql-python/graphql-core-next/releases/tag/v3.0.0b1).

Contributors to this release were:

Cito, tebanep

Thanks to everyone who sent bug reports or pull requests.

3.0.0b1

Second beta release of GraphQL-core 3, based on GraphQL.js v14.5.6.

GraphQL-core 3 is the successor to both GraphQL-core 2 and GraphQL-core-next.

In addition to incorporating the latest changes from GraphQL.js (see particularly the list of changes in GraphQL.js [v14.5.5](https://github.com/graphql/graphql-js/releases/tag/v14.5.5)), this release also contains the following improvements and changes:

* Changes: `format_error` now returns locations as a list of dicts (62)
* Bugs: Detect args passed to directive without args (63)

Contributors to this release were:

Cito, Dodobibi, ktosiek

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 release.

3.0.0b0

First beta release of GraphQL-core 3, based on GraphQL.js v14.5.0.

GraphQL-core 3 is the successor to both GraphQL-core 2 and GraphQL-core-next.

In addition to incorporating the latest changes from GraphQL.js (see particularly the list of changes in GraphQL.js [v14.5.0](https://github.com/graphql/graphql-js/releases/tag/v14.5.0)), this release also contains the following improvements and changes:

* Features: Support using lazy descriptions for GraphQL types (58)
* Performance: Add pytest-benchmark and port the benchmarks from GraphQL.js (55)
* Performance: Use identity instead of hash for caching subfields in collect_subfields (56)
* Changes: Use FrozenLists in AST nodes (45)
* Changes: Changed `is_nullish()` to make it play nice with numpy arrays (60)
* Bugs: Fixed issue 43 with getting `parse_literal` via `to_kwargs()`
* Bugs: Fix hash method for AST nodes (45)
* Docs: Fix typo in docs for using SDL (48)
* Docs: Update installation instructions (50)
* Docs: Run all code snippets as part of the test suite
* Polish: Run type check also for functions without type annotations

Contributors to this release were:

Cito, CorrosiveKid, delyanr, ktosiek, mvanlonden, qqi0O0, thomascobb

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 release.

2.3.2

Patch release with these changes:

* Update dependencies (270)
* Change AsyncioExecutor loop argument type (273)
* ExecutionResults can now be stringified (277)
* Various mypy issues (278)
* Minor fixes regarding the test suite

Note that the repository for GraphQL v2 has been renamed
from graphql-core to graphql-core-legacy.
The graphql-core repository is now used gor GraphQL v3.

2.3.1

Patch release with these changes:

* Slight change in subscribe_fields() (242)
* Removed accidentally added code (263)
* Support Python 3.8
* Minor fixes and clean-ups

Page 6 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.