Skip to content

V0.3.0

Compare
Choose a tag to compare
@eamigo86 eamigo86 released this 05 Jan 23:05
· 244 commits to master since this release
  1. Added Binary graphql type. A BinaryArray is used to convert a Django BinaryField to the string form.
  2. Added CACHE_ACTIVE and CACHE_TIMEOUT config options to GRAPHENE_DJANGO_EXTRAS settings for activate cache and define a expire time. Default values are: CACHE_ACTIVE=False, CACHE_TIMEOUT=300 (seconds). Only available for Queries.
  3. Updated Date directive for use with Django TimeField, DateField, and DateTimeField.
  4. Updated ExtraGraphQLView and AuthenticatedGraphQLView to allow use subscription requests on graphene-django >=2.0
  5. Updated setup dependence to graphene-django>=2.0.