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
AcquireCredentials
to include a new attribute for internal visibility. - Fix
documentationPage
link and hide concurrency settings in the connector definition.
Full Changelog: v1.9.1...v1.10.0