这是indexloc提供的服务,不要输入任何密码
Skip to content

9th alpha release for v1.0.0

Pre-release
Pre-release

Choose a tag to compare

@hasura-bot hasura-bot released this 20 Jul 20:52
· 9673 commits to master since this release
0b15987

Changelog

New features:

  • Console now supports UUID column types
  • Console & CLI generate down migrations automatically
  • Cascade delete on SQL will drop Hasura metadata too, making it easier to manage dependencies
  • Console supports role-based schema introspection
  • GraphQL update mutations support the atomic increment operation
  • GraphQL update mutations can now update JSON/JSONB column values

Full log:

  • update build system (#153, #158, #162, #155, #179)
  • update md files (#157, #163)
  • cli: add option to serve console assets from a local directory (#145)
  • cli: console: create down migrations for actions from console (close #164) (#173)
  • console: add uuid column type in console (close #142) (#160)
  • console: add cascade option for raw sql (close #161) (#168)
  • console: fix a bug that caused raw_sql to fail if query is in upper case (fix #171) (#172)
  • console: add role based schema introspection (close #23)
  • server: console: [preview] support for live queries and subscriptions (#176)
  • server: add more tests (#170)
  • server: add _inc and jsonb operators to update_mutation (close #159) (#169)