Hasura - v1.0.0-alpha15
Changelog
Important
You can now select relationships of affected rows in any mutation (previously only Postgres columns were allowed). Unfortunately this might also break your current applications if you are using fragments or code generation tools. Previously, the type of returning field of a mutation response was <table_name>_no_rels
, from now on it is just <table_name>
which is same as the response type of a select query on a table.
Other changes
- do not allow creating permissions for admin role, fix #310 (#312)
- simpler root level select fields using primary keys (fix #304) (#306)
- add req_user_id as alias to x-hasura-user-id (fix #317) (#320)
- fix insert fails for non-admin roles on v1/query (fix #327) (#328)
- mutation return type and query type are same (close #315) (#324)
- add support for jwt authorization (close #186) (#255)
- compare only major and minor versions for cli-server (fix #331) (#332)
- update tests to use access key (close #113) (#296)
Details
date
Aug. 30, 2018, 5:03 p.m.
name
v1.0.0-alpha15
type
Pre-release
👇
Register or login to:
- 🔍View and search all Hasura releases.
- 🛠️Create and share lists to track your tools.
- 🚨Setup notifications for major, security, feature or patch updates.
- 🚀Much more coming soon!