@@ -12,10 +12,20 @@ a query language for APIs created by Facebook.
12
12
[ ![ 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/ )
13
13
[ ![ Code Style] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/ambv/black )
14
14
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
16
16
14.4.0. All parts of the API are covered by an extensive test suite of currently 1882
17
17
unit tests.
18
18
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
+
19
29
20
30
## Documentation
21
31
@@ -207,9 +217,9 @@ Some restrictions (mostly in line with the design goals):
207
217
and future development to members of the GraphQL-Python community.
208
218
209
219
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.
211
221
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.
213
223
214
224
* [ Ariadne] ( https://github.com/mirumee/ariadne ) is a Python library for implementing
215
225
GraphQL servers using schema-first approach created by Mirumee Software.
0 commit comments