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

v2.0.8

Choose a tag to compare

@hasura-bot hasura-bot released this 30 Aug 14:45
· 6389 commits to master since this release

Changelog

Highlights

Support for graphql-ws protocol

The graphql-engine now supports the graphql-ws protocol which is aiming to become the standard GraphQL over Websockets protocol. Read more about it here.

Other features and fixes

  • server: fix nullability of object relationships (close #7201)
  • server: update non-existent event trigger, action and query collection error msgs (close #7396)
  • server: fix broken untrack_function for non-default source
  • server: Adding support for TLS allowlist by domain and service id (port)
  • server: add support for graphql-ws clients
  • console: fix error due to rendering inconsistent object's message
  • console: support insecure TLS allowlist
  • console: support computed fields in remote schema join
  • console: fix data sidebar not updated when a table is renamed
  • cli: fix delay starting console using hasura console (#7255)