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

v1.0.0-alpha42 - bugfix release

Pre-release
Pre-release

Choose a tag to compare

@hasura-bot hasura-bot released this 08 Apr 08:54
· 8999 commits to master since this release

Changelog

Bug fixes

  • Fixes a bug on server which caused event trigger update API to return success without actually updating the trigger metadata. This bug was introduced in the last release. (#1950)
  • Fixes a bug that caused server to generate incorrect types for arguments of custom SQL functions, in certain cases. (close #1952) (#1953)

Other changes

  • server: specify better error msgs for remote schema conflicts (fix #1805) (#1904)
  • server: run graphql tests on both http and websocket; add parallelism (close #1868) (#1921)
  • cli: fix bash completion example docs on cli (#1832)
  • cli: rename metadata reset to metadta clear (close #1851) (#1893)
  • cli: added feedback for metadata commands (close #1411) (#1929)
  • cli: improve error messages for metadata apply (close #1877) (#1895)
  • cli: added feedback on migration commands (close #1410) (#1931)
  • console: make graphiql api endpoint and request header sections collapsible (#1723)
  • console: refactor some console components for readability (#1928)
  • console: update raw sql notes and tooltips (#1926)
  • console: remove remote schema env var note (#1932)
  • console: update track relationship text in console (#1927)
  • console: improve console error page (close #272) (#1890)
  • console: persist queries in GraphiQL (closes #1894) (#1903)