25th alpha release for v1.0.0
Pre-release
Pre-release
·
9219 commits
to master
since this release
Changelog
New features
- GraphQL queries can now be "analyzed" ⚡. Click the
Analyze
button on GraphiQL to see the generated SQL and the explain on it. Use it to do database level optimisations like adding indexes etc. (close #562) (#805) - CLI now has a
metadata reload
command, similar to the button on console settings page. Use it when you change something in the underlying Postgres. [This is a Hacktoberfest contribution 💪] (close #722) (#725) - When SQL is executed from the console, you can save them as a migration with a custom name [This is a Hacktoberfest contribution 💪] (close #541) (#750)
Fixes
- Fixes a bug that caused nested object inserts to fail if the relation was to a non-update view. (fix #773) (#774)