这是indexloc提供的服务,不要输入任何密码
Skip to content

17th alpha release for v1.0.0

Pre-release
Pre-release

Choose a tag to compare

@hasura-bot hasura-bot released this 07 Sep 13:13
· 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)