small fixes (#4430)

This commit is contained in:
Tirumarai Selvan 2020-04-16 16:39:01 +05:30 committed by GitHub
parent 8a5cc73ae6
commit c0a51d5d05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`