Releases: m-rgba/hasura-django-starter
Releases · m-rgba/hasura-django-starter
Release list
v2.0 - Hasura 2.0+ Release
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_ROLEin env vars (to create initial superuser).
v1.0 - Initial Release
- Initial release with support for Hasura 1.3.3 and Django
- Read the README for more information on features and usage