Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[2.0.2] - 2022-05-03
❗ IMPORTANT NOTES ❗
fetch
implementation used by default byUplinkFetcher
andRemoteGraphQLDataSource
is now imported frommake-fetch-happen
v10 instead of v8. We don't believe this should cause any compatibility issues but please file an issue if this created any unintentional problems.v2.0.0
accidentally added a limit of 15 simultaneous requests per subgraph; that has been removed. Please accept this new release as our penance.getDefaultFetcher
function. If you were using this function, you can replaceconst fetcher = getDefaultFetcher()
withimport fetcher from 'make-fetch-happen'
.🚀 Features
make-fetch-happen
v10, to allow more concurrency and many other improvements PR #1805🐛 Fixes
@require
handling in query planning PR #1732__resolveReference
resolvers on toextensions
PR #1746Schema.clone
when directive application happens before definition PR #1785@require
impacts the plans of followup queries PR #1783.🛠 Maintenance
@apollo/federation-internals
dependency to gateway PR #1721@apollo/utils
packages forcreateSHA
andisNodeLike
PR #1765fetch
implementation returned bygetDefaultFetcher
no longer performs in-memory caching PR #1792📚 Documentation
supergraphSDL
to be a string when creating anApolloGateway
PR #1744