Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shahidhk committed Mar 26, 2020
1 parent c0902a5 commit 89a49f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@
- console: generate unique exported metadata filenames (close #1772) (#4106)

Exporting metadata from the console will now generate metadata files of the form `hasura_metadata_<timestamp>.json`.

- cli(migrations-docker): add support for v2 config (close #3969)

A new CLI migrations image is introduced to account for the new CLI workflow. If you're have a project with `version: 2` in `config.yaml`, you should use the new image: `hasura/graphql-engine:v1.2.0-cli-migrations-v2`. Mount the migrations at `/hasura-migrations` and metadata at `/hasura-metadata`.

### Other changes

- cli(migrations-docker): add support for v2 config (close #3969)
- fix deploy script to upload github release assets
- cli: fix parse error returned on console api (close #4126)
- console and cli-ext: fix parsing of wrapped types in SDL
Expand Down

0 comments on commit 89a49f0

Please sign in to comment.