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

v2.37.1

Choose a tag to compare

@hasura-bot hasura-bot released this 28 Feb 11:47
· 1884 commits to master since this release

Changelog

This is a patch release for v2.37

Bug fixes and improvements

Server

  • Fix output of error field for asynchronous actions with 2xx response status.

Data connectors

  • Remove explicit NULL ordering when generating ORDER BY statements.
    Some dialects such as MySQL do not support ORDER BY ... NULLS FIRST/LAST
    The translation to ORDER BY CASE WHEN causes the optimizer to be unable to use indices.