Skip to content

Releases: m-rgba/hasura-django-starter

v2.0 - Hasura 2.0+ Release

Choose a tag to compare

@m-rgba m-rgba released this 28 Dec 16:59

Updates / New Features

  • Updated to use Hasura 2.0+ and Hasura Metadata v3
    • Makes more effective use of Actions for mapping Django REST endpoints to GraphQL nodes (no REST usage).
  • Added healthchecks to docker-compose (to help with the order-of-operations of installing migrations Postgres Up > Django Migrations > Hasura Migrations)
  • Added DJANGO_DEFAULT_USERNAME, DJANGO_DEFAULT_PASSWORD, DJANGO_DEFAULT_EMAIL, DJANGO_DEFAULT_ROLE in env vars (to create initial superuser).

v1.0 - Initial Release

Choose a tag to compare

@m-rgba m-rgba released this 05 Mar 02:02
  • Initial release with support for Hasura 1.3.3 and Django
  • Read the README for more information on features and usage