github Urigo/graphql-mesh @omnigraph/json-schema@0.24.2

latest releases: release-1660141840432, json-machete@0.11.1, @omnigraph/raml@0.5.64...
2 years ago

Patch Changes

  • bad0f40: ```yml
    operationHeaders:
    Some-Header: "{context.headers.SOME_HEADER}"

    
    If the interpolated value is empty, JSON Schema loader was sending the header with an empty value.
    Now it doesn't send the header if the value is empty.
    
  • a2ef35c: ** Use the new @whatwg-node/fetch package instead of cross-undici-fetch**

    cross-undici-fetch has been renamed to @whatwg-node-fetch. Now Mesh uses this new package.

    ** BREAKING: Drop serve.handlers in favor of the new plugin system **

    Now Mesh uses the new plugin system of GraphQL Yoga that uses WHATWG Fetch API instead of Node specific serve.handlers. That means you can use those plugins with any environment even if you are not using Node.js with mesh start.

    Please check our docs to see how you can migrate to the new usage.
    https://www.graphql-mesh.com/docs/guides/subscriptions-webhooks#handle-webhook-http-requests

  • Updated dependencies [a2ef35c]

    • json-machete@0.10.2
    • @graphql-mesh/types@0.78.2
    • @graphql-mesh/utils@0.37.3

Don't miss a new graphql-mesh release

NewReleases is sending notifications on new releases.