v1.10.0
What's Changed
- Added a
ServerMaxBodyMegabytes(HASURA_SERVER_MAX_BODY_MEGABYTES) configuration to limit the maximum request body size, with a default value of 30 MB - Added a
ServerDefaultHTTPErrorStatus(HASURA_SERVER_DEFAULT_HTTP_ERROR_STATUS) configuration to return the default HTTP error status if developers don't explicitly set it, with a default value of422. - Enhanced tracing in
AcquireCredentialsto include a new attribute for internal visibility. - Fix
documentationPagelink and hide concurrency settings in the connector definition.
Full Changelog: v1.9.1...v1.10.0