Skip to content

27th alpha release for v1.0.0 - bugfix

Pre-release
Pre-release
Compare
Choose a tag to compare
@hasura-bot hasura-bot released this 29 Oct 08:39
· 9176 commits to master since this release

Changelog

Fixes

This release fixes a bug introduced by alpha26, which caused server to deny all requests if auth-webhook was configured. Skip updating to 26 and update to alpha27 directly. Note that order_by API breaks from alpha26 on-wards. (closes #890) (#894)

Features

  • Custom headers (like Authorization) can be set for event triggers. You can now secure your trigger endpoints/webhooks using these headers. (close 523) (#812)
  • Console now suggests relationships over composite foreign keys too. (close #284) (#808)

Other changes

  • server: add tests for server with access control, jwt and auth webhooks (#710)
  • console: update advanced settings in create trigger page (close #654) (#868)
  • console: handle table/schema names in relationship suggestions properly (close #876) (#879)