17th alpha release for v1.0.0
Pre-release
Pre-release
·
9611 commits
to master
since this release
Important
Structure of JWT claims required from the auth server has changed. This is a breaking change from the previous release. Till this release, all X-Hasura-* claims were at the top level of JWT claims JSON. With this release, they are to be moved under a key https://hasura.io/jwt/claims (or another claim name as configured by the JWT config). See docs for more info.
Changelog
- server: add custom namespace in jwt claims (close #350) (#364)
- server: make sure only events for existing triggers are fetched (#368)
- server: implement api to deliver a particular event (close #371) (#373)
- server: add jsonb boolean operators (close #369) (#376)
- console: add version check for event triggers (#361)
- console: update request payload event triggers (#358)
- console: handle non access key errors (#356)
- console ui buttons to export and import metadata, reload metadata api (close #293) (#323)