-
-
Notifications
You must be signed in to change notification settings - Fork 11.6k
Pull requests: axios/axios
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix: backport the fixes from the v1 branch
commit::fix
The PR is related to a bugfix
priority::medium
A medium priority
#10688
opened Apr 10, 2026 by
jasonsaayman
Member
Loading…
fix: update the implementation to rather parse out the values than throw
commit::fix
The PR is related to a bugfix
priority::medium
A medium priority
#10687
opened Apr 10, 2026 by
jasonsaayman
Member
Loading…
chore(deps): bump axios from 1.14.0 to 1.15.0 in /docs
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update javascript code
#10684
opened Apr 10, 2026 by
dependabot
bot
Loading…
fix: fallback to GET when config.method is undefined in adapters (closes #6960)
#10683
opened Apr 10, 2026 by
MarcosNocetti
Loading…
1 of 3 tasks
fix(types): replace ProgressEvent with AxiosProgressEvent to avoid DOM dependency (closes #6516)
#10682
opened Apr 10, 2026 by
MarcosNocetti
Loading…
3 tasks
fix(types): constrain AxiosHeaders index signature from any to AxiosHeaderValue (closes #7487)
#10681
opened Apr 10, 2026 by
MarcosNocetti
Loading…
5 tasks
feat: add ECONNREFUSED error code constant to AxiosError (closes #6485)
#10680
opened Apr 10, 2026 by
MarcosNocetti
Loading…
3 tasks
docs(changelog): add missing entries for v1.13.4-v1.15.0 (closes #5133)
#10678
opened Apr 10, 2026 by
MarcosNocetti
Loading…
3 tasks
fix(http): ensure timeout works correctly with maxRedirects=0
#10657
opened Apr 6, 2026 by
NETIZEN-11
Contributor
Loading…
refactor: modernize utils and xhr adapter using ES6 features
#10588
opened Mar 30, 2026 by
singhankit001
Loading…
feat: add support for the QUERY HTTP method
commit::feat
The PR is related to a feature
priority::medium
A medium priority
status::changes-requested
A reviewer requested changes to the PR
#10579
opened Mar 29, 2026 by
mahmoodhamdi
Loading…
fix: include response data in AxiosError.toJSON() output
#10578
opened Mar 29, 2026 by
mahmoodhamdi
Loading…
test: add unit tests for parseProtocol, speedometer, throttle, and composeSignals helpers
#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
Fixed prototype pollution vulnerability (issue #7538) in axios's parseHe
#10550
opened Mar 23, 2026 by
nmurrell07
•
Draft
fix: add null check for iterator in forEachEntry function
#10549
opened Mar 23, 2026 by
Karthikeya1500
Loading…
fix(transformData): normalize headers with formatHeader to fix case-sensitivity issues
#7544
opened Mar 22, 2026 by
wdskuki
Loading…
fix(core): serialize custom properties in AxiosError.toJSON (#6511)
#7540
opened Mar 21, 2026 by
sudip-kumar-prasad
Loading…
2 tasks done
fix(parseHeaders): prevent prototype pollution using Object.create(null)
#7538
opened Mar 20, 2026 by
Mridul012
Loading…
feat: added https data protection via package
commit::fix
The PR is related to a bugfix
priority::high
A high priority issue
#7537
opened Mar 20, 2026 by
jasonsaayman
Member
Loading…
fix: make AxiosError.cause non-enumerable to prevent circular reference in JSON.stringify
#7526
opened Mar 17, 2026 by
mango766
Loading…
Fix: Missing Content-Length header in Fetch Adapter for POST requests
#7514
opened Mar 16, 2026 by
NETIZEN-11
Contributor
Loading…
fix(types): constrain AxiosHeaders indexed values
#7490
opened Mar 8, 2026 by
nthbotast
Contributor
Loading…
fix: validate timeout is non-negative finite number
#7444
opened Feb 25, 2026 by
Nicknamess96
Loading…
4 tasks done
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.