Skip to content

25th alpha release for v1.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@hasura-bot hasura-bot released this 19 Oct 03:20
· 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)

Other changes

  • server: send 'completed' after an error when handling start in ws (close #671) (#776)
  • console: fix track table error when table name is immediately followed by '(' (close #717) #718)
  • console: track multiple instances of table/view in run sql (close #784) (#785)