ci: tag release v2.9.0-beta.3

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5112
Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com>
GitOrigin-RevId: f415a847c3ed984e289e1f531d716b245fa7fba8
This commit is contained in:
Vishnu Bharathi 2022-07-20 18:14:47 +05:30 committed by hasura-bot
parent 8acb952f0b
commit c91aea2aff
2 changed files with 9 additions and 0 deletions

View File

@ -219,6 +219,14 @@ Please submit any feedback you may have for this feature at https://github.com/h
- 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.3
### Bug fixes and improvements
- server: Fix bug where Hasura SQL trigger was not dropped when an MS SQL Server database is dropped
- server: Allow all argument types for BigQuery routines
- console: Fix notifications not being shown in certain cases on the console on Hasura Cloud
## v2.9.0-beta.2
### Bug fixes and improvements

View File

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