Skip to content
Compare
Choose a tag to compare
@theguild-bot theguild-bot released this 10 Jan 10:22
· 23 commits to main since this release
008fdbb

Patch Changes

  • #6118
    039c66b
    Thanks @ardatan! - Remove internal _testing_ option to replace the
    underlying fetch implementation, and add fetch option to do the same as part of the public
    API.

  • #6118
    039c66b
    Thanks @ardatan! - - Upgrade to graphql-yoga >= 5.10.4

    • Improve graceful process termination on Node.js by leveraging graphql-yoga's
      dispose lifecycle hooks
    • Improve Cloudflare Worker runtime support by registering pending usage reporting requests using
      the waitUntil API
    • Use the logger instance from the graphql-yoga instance, for a more unified logging experience
    • Use the fetch API implementation on the graphql-yoga instance for HTTP calls
    • Replace the internal `tiny-lru` dependency with graphql-yoga's internal LRU cache
      implementation
  • Updated dependencies
    [039c66b]: