mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-13 19:33:55 +03:00
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:
parent
5d5552f185
commit
b6eb71ae07
10
CHANGELOG.md
10
CHANGELOG.md
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user