Skip to content

Graphene 0.8.0 - Django Stability, Custom Scalars, Bugfixes

Compare
Choose a tag to compare
@syrusakbary syrusakbary released this 03 Apr 04:17
· 1217 commits to master since this release

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 and JSONString 12c69c0

Fixes

  • Allow empty list in SQLAlchemyConnectionField 653e67d
  • Fixed PageInfo and Connection constructors 21ec116 #131
  • Fixed default query value in SQLAlchemyConnection integration 1f548f1
  • Documentation improvements 8c39543 4f5de49 b358e4c