mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-13 19:33:55 +03:00
ci: tag release v2.3.0-beta.1 and v2.3.0-beta.1-pro.1
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3678 Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com> GitOrigin-RevId: b5ffb38ec015773cffe6ec49fa1b2133f7bc4118
This commit is contained in:
parent
9e56d69599
commit
0cd4bd1bff
30
CHANGELOG.md
30
CHANGELOG.md
@ -2,7 +2,10 @@
|
||||
|
||||
## Next release
|
||||
|
||||
- server: Updates Kriti to v0.3.0
|
||||
### Bug fixes and improvements
|
||||
(Add entries below in the order of server, console, cli, docs, others)
|
||||
|
||||
## v2.3.0-beta.1
|
||||
|
||||
### Experimental SQL optimizations
|
||||
Row-level permissions are applied by a translation into SQL `WHERE` clauses. If
|
||||
@ -23,15 +26,25 @@ The optimization can be enabled using the
|
||||
* Computed field comments are now used as the description for the field in the GraphQL schema. This means that computed fields where the comment has been set to empty string will cause the description of the field in the GraphQL schema to also be blank. Setting the computed field comment to null will restore the previous auto-generated description. The previous version of the Console would set the comment to empty string if the comment textbox was left blank, so some existing computed fields may unintentionally have empty string set as their comment.
|
||||
|
||||
### Bug fixes and improvements
|
||||
(Add entries below in the order of server, console, cli, docs, others)
|
||||
|
||||
- server: validate saved REST endpoint queries wrt schema
|
||||
- server: improved error reporting for env vars in `test_webhook_transform` metadata API endpoint
|
||||
- server: extend allowlist metadata with scope information, new command `update_scope_of_allowlist_in_metadata`
|
||||
- server: (Postgres, Citus, and MSSQL backends) Identity columns and computed
|
||||
columns are now marked immutable, removing them from the schema of insert and
|
||||
update mutations.
|
||||
- server: Fix graphql-engine/issues/4633: We can now insert multiple objects
|
||||
that have generated columns in Postgres.
|
||||
- server: postgres: return a single entry per row (selected randomly) when an object relationship is misconfigured one-to-many
|
||||
- server: Updates Kriti to v0.3.0
|
||||
- server: add operation name in the request sent to remote schemas
|
||||
- server: add support for scalar response types for actions (issue #7805)
|
||||
- server: fix nullable action response (issue #4405)
|
||||
- server: add support for customization of table & computed field GraphQL schema descriptions (#7496)
|
||||
- server: classify MSSQL exceptions and improve API error responses
|
||||
- console: add support for remote database relationships
|
||||
- console: enable support for update permissions for mssql #3591
|
||||
- server: add support for customization of table & computed field GraphQL schema descriptions (#7496)
|
||||
- cli: skip tls verfication for all API requests when `insecure-skip-tls-verify` flag is set (#4926)
|
||||
- server: classify MSSQL exceptions and improve API error responses
|
||||
|
||||
## v2.2.0
|
||||
|
||||
@ -99,8 +112,6 @@ count (
|
||||
|
||||
### Bug fixes and improvements
|
||||
|
||||
- server: validate saved REST endpoint queries wrt schema
|
||||
- server: improved error reporting for env vars in `test_webhook_transform` metadata API endpoint
|
||||
- server: add a placeholder field to the schema when the `query_root` would be empty
|
||||
- server: fix invalid GraphQL name in the schema arising from a remote relationship from a table in a custom schema
|
||||
- server: add a new metadata API `get_cron_triggers` to fetch all the cron triggers
|
||||
@ -115,7 +126,6 @@ count (
|
||||
- server: fix parsing FLOAT64s in scientific notation and non-finite ones in BigQuery
|
||||
- server: extend support for the `min`/`max` aggregates to all comparable types in BigQuery
|
||||
- server: fix support for joins in aggregates nodes in BigQuery
|
||||
- server: extend allowlist metadata with scope information, new command `update_scope_of_allowlist_in_metadata`
|
||||
- server: fix for passing input objects in query variables to remote schemas with type name customization (#7977)
|
||||
- server: fix REST endpoints with path segments not showing correctly in the OpenAPI spec
|
||||
- server: fix aliases used in GraphQL queries in REST endpoints not being reflected in the OpenAPI spec
|
||||
@ -123,7 +133,6 @@ count (
|
||||
- server: implement update mutations for MS SQL Server (closes #7834)
|
||||
- server: support nested output object types in actions (#4796)
|
||||
- server: action webhook requests now include a User-Agent header (fix #8070)
|
||||
- server: postgres: return a single entry per row (selected randomly) when an object relationship is misconfigured one-to-many (fix #7936).
|
||||
- console: action/event trigger transforms are now called REST connectors
|
||||
- console: fix list of tables (and schemas) being unsorted when creating a new trigger event (fix #6391)
|
||||
- console: fix custom field names breaking browse table sorting and the pre-populating of the edit row form
|
||||
@ -134,11 +143,6 @@ count (
|
||||
- cli: fix regression in `migrate create` command (#7971)
|
||||
- cli: stop using `/healthz` endpoint to determine server health
|
||||
- cli: fix regression with `--address` flag of `hasura console` command (#8005)
|
||||
- server: (Postgres, Citus, and MSSQL backends) Identity columns and computed
|
||||
columns are now marked immutable, removing them from the schema of insert and
|
||||
update mutations.
|
||||
- server: Fix graphql-engine/issues/4633: We can now insert multiple objects
|
||||
that have generated columns in Postgres.
|
||||
|
||||
## v2.1.1
|
||||
|
||||
|
@ -64,3 +64,4 @@ v2.1.0-beta.3 47
|
||||
v2.1.0 47
|
||||
v2.1.1 47
|
||||
v2.2.0 47
|
||||
v2.3.0-beta.1 47
|
||||
|
Loading…
Reference in New Issue
Block a user