Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

v0.7.1

Choose a tag to compare

@elephant3 elephant3 released this 19 Aug 10:36
· 455 commits to main since this release

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.version field isn't used anymore. Instead, if you want to use a custom version, use the image field, 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.host from nhost_mailhog to mailhog.

Other Notes

  • The Hasura Console isn't available on http://localhost:1337 as before due to unresolved issues on Windows WSL2. Instead, the Hasura Console runs at http://localhost:9695.