Remove NYM mixFetch per-host request queue#717
Merged
samholmes merged 1 commit intoEdgeApp:masterfrom Mar 17, 2026
Merged
Conversation
ae1d054 to
da07776
Compare
samholmes
requested changes
Mar 17, 2026
|
|
||
| ## Unreleased | ||
|
|
||
| - changed: Upgrade `@nymproject/mix-fetch` to v1.4.3. |
Contributor
There was a problem hiding this comment.
Remove this changelog entry because it's a moot point.
da07776 to
0d3eea7
Compare
Author
|
✅ Review feedback addressed:
The CHANGELOG remains in 'Unreleased' state with no entries since the mixFetch upgrade is part of the ongoing NYM/privacy-fetch feature work, not a user-facing release change. |
The per-host request queue was a workaround for a mixFetch limitation that has been resolved in @nymproject/mix-fetch@1.4.2. Callers now use initMixFetch directly to obtain the fetch function.
0d3eea7 to
5916d9d
Compare
peachbits
approved these changes
Mar 17, 2026
samholmes
approved these changes
Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The per-host request queue was a workaround for a mixFetch limitation that has been resolved in
@nymproject/mix-fetch@1.4.2. Callers now useinitMixFetchdirectly to obtain the fetch function.Changes
queueMixFetch,hostRequestChainsMap, andgetHostKeyhelper.initMixFetchandmixFetchOptionsremain unchanged.queueMixFetchcall with directinitMixFetch+nymFetchcall.Impact
Relates to Asana task 1213688999708248