Updated v3 release notes (markdown)

Jonathan Kim 2020-07-11 10:27:48 +01:00
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