This repository was archived by the owner on Sep 26, 2025. It is now read-only.
v0.7.1
Changes
- All services are now running inside Docker containers. Docker Compose manages all Docker containers.
- The custom reverse proxy has been replaced with Traefik.
- The CLI automatically manages the Hasura CLI version.
Minor Changes
- A lot of fixes and performance improvements.
- Greatly improved performance and experience for functions calls
Changes in the nhost/config.yaml Config File
services.$service_name.versionfield isn't used anymore. Instead, if you want to use a custom version, use theimagefield, which should contain the image and tag. E.g.image: hasura/graphql-engine:1.0.0.- To use Mailhog to test email locally, you need to update
auth.smtp.smtp.hostfromnhost_mailhogtomailhog.
Other Notes
- The Hasura Console isn't available on
http://localhost:1337as before due to unresolved issues on Windows WSL2. Instead, the Hasura Console runs athttp://localhost:9695.