ci: tag release for v2.6.2 and v2.7.0-beta.1

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4499
GitOrigin-RevId: 8c4c6256ea953c55f8db03460e32d0a775d0d2ea
This commit is contained in:
Vishnu Bharathi 2022-05-12 23:14:25 +05:30 committed by hasura-bot
parent 5d5552f185
commit b6eb71ae07
2 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,16 @@
### Bug fixes and improvements
## v2.6.2
### Bug fixes and improvements
- server: fix inserting empty objects with default values to postgres, citus, and sql server (fix #8475)
## v2.7.0-beta.1
### Bug fixes and improvements
- server: don't drop the SQL triggers defined by the graphql-engine when DDL changes are made using the `run_sql` API
- server: fixed a bug where timestamp values sent to postgres would erroneously trim leading zeroes (#8096)
- server: fix bug when event triggers where defined on tables that contained non lower-case alphabet characters

View File

@ -83,3 +83,5 @@ v2.6.0-beta.2 47
v2.6.0 47
v2.5.2 47
v2.6.1 47
v2.7.0-beta.1 47
v2.6.2 47