Commit Graph

1273 Commits

Author SHA1 Message Date
Jay
c38e691c35
Merge 24c45391b6 into 71be4e5c80 2026-04-10 21:22:44 +02:00
Jason Saayman
24c45391b6
fix: backport the fixes from the v1 branch 2026-04-10 21:17:29 +02:00
nakataki
71be4e5c80
fix: return types in AxiosInstance methods should be Promise<R> (#6253)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2026-04-07 21:45:15 +02:00
Guillaume Masclet
62610f69ad
fix: fixed performance issue in isEmptyObject() (#6484)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2026-04-07 21:29:38 +02:00
Shaan Majid
68f97f7588
ci: require npm-publish environment for releases (#10667) 2026-04-07 13:18:08 +02:00
Shaan Majid
58a604385b
ci: add zizmor and harden v0.x CI (#10638)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2026-04-03 13:01:46 +02:00
Shaan Majid
b560d41ab8
ci: add OIDC publish workflow for v0.x (#10639) 2026-04-03 12:59:22 +02:00
Ivan Churakov
6cbd79b83a
fix: correct AxiosInstance call signature for typed responses (#7328)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2026-02-23 20:12:12 +02:00
jasonsaayman
f53bcf6c37 chore: release 0.30.2 2026-02-18 19:15:14 +02:00
jasonsaayman
3ddccd3bf4 chore: remove publish as this wont work 2026-02-18 19:13:08 +02:00
jasonsaayman
9ef39d0724 chore: try with npm token 2026-02-18 19:06:15 +02:00
jasonsaayman
4775de601d chore: fix version scheme 2026-02-18 18:51:16 +02:00
jasonsaayman
f96f26b201 chore: fix issues with using replace 2026-02-18 18:44:37 +02:00
jasonsaayman
ead45c20b0 chore: update the publish workflow to run on tag 2026-02-18 18:30:37 +02:00
jasonsaayman
8119265e6c chore: tag version as legacy on v0.x 2026-02-17 21:38:23 +02:00
jasonsaayman
9954985198 chore: dispatch for first time 2026-02-17 21:34:53 +02:00
jasonsaayman
3f8b70fdfc chore: final rename 2026-02-17 21:26:56 +02:00
jasonsaayman
c66558430e chore: revert naming 2026-02-17 21:25:18 +02:00
jasonsaayman
625b4b279e chore: rename workflow 2026-02-17 21:21:43 +02:00
jasonsaayman
9175b847d9 chore: change naming scheme for actions 2026-02-17 21:17:53 +02:00
Jay
16ae9508dd
refactor: update ci for v0.x (#7407)
* refactor: rennovate ci

* chore: improve publish

* chore: lock dts

* chore: do ci install

* fix: tests

* chore: remove husky

* chore: clarify versioning scheme

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: feedback

* chore: small fix to publish yml

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-17 21:10:51 +02:00
Felix Bernhard
d7ff1409c6
fix: backport DOS via __proto__ key in merge config fix to v0.x (#7388)
* backport fix

* add unit tests

* use `require()` instead of `import`
2026-02-11 08:19:32 +02:00
jasonsaayman
2fcb4ec5a1 chore: v0.30.2 2025-09-27 12:23:00 +02:00
jasonsaayman
153f483f97 chore: preversion 2025-09-27 12:21:31 +02:00
jasonsaayman
ee548ffbf6 fix: tests failing 2025-09-27 12:21:15 +02:00
Felix Bernhard
a1b1d3f073
fix: backport maxContentLength vulnerability fix to v0.x (#7034)
* backport `maxContentLength` check for `data:` protocol urls

* backport test for `estimateDataURLDecodedBytes`

* use CommonJS export

* use `var` instead of `const`

* replace `let` with `var`

* use standard function instead of arrow function
2025-09-16 16:21:06 +02:00
Jason Saayman
b17c4dea1b chore: build latest version 2025-08-04 20:15:58 +02:00
Jason Saayman
ad6b82a969 chore: build latest version 2025-08-04 20:08:50 +02:00
Anton Lazarev
da447d596f
chore(deps): bump form-data from 4.0.0 to 4.0.4 (#6978) 2025-07-25 11:35:28 +02:00
Jason
6e922e4976 chore: added build artifacts 2025-03-26 19:50:22 +02:00
Jason
a06ed1e2f6 chore: added pre-release artifacts 2025-03-26 19:49:40 +02:00
Gabe Mendoza
c01062253a
feat: add type for allowAbsoluteUrls (#6849) 2025-03-25 20:28:04 +02:00
Gabe Mendoza
02c3c69ced
fix: backport allowAbsoluteUrls vuln fix to v0.x (#6829)
* allowAbsoluteUrls

* fix logic - copied from v1.x

* update string

* undo changes to dist/axios.js

* chore: use strict equal in lib/core/buildFullPath.js

---------

Co-authored-by: Jay <jasonsaayman@gmail.com>
2025-03-19 12:24:25 +02:00
Nathan Feger
8603e677c0
docs: modify upgrade guide for 0.28.1's breaking change (#6787)
v0.28.1 introduced a breaking change to how custom serializers are passed to the axios object. This updates the upgrade doc to reflect this change.
2025-03-10 19:09:19 +02:00
TehZarathustra
f0642ee269
fix(docs): update CHANGELOG.md for v0.x (#6271)
fix(docs): update CHANGELOG.md for v0.x (#6271)
2025-01-30 21:42:39 +02:00
nishimori daisuke
0630c329f7
fix: modify log while request is aborted (#4917)
* fix: modify log while request is aborted

since the previous log 'maxContentLength size of {maxContentLength} exceeded' does not represent an acutual error, I just modified the sentence.

* fix: change error kind

* fix: fix test about stream aborted pattern

---------

Co-authored-by: Jay <jasonsaayman@gmail.com>
2024-12-05 21:20:49 +02:00
jasonsaayman
7750b8c30b chore(release): prep release v0.29.0 2024-11-21 14:23:17 +02:00
qiongshusheng
4840cb2bd0
fix: regular expression denial of service issues (#6708)
* fix: Regular Expression Denial of Service (ReDoS)

* fix test failed
2024-11-15 09:29:49 +02:00
Sol Zhu
2e36cdb67f
fix(backport): fix paramsSerializer function validation (#6361)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2024-05-24 18:44:36 +02:00
Peter Williamson
3936f44b1a
Fix: omit nulls in params (#6394)
* fix: omit nulls when building params

* chore: fix prettier formatting

* fix: omit nulls when building params pt 2

---------

Co-authored-by: Jay <jasonsaayman@gmail.com>
2024-05-24 18:41:46 +02:00
Sean Powell
146848f3e4
fix: backported commit #6167 and #6163 (#6402) 2024-05-24 18:38:36 +02:00
Dmitriy Mozgovoy
3021e0ddbd
[Release] v0.28.1 (#6331) 2024-03-28 19:22:44 +02:00
briwa
111811eadc
fix(backport): custom params serializer support (#6263) 2024-03-28 18:54:20 +02:00
Justin Dhillon
92a0454cff
fix(backport): Uncaught ReferenceError req is not defined at AbortSignal.onCanceled (#6307) 2024-03-21 20:31:07 +02:00
Dmitriy Mozgovoy
ce46346c0f
chore(ci): add npm tag action; (#6229) 2024-02-12 21:26:44 +02:00
Dmitriy Mozgovoy
3b7635aefc
[Release] v0.28.0 (#6211) 2024-02-12 20:32:57 +02:00
Dmitriy Mozgovoy
27c007656d
feat(backport): added ability for paramsSerializer to handle function; (#6227) 2024-02-12 20:05:36 +02:00
Dmitriy Mozgovoy
80c3d74544
chore(ci): backported publish action; (#6224) 2024-02-11 22:27:31 +02:00
lnjbr
2755df562b
fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091) 2024-01-19 18:33:41 +02:00
haya573
880b42e2b8
docs: Fix a typo in README 2023-09-13 11:26:43 +02:00