mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
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:
parent
23f32c3db4
commit
7a6e38bd0a
17
CHANGELOG.md
17
CHANGELOG.md
@ -12,6 +12,23 @@
|
|||||||
- console: add remote database relationships for views
|
- console: add remote database relationships for views
|
||||||
- cli: fix performance regression in `migrate status` command (fix #8398)
|
- 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
|
## v2.6.0-beta.1
|
||||||
|
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
|
@ -78,3 +78,5 @@ v2.5.0-beta.1 47
|
|||||||
v2.4.0 47
|
v2.4.0 47
|
||||||
v2.5.0 47
|
v2.5.0 47
|
||||||
v2.6.0-beta.1 47
|
v2.6.0-beta.1 47
|
||||||
|
v2.5.1 47
|
||||||
|
v2.6.0-beta.2 47
|
||||||
|
Loading…
Reference in New Issue
Block a user