mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 01:26:49 +03:00
Updated v3 release notes (markdown)
parent
90eea03467
commit
3962c8cf23
|
@ -43,26 +43,4 @@ TODO
|
|||
|
||||
TODO
|
||||
|
||||
Full changelog https://github.com/graphql-python/graphene/compare/v2.1.8...v3.0.0
|
||||
|
||||
---
|
||||
|
||||
## Breaking changes
|
||||
|
||||
* Upgrade to graphql-core to v3 which brings feature parity with GraphQL.js v14.6.0
|
||||
* Drop support for Python v2
|
||||
* Schema type changes
|
||||
* "Backends" have been removed
|
||||
* Switch arguments from `type` to `type_` since `type` is a builtin: https://github.com/graphql-python/graphene/pull/738
|
||||
* Upgrade to graphql-core v.3.1 which corresponds to GraphQL.js v15 (will be released soon).
|
||||
* Change enum behaviour: https://github.com/graphql-python/graphene/pull/1153
|
||||
* Remove `to_const` function
|
||||
|
||||
## TODO
|
||||
|
||||
* [x] Merge https://github.com/graphql-python/graphene/pull/1111
|
||||
* [x] Switch arguments from `type` to `type_` since `type` is a builtin: https://github.com/graphql-python/graphene/pull/738
|
||||
* [ ] ~~Rename `resolve_type` to prevent collision with fields called `type`: https://github.com/graphql-python/graphene/pull/775~~
|
||||
* [x] Remove `to_const` function: #1212
|
||||
* [ ] Change enum behaviour: https://github.com/graphql-python/graphene/pull/1153
|
||||
* [x] Set minimum graphql-core version to v3.1 https://github.com/graphql-python/graphene/pull/1215
|
||||
Full changelog https://github.com/graphql-python/graphene/compare/v2.1.8...v3.0.0
|
Loading…
Reference in New Issue
Block a user