From c0a51d5d056271a6e0afcae0824e7eaa84ffe6f0 Mon Sep 17 00:00:00 2001 From: Tirumarai Selvan Date: Thu, 16 Apr 2020 16:39:01 +0530 Subject: [PATCH] small fixes (#4430) --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c739664a57..6281e6e9420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Next release + +## `v1.2.0-beta.4` + +### add query support in actions + +(close #4032) (#4309) + ### console: persist columns state in data browser The order, collapsed state of columns and page size is now persisted across page navigation @@ -10,7 +17,6 @@ The order, collapsed state of columns and page size is now persisted across page ### Bug fixes and improvements -- server: support reusing Postgres scalars in custom types (close #4125) - cli: set_table_is_enum metadata type for squashing migrations (close #4394) (#4395) - console: query support for actions (#4318) - cli: query support for actions (#4318) @@ -33,6 +39,7 @@ The order, collapsed state of columns and page size is now persisted across page - server: fix downgrade not working to version v1.1.1 (#4354) - server: `type` field is not required if `jwk_url` is provided in JWT config - server: add a new field `claims_namespace_path` which accepts a JSON Path for looking up hasura claim in the JWT token (#4349) +- server: support reusing Postgres scalars in custom types (close #4125) ## `v1.2.0-beta.3` @@ -104,7 +111,6 @@ Read more about check constraints on [Postgres Docs](https://www.postgresql.org/ - cli: fix flags in actions, migrate and metadata cmd (fix #3982) (#3991) - cli: preserve action definition in metadata apply (fix… (#3993) - cli: bug fixes related to actions (#3951) -- server: add support for query actions (#4032) ## `v1.2.0-beta.1`