github hasura/graphql-engine v2.37.1

latest releases: cli/v2.41.0-beta.1, v2.41.0-beta.1, v2.40.2...
4 months ago

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.

Don't miss a new graphql-engine release

NewReleases is sending notifications on new releases.