mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-13 19:33:55 +03:00
tag release v2.0.10 (#2646)
Co-authored-by: Vishnu Bharathi <vishnubharathi04@gmail.com> GitOrigin-RevId: d6a8802cf4db8f852bdabe92ffa81854fe594186
This commit is contained in:
parent
e2e740aa68
commit
bcb386e7fd
19
CHANGELOG.md
19
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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user