From c91aea2aff0117bec3e27d21203fc1948968461f Mon Sep 17 00:00:00 2001 From: Vishnu Bharathi Date: Wed, 20 Jul 2022 18:14:47 +0530 Subject: [PATCH] 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 --- CHANGELOG.md | 8 ++++++++ server/src-rsr/catalog_versions.txt | 1 + 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e8938a08c5..15ce30691f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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:.debian`) are still published to Docker Hub. - Centos flavour of images (`hasura/graphql-engine:.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 diff --git a/server/src-rsr/catalog_versions.txt b/server/src-rsr/catalog_versions.txt index c2d17c2f5e6..d6c69aa7258 100644 --- a/server/src-rsr/catalog_versions.txt +++ b/server/src-rsr/catalog_versions.txt @@ -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