Skip to content

Pull requests: axios/axios

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

fix: preserve symbol keys in merged request data
#10812 opened Apr 28, 2026 by LaplaceYoung Loading…
fix: fallback to GET when config.method is undefined in adapters (closes #6960)
#10683 opened Apr 10, 2026 by MarcosNocetti Contributor Loading…
1 of 3 tasks
fix(types): replace ProgressEvent with AxiosProgressEvent to avoid DOM dependency (closes #6516) commit::fix The PR is related to a bugfix priority::medium A medium priority status::changes-requested A reviewer requested changes to the PR
#10682 opened Apr 10, 2026 by MarcosNocetti Contributor Loading…
3 tasks
fix(types): constrain AxiosHeaders index signature from any to AxiosHeaderValue (closes #7487) commit::fix The PR is related to a bugfix type::breaking The PR introduces breaking changes
#10681 opened Apr 10, 2026 by MarcosNocetti Contributor Loading…
5 tasks
fix: include response data in AxiosError.toJSON() output commit::fix The PR is related to a bugfix type::breaking The PR introduces breaking changes
#10578 opened Mar 29, 2026 by mahmoodhamdi Loading…
test: add unit tests for parseProtocol, speedometer, throttle, and composeSignals helpers commit::test The PR is related to tests priority::low A low priority issue status::changes-requested A reviewer requested changes to the PR
#10577 opened Mar 29, 2026 by mahmoodhamdi Loading…
fix(fetch): warn when httpVersion is set in the Fetch adapter
#10570 opened Mar 26, 2026 by JivinSardine Loading…
4 tasks done
fix(core): serialize custom properties in AxiosError.toJSON (#6511) commit::fix The PR is related to a bugfix type::breaking The PR introduces breaking changes
#7540 opened Mar 21, 2026 by sudip-kumar-prasad Loading…
2 tasks done
fix: make AxiosError.cause non-enumerable to prevent circular reference in JSON.stringify commit::fix The PR is related to a bugfix type::breaking The PR introduces breaking changes
#7526 opened Mar 17, 2026 by mango766 Loading…
fix: validate timeout is non-negative finite number commit::fix The PR is related to a bugfix priority::medium A medium priority status::changes-requested A reviewer requested changes to the PR
#7444 opened Feb 25, 2026 by Nicknamess96 Loading…
4 tasks done
feat(abort): propagate abort reason into CanceledError commit::fix The PR is related to a bugfix type::breaking The PR introduces breaking changes
#7435 opened Feb 24, 2026 by bradstiff Loading…
test: verify synchronous request interceptors propagate same error instance commit::feat The PR is related to a feature status::changes-requested A reviewer requested changes to the PR type::breaking The PR introduces breaking changes
#7332 opened Jan 18, 2026 by harsh-parakh22 Loading…
fix: remove CreateAxiosDefaults['lookup'] in favor of Agent['lookup']… commit::fix The PR is related to a bugfix type::breaking The PR introduces breaking changes
#7279 opened Dec 1, 2025 by Dhruv-2403 Loading…
fix(fetch): align timeout errors with other adapters commit::fix The PR is related to a bugfix priority::medium A medium priority status::changes-requested A reviewer requested changes to the PR
#7248 opened Nov 19, 2025 by AkaHarshit Loading…
5 tasks done
fix: remove forced multipart header to fix Android postForm/patchForm… commit::fix The PR is related to a bugfix type::breaking The PR introduces breaking changes
#7243 opened Nov 18, 2025 by neel3o115 Loading…
ProTip! Filter pull requests by the default branch with base:v1.x.