mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
ci: tag release v2.9.0-beta.2
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5038 Co-authored-by: Naveen Naidu <30195193+Naveenaidu@users.noreply.github.com> GitOrigin-RevId: 4f99534b8e726cc18aabc0265dbd83497ca2380b
This commit is contained in:
parent
25a027ba79
commit
f6ea3168b6
@ -67,7 +67,6 @@
|
|||||||
- the nullability of items in the output is now always correctly reported
|
- the nullability of items in the output is now always correctly reported
|
||||||
- scalars other than UUID are more consistently inlined
|
- scalars other than UUID are more consistently inlined
|
||||||
- objects now have a title and, when available, the same description as in the GraphQL schema
|
- objects now have a title and, when available, the same description as in the GraphQL schema
|
||||||
- server: fix dropping column from a table that has update permissions (fix #8415)
|
|
||||||
- server: bump Kriti package version to support optional variable lookup in string interpolation (fixes #8574)
|
- server: bump Kriti package version to support optional variable lookup in string interpolation (fixes #8574)
|
||||||
- console: Hide TimescaleDB internal schema from data tab
|
- console: Hide TimescaleDB internal schema from data tab
|
||||||
- console: support naming convention in source customization for postgres DB [CON-297]
|
- console: support naming convention in source customization for postgres DB [CON-297]
|
||||||
@ -77,6 +76,14 @@
|
|||||||
- Debian flavour of images (`hasura/graphql-engine:<VERSION>.debian`) are still published to Docker Hub.
|
- Debian flavour of images (`hasura/graphql-engine:<VERSION>.debian`) are still published to Docker Hub.
|
||||||
- Centos flavour of images (`hasura/graphql-engine:<VERSION>.centos`) are no longer supported.
|
- Centos flavour of images (`hasura/graphql-engine:<VERSION>.centos`) are no longer supported.
|
||||||
|
|
||||||
|
## v2.9.0-beta.2
|
||||||
|
|
||||||
|
### Bug fixes and improvements
|
||||||
|
|
||||||
|
- server: fix dropping column from a table that has update permissions (fix #8415)
|
||||||
|
- server: fix `unsupported/unknown datatype was returned` error thrown when using `mssql_redeliver_event` API
|
||||||
|
- server: fix bug with MSSQL events and shutdown handler
|
||||||
|
|
||||||
## v2.8.4
|
## v2.8.4
|
||||||
|
|
||||||
### Bug fixes and improvements
|
### Bug fixes and improvements
|
||||||
|
@ -93,3 +93,4 @@ v2.8.1 47
|
|||||||
v2.8.2 47
|
v2.8.2 47
|
||||||
v2.8.3 47
|
v2.8.3 47
|
||||||
v2.8.4 47
|
v2.8.4 47
|
||||||
|
v2.9.0-beta.2 47
|
||||||
|
Loading…
Reference in New Issue
Block a user