From bcb386e7fdf2fbb5f8a665d29248f9bef19eafe9 Mon Sep 17 00:00:00 2001 From: Tirumarai Selvan Date: Wed, 20 Oct 2021 13:54:06 +0400 Subject: [PATCH] tag release v2.0.10 (#2646) Co-authored-by: Vishnu Bharathi GitOrigin-RevId: d6a8802cf4db8f852bdabe92ffa81854fe594186 --- CHANGELOG.md | 19 +++++++++++-------- cli/README.md | 2 +- .../core/hasura-cli/install-hasura-cli.rst | 4 ++-- server/src-rsr/catalog_versions.txt | 1 + 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56280a0e9f5..ed7ec47631e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,6 @@ # Hasura GraphQL Engine Changelog ## Next release -(Add entries below in the order of server, console, cli, docs, others) - -- server: fix bug which recreated event triggers every time the graphql-engine started up -- server: fix bug in OpenAPI when multiple REST endpoints have the same URL path but different method -- console: design cleanup Modify and Add Table forms (close #7454) -- console: enable custom graphql root fields for mssql under modify tab -- cli: split remote schema permissions metadata into seperate files (#7033) - ### Function field names customization (#7405) It is now possible to specify the GraphQL names of tracked SQL functions in @@ -18,6 +10,7 @@ suffix-less versions. Aliases may be set by both `/v1/metadata/pg_set_function_customization.` ### Bug fixes and improvements +(Add entries below in the order of server, console, cli, docs, others) - server: Correctly translate permissions on functions to SQL (#7617) - server: add transformed request to action error responses @@ -25,9 +18,19 @@ suffix-less versions. Aliases may be set by both - server: add support for openapi json of REST Endpoints - server: enable inherited roles by default in the graphql-engine - server: support MSSQL insert mutations +- server: fix bug in OpenAPI when multiple REST endpoints have the same URL path but different method - console: fix v2 metadata imports +- console: design cleanup Modify and Add Table forms (close #7454) +- console: enable custom graphql root fields for mssql under modify tab - cli: make `--database-name` optional in `migrate` subcommands when using a single database (#7434) - cli: support absolute paths in --envfile (#5689) +- cli: split remote schema permissions metadata into seperate files (#7033) + +## v2.0.10 + +- server: fix bug which recreated event triggers every time the graphql-engine started up +- server: remove identity notion for table columns (fix #7557) +- console: add performance fixes for handling large db schemas ## v2.1.0-beta.1 diff --git a/cli/README.md b/cli/README.md index 7eb22d3e1a0..212b7cb00a4 100644 --- a/cli/README.md +++ b/cli/README.md @@ -19,7 +19,7 @@ You can also install a specific version of the CLI by providing the `VERSION` variable: ```bash - curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.1.0-beta.1 bash + curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.0.10 bash ``` - Windows diff --git a/docs/graphql/core/hasura-cli/install-hasura-cli.rst b/docs/graphql/core/hasura-cli/install-hasura-cli.rst index 215e4e4a8d1..39b54c814cb 100644 --- a/docs/graphql/core/hasura-cli/install-hasura-cli.rst +++ b/docs/graphql/core/hasura-cli/install-hasura-cli.rst @@ -40,7 +40,7 @@ Install a binary globally .. code-block:: bash - curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.1.0-beta.1 bash + curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.0.10 bash .. tab:: Mac @@ -64,7 +64,7 @@ Install a binary globally .. code-block:: bash - curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.1.0-beta.1 bash + curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.0.10 bash .. tab:: Windows diff --git a/server/src-rsr/catalog_versions.txt b/server/src-rsr/catalog_versions.txt index 606204e2cda..f537272f0e3 100644 --- a/server/src-rsr/catalog_versions.txt +++ b/server/src-rsr/catalog_versions.txt @@ -58,3 +58,4 @@ v2.0.7 47 v2.0.8 47 v2.0.9 47 v2.1.0-beta.1 47 +v2.0.10 47