这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand All @@ -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`

Expand Down Expand Up @@ -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`

Expand Down