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:
Vishnu Bharathi 2022-07-13 18:31:54 +05:30 committed by hasura-bot
parent 25a027ba79
commit f6ea3168b6
2 changed files with 9 additions and 1 deletions

View File

@ -67,7 +67,6 @@
- the nullability of items in the output is now always correctly reported
- scalars other than UUID are more consistently inlined
- 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)
- console: Hide TimescaleDB internal schema from data tab
- 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.
- 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
### Bug fixes and improvements

View File

@ -93,3 +93,4 @@ v2.8.1 47
v2.8.2 47
v2.8.3 47
v2.8.4 47
v2.9.0-beta.2 47