- Added support for automatically returning compressed responses using gzip or deflate (#47)
- All OpenTelemetry trace spans are now annotated with the SDK version (
resource.service.version
) and the connector name (resource.service.connector.name
) and version (resource.service.connector.version
). The connector name and version can be passed toinitTelemetry
or set at runtime usingHASURA_CONNECTOR_NAME
andHASURA_CONNECTOR_VERSION
environment variables. (#48)