This is the first RC after almost 8 months from the previous release, apologizes for the long delay.
This Release Candidate should be good to start using, please let me know if you find any issues before doing the stable release 2.1.0
.
Thanks to all the contributors for pushing the project forward: @grantmcconnaughey @pizzapanther @jkimbo @Patrick9 @faassen @spockNinja @BossGrand @mongkok @mbarrientos @eyal0803 @jm2242 @danyx23 @pjdelport 🎉
Changelog
- Update requirements to use
Graphene>=2.1
andgraphql-core>=2.1rc1
- Added support for pluggable backends #449 490ed92
- Added support for
models.FilePathField
4e7b269 - Django Rest Framework serializer fixes a480a39 53546a2 b19308b
- Inheritance support for GraphQLView 70dffa9
- Support ListSerializer fields in SerializerMutation fdb7d5a
- Fixes
rel
available inForeignKey
#400 34ddc6c - GraphQLView, Fix qfactor rankings for
HTTP-ACCEPT
#340 dbd3957 - Update GraphiQL #356 5b17e98
- Added Proxy Model support #373 c0edb0c
- Handle conversion to
Date
,DateTime
andTime
types properly #335 #368 94ee970 adde400 - Improve ErrorType in DRF mutation errors #382 c585982
- Make it compatible with Django 2.0.1 #377 e05f069
- Remove Django 1.7 shims #339 961404f
- Fix build tests #338 b54e02c
- Avoid
Enum
duplication for choice fields #156 5661db8 - Fixed batch endpoint issue #278 14dca82
- Pass context object to
Filterset
queryset #232 bc59d0a - Fix
select_related
with filtering #224 9e26aaf - Allow
DjangoObjectType
to use an Abstract connection class #313 94e2a5c - Fix
DjangoFilterConnectionField
to ignore annotations,.reverse
#315 e666d84
Docs
- Updated docs template 134d6c6
- Updated cookbook tutorial 9812c58
- Fixed bad documented
SerializerMutation
f045147 - Fix context-dependent filtering example in docs 8151fe7
- Fixed authorization docs e9a40f2
- Update example project doc link #359 5a92330
- Updated function signature fix c63dbea
- Fix drop usage of
AbstractType
in docs 31679df - Fixed docs typos dfa0a06 ec2cea1 24706f5 bc15439 f0f1176