Releases: graphql-python/graphene
Releases · graphql-python/graphene
Graphene 1.1.0 - Bugfixes improved testing and relay improvements
Changelog
- Updated datetime with tests 95280e4
- Improved Dynamic Field tests 822b030
- Fixed Dynamic Arguments 0a80119
- Improved Promise Connection abstraction 760ccc8
- Relay Edges should be non null 495361e
- Fixed TOX dependencies d1a9bdb
- Fixed typo in Union initialization 937e257
- Node simplifications a22c927
- Improved
List
/NonNull
inner type exceptions 2e58f53
Docs
- Fixed docs for unmounted instances 77e4ead
- Improved docs in unmounted types 47d7adf
- Added middleware docs adfbffb
- Fixed sentences to be more readable 3f0c01e
- Added link to GraphQL.org c1f567c
- Added context example b1bffc4
- Added execution context cc776e8
And...
Added automatic PyPI upload 90e8e30 :)
Graphene 1.0.2 - Improved Connections and Mutations
Graphene 1.0.1 - Fix resolving types in ObjectTypes
Changelog
- Fixed requiring an overwrite of the
is_type_of
method inObjectType
in the case the resolver was returning an object that was not an instance of the type. [8030fea]
Graphene 1.0 - Production Ready!
Graphene 0.10.2 - Better Django integration
Graphene 0.10.1 - Small fixes
Graphene 0.10.0 - Middleware and multiple bux fixes
Changelog
Breaking:
- Removed the plugin functionality, replaced by with Middleware. #176
Bug fixes:
- Support
with_context
on ClientIDMutation.mutate_and_get_payload. 61e7bee - Added interfaces field into a ObjectType 10304eb
- Allow string references in InputTypes d6740e9
- Fixed django OneToOne inverse relationship conversion b431bfe
- Allow numbers in to_constant ae8a23b
- Fix context arg in connections 8907449
Graphene 0.9.1 - Fixed compatibility issue
Changelog
- Fixed package compatibility issue 7115306
Graphene 0.9.0 - GraphQL 2016 Apr spec
Changelog
- Updated graphql-core version to
0.5.0
, with a improved way for executing queries - Added the
with_context
decorator for having the context appended into the resolver arguments
Graphene 0.8.0 - Django Stability, Custom Scalars, Bugfixes
Changelog
This Graphene version improves the Django integration
- Improved Django choice converter to GraphQL Enum type 68a9fb9
- Added ability for a Enum to be mounted as a instance (field) in
ObjectTypes
,InputObjectTypes
or an argument e1a693e - Added FileField support in Django models a1dd2b6
- Added support for Postgres fields in Django models 7f96500
- Added custom scalars
DateTime
andJSONString
12c69c0