tag release v2.0.10 (#2646)

Co-authored-by: Vishnu Bharathi <vishnubharathi04@gmail.com>
GitOrigin-RevId: d6a8802cf4db8f852bdabe92ffa81854fe594186
This commit is contained in:
Tirumarai Selvan 2021-10-20 13:54:06 +04:00 committed by hasura-bot
parent e2e740aa68
commit bcb386e7fd
4 changed files with 15 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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