ci: tag release v2.5.1 and v2.6.0-beta.2

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4325
GitOrigin-RevId: 4b1aa341fe1feffcdb3e14e0465b191eab6e0204
This commit is contained in:
Vishnu Bharathi 2022-04-21 19:42:33 +05:30 committed by hasura-bot
parent 23f32c3db4
commit 7a6e38bd0a
2 changed files with 19 additions and 0 deletions

View File

@ -12,6 +12,23 @@
- console: add remote database relationships for views
- cli: fix performance regression in `migrate status` command (fix #8398)
## v2.5.1
### Bug fixes and improvements
- server: fixes remote relationships on actions (fix #8399)
- server: validate top level fragments in GQL query
- cli: fix performance regression in `migrate status` command (fix #8398)
## v2.6.0-beta.2
### Bug fixes and improvements
- server: fix parsing remote relationship json definition from 1.x server catalog on migration (fix #7906)
- server: Don't drop nested typed null fields in actions (fix #8237)
- server: fixes remote relationships on actions (fix #8399)
- server: update pg_dump to be compatible with postgres 14 (#7676)
- console: add remote database relationships for views
- cli: fix performance regression in `migrate status` command (fix #8398)
## v2.6.0-beta.1
### Breaking changes

View File

@ -78,3 +78,5 @@ v2.5.0-beta.1 47
v2.4.0 47
v2.5.0 47
v2.6.0-beta.1 47
v2.5.1 47
v2.6.0-beta.2 47