@@ -12,10 +12,20 @@ a query language for APIs created by Facebook.
1212[ ![ Python 3 Status] ( https://pyup.io/repos/github/graphql-python/graphql-core-next/python-3-shield.svg )] ( https://pyup.io/repos/github/graphql-python/graphql-core-next/ )
1313[ ![ Code Style] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/ambv/black )
1414
15- The current version 1.1.0b0 of GraphQL-core-next is up-to-date with GraphQL.js version
15+ The current version 1.1.0 of GraphQL-core-next is up-to-date with GraphQL.js version
161614.4.0. All parts of the API are covered by an extensive test suite of currently 1882
1717unit tests.
1818
19+ Development will be continued with the new distribution name GraphQL-core from now on.
20+
21+
22+ ## GraphQL-core-next is now GraphQL-core 3
23+
24+ GraphQL-core-next has been discontinued as a separate Python distribution.
25+ Instead, it is now released as GraphQL-core version 3 and newer, replacing
26+ the existing GraphQL-core distribution. The old versions of GraphQL-core,
27+ which also support older Python versions, are still available.
28+
1929
2030## Documentation
2131
@@ -207,9 +217,9 @@ Some restrictions (mostly in line with the design goals):
207217 and future development to members of the GraphQL-Python community.
208218
209219 The current version 2 of Graphene is using Graphql-core as core library for much of
210- the heavy lifting. Note that it is not compatible with GraphQL-core-next.
220+ the heavy lifting. Note that Graphene 2 is not compatible with GraphQL-core-next.
211221 The new version 3 of Graphene however is planned to use GraphQL-core-next instead of
212- GraphQL-core, and GraphQL-core-next will probably be renamed to Graphql-core 3.
222+ GraphQL-core, and GraphQL-core-next will be renamed to Graphql-core 3.
213223
214224* [ Ariadne] ( https://github.com/mirumee/ariadne ) is a Python library for implementing
215225 GraphQL servers using schema-first approach created by Mirumee Software.
0 commit comments