Minor
- Support GET requests, fixing #151.
Patch
- Updated the
extract-filesdependency to v9, updating relevant deep require paths. - Added API tests, fixing #204.
- Properly support the
signalfetch option, fixing #209. - Updated
createUploadLink:- Alphabetically sorted destructured imports.
- Removed a redundant fallback value when destructuring
clientAwarenessfrom context. It was an obstacle to 100% code coverage becauseApolloClientdefaults it to an empty object. - Unnested some code from the
Observablefunction 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.