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

Releases: nhost/cli

v0.6.4

02 Mar 21:03
@Eun Eun
b85c9d5

Choose a tag to compare

Full Changelog: v0.6.3...v0.6.4

v0.6.3

02 Mar 20:56
d70b564

Choose a tag to compare

What's Changed

  • fix: out of range error during searching for new versions by @Eun in #161
  • chore: add releases.json file by @Eun in #163

New Contributors

  • @Eun made their first contribution in #161

Full Changelog: v0.6.2...v0.6.3

v0.6.2

18 Feb 13:48

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

18 Jan 15:08

Choose a tag to compare

v0.6

04 Jan 18:08

Choose a tag to compare

  • Fixed #133.
  • Completed #116
  • Merged #126, #134, and #131
  • Upgraded default Hasura image to v2.1.0 for Apple Silicon support.
  • Fixed #129

v0.5.11

15 Dec 22:45

Choose a tag to compare

  • Fixed Hasura console force signal interruption bug on Ctrl+C.
  • Fixed auth bug for login on init -r.
  • Fixed nhost.yaml location.

v0.5.10

01 Dec 13:19

Choose a tag to compare

  • Fixed login bug with link and list.
  • Enum table seeds are now automatically handled on init -r.
  • Added bypass for remote app selection w/ subdomain.
  • Fixed new path bug for init -r.

v0.5.9

29 Nov 15:08

Choose a tag to compare

  • Shifted from approving new app in working directory, to creating new sub-directory.
  • Shifted rollout workflow from internal releases to pre-releases.
  • Changed service name prefix from directory name to "nhost"
  • Fixed service detection issues with nhost purge and nhost logs
  • Fixed web-socket origin bug with custom request updater
  • Required container images are now pulled concurrently to improve launch time on first-init
  • Hasura console is now proxied to default environment port
  • Shifting all outputs from logger to an in-line status updater

v0.5.8

05 Nov 12:55

Choose a tag to compare

  • Cloning of remote projects with nhost init --remote is now operational.
  • Fixed incorrect NHOST_BACKEND_URL env var for Hasura.
  • Fixed Mailhog choosing SMTP port, instead of UI port.

v0.5.7

29 Oct 06:07

Choose a tag to compare

  • Pretty-printing Hasura commands error JSON output.
  • nhost version will now show a compiled changelog since installed version, up until latest version.
  • Users can use nhost upgrade to upgrade to specific versions, using —version flag.
  • Added -no-browser flag in dev command to avoid launching browser windows automatically.
  • CLI now fetches file tree for nhost/nhost repo and presents available template options, for cloning.
  • Removed NHOST_FUNCTIONS runtime variables from Hasura, for consistency with production environment.
  • Shifted from retrieving nhost install path to operational executable path. This will allow users to save their Nhost CLIs with any other name than nhost, and still be able to perform upgrade.
  • Improved error logging for Functions.
  • Improved human interface UI.
  • Fixed remote app cloning with nhost init --remote.
  • Fixed broken login domain.