27th alpha release for v1.0.0 - bugfix
Pre-release
Pre-release
·
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)