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

v1.16.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 06:20
v1.16.0
a1c81fd
  • Updated the NDC TypeScript SDK to v8.2.0 (#58)
    • Updated to support v0.2.0 of the NDC Spec. This is a very large update which adds new features and some breaking changes to the spec.
    • If the X-Hasura-NDC-Version header is sent, the SDK will validate that the connector supports the incoming request's version and reject it if it does not. If no header is sent, no action is taken
    • Added support for automatically returning compressed responses using gzip or deflate
  • All OpenTelemetry trace spans are now annotated with the TypeScript SDK version (resource.service.version: "8.2.0") and the connector name (resource.service.connector.name: "ndc-nodejs-lambda") and version (resource.service.connector.version: "1.16.0"). The connector name and version can be overriden using HASURA_CONNECTOR_NAME and HASURA_CONNECTOR_VERSION environment variables.