Skip to content

Version 14.1.0

Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 22 Jul 13:48
· 92 commits to master since this release

Minor

  • Support GET requests, fixing #151.

Patch

  • Updated the extract-files dependency to v9, updating relevant deep require paths.
  • Added API tests, fixing #204.
  • Properly support the signal fetch option, fixing #209.
  • Updated createUploadLink:
    • Alphabetically sorted destructured imports.
    • Removed a redundant fallback value when destructuring clientAwareness from context. It was an obstacle to 100% code coverage because ApolloClient defaults it to an empty object.
    • Unnested some code from the Observable function scope.
    • Fixed the JSDoc default value type for options.uri.
    • Improved code comments.
  • Replaced references to “Apollo Graph Manager” with “Apollo Studio” and updated related URLs.
  • Better npm link in the readme setup instructions.