2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-21 13:24:11 +03:00
Commit Graph

1534 Commits

Author SHA1 Message Date
Dmitriy Mozgovoy e62099bc8b fix(fetch): fixed a possible memory leak in the AbortController for the stream response if the ReadableStream is not supported; (#6406) 2024-05-19 23:04:40 +03:00
github-actions[bot] b49aa8e3d8 chore(release): v1.7.0-beta.2 (#6403)
Co-authored-by: DigitalBrainJS <12586868+DigitalBrainJS@users.noreply.github.com>
2024-05-19 21:00:36 +03:00
Dmitriy Mozgovoy d57f03a77f chore(ci): bump create-pull-request version to fix a bug; (#6405) 2024-05-19 20:52:43 +03:00
Dmitriy Mozgovoy 097b0d18e9 chore(ci): add tag resolution for npm releases based on package version; (#6404) 2024-05-19 20:34:58 +03:00
Dmitriy Mozgovoy 870e0a76f6 fix(fetch): fix headers getting from a stream response; (#6401) 2024-05-19 01:40:21 +03:00
Dmitriy Mozgovoy 95a3e8e346 fix(fetch): fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) 2024-05-18 18:16:42 +03:00
Dmitriy Mozgovoy ad3174a351 fix(fetch): capitalize HTTP method names; (#6395) 2024-05-18 18:01:01 +03:00
github-actions[bot] b9f4848f8c chore(release): v1.7.0-beta.1 (#6383)
Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
2024-05-07 21:37:01 +03:00
Dmitriy Mozgovoy bb5f9a5ab7 fix(fetch): treat fetch-related TypeError as an AxiosError.ERR_NETWORK error; (#6380) 2024-05-07 21:26:46 +03:00
Alexandre ABRIOUX 81e0455b7b fix(core/axios): handle un-writable error stack (#6362)
Co-authored-by: Dmitriy Mozgovoy <robotshara@gmail.com>
2024-05-07 20:57:03 +03:00
Dmitriy Mozgovoy d1d359da34 fix(fetch): fix cases when ReadableStream or Response.body are not available; (#6377) 2024-05-03 20:22:11 +03:00
github-actions[bot] 8e4314bfd6 chore(release): v1.7.0-beta.0 (#6373)
Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
2024-04-28 22:50:08 +03:00
Dmitriy Mozgovoy a3ff99b59d feat(adapter): add fetch adapter; (#6371) 2024-04-28 22:33:49 +03:00
Jay 751133eb9e docs: adds latest gold sponsor 2024-03-30 19:11:01 +02:00
github-actions[bot] ab3f0f9a94 chore(release): v1.6.8 (#6303)
Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
2024-03-15 18:31:56 +02:00
Miroslav Petrov 2656612bc1 fix(AxiosHeaders): fix AxiosHeaders conversion to an object during config merging (#6243)
Co-authored-by: Dmitriy Mozgovoy <robotshara@gmail.com>
2024-03-15 18:10:18 +02:00
Aditya Mogili 7320430aef fix(import): use named export for EventEmitter;
Co-authored-by: Dmitriy Mozgovoy <robotshara@gmail.com>
2024-03-15 18:05:34 +02:00
Mitchell 8786e0ff55 fix(vulnerability): update follow-redirects to 1.15.6 (#6300) 2024-03-15 17:59:42 +02:00
Jay d844227411 chore: update and bump deps (#6238)
* chore: update and bump deps where we can | covers deps in full dev-deps just bump

* chore: added compiled lock

---------

Co-authored-by: Jason <jason@trooptravel.com>
2024-02-16 13:28:57 +02:00
Lucas Keller caa0625201 docs: update README responseEncoding types (#6194)
README.md didn't elaborate upon responseEncoding options- now it does.
2024-02-16 12:18:16 +02:00
Emmanuel 41c4584a41 docs: Update README.md to point to current axios version in CDN links (#6196)
* Update README.md

* Update README.md
2024-02-16 12:17:26 +02:00
Dmitriy Mozgovoy bf6974f16a chore(ci): add npm tag action; (#6231) 2024-02-12 21:41:49 +02:00
github-actions[bot] a52e4d9af5 chore(release): v1.6.7 (#6204)
Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
2024-01-25 21:57:54 +02:00
zhoulixiang 2b69888dd5 chore: remove unnecessary check (#6186)
Co-authored-by: Dmitriy Mozgovoy <robotshara@gmail.com>
2024-01-25 20:46:53 +02:00
Dmitriy Mozgovoy 1a08f90f40 fix: capture async stack only for rejections with native error objects; (#6203) 2024-01-25 20:42:38 +02:00
github-actions[bot] 104aa3f65d chore(release): v1.6.6 (#6199)
Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
2024-01-25 01:11:30 +02:00
Zao Soula a1938ff073 fix: fixed missed dispatchBeforeRedirect argument (#5778)
Co-authored-by: Dmitriy Mozgovoy <robotshara@gmail.com>
2024-01-25 00:57:06 +02:00
Ilya Priven 123f354b92 fix: wrap errors to improve async stack trace (#5987) 2024-01-25 00:21:12 +02:00
github-actions[bot] 6d4c421ee1 chore(release): v1.6.5 (#6177)
Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
2024-01-05 21:51:22 +02:00
Dmitriy Mozgovoy 0736f95ce8 fix(ci): refactor notify action as a job of publish action; (#6176) 2024-01-05 21:36:41 +02:00
Dmitriy Mozgovoy f4f2b039dd fix(dns): fixed lookup error handling; (#6175) 2024-01-05 01:48:07 +02:00
Jay 1f73dcbbe0 docs: update sponsor links 2024-01-04 21:05:37 +02:00
github-actions[bot] 8790b8e784 chore(release): v1.6.4 (#6173)
Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
2024-01-04 00:10:07 +02:00
Dmitriy Mozgovoy 0ad520de0f chore(ci): fix notify action; (#6172) 2024-01-03 23:34:54 +02:00
Dmitriy Mozgovoy 3c0c11cade fix(security): fixed formToJSON prototype pollution vulnerability; (#6167) 2024-01-03 21:37:32 +02:00
Guy Nesher 75af1cdff5 fix(security): fixed security vulnerability in follow-redirects (#6163)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2024-01-03 21:32:50 +02:00
Jay 90864b3a3f docs: update logos 2024-01-02 15:42:28 +02:00
Jay 1542719bc7 docs: updated headline sponsors 2023-12-27 19:04:51 +02:00
github-actions[bot] b15b918d17 chore(release): v1.6.3 (#6151)
Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
2023-12-27 01:15:30 +02:00
Dmitriy Mozgovoy b76cce0e0f chore(ci): added branches filter for notify action; (#6084) 2023-12-26 22:34:50 +02:00
Willian Agostini 5e7ad38fb0 fix: Regular Expression Denial of Service (ReDoS) (#6132) 2023-12-26 22:29:26 +02:00
Jay 8befb86efb docs: update alloy link (#6145) 2023-12-20 08:44:08 +02:00
Jay d18f40d89a docs: add headline sponsors 2023-12-20 08:41:32 +02:00
github-actions[bot] b3be365858 chore(release): v1.6.2 (#6082)
Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
2023-11-14 22:35:24 +02:00
Dmitriy Mozgovoy 8739acbd28 chore(ci): removed redundant release action; (#6081) 2023-11-14 22:02:03 +02:00
Ng Choon Khon (CK) bfa9c30523 chore(docs): fix outdated grunt to npm scripts (#6073) 2023-11-14 21:54:58 +02:00
Muhammad Noman a2b0fb314f chore(docs): update README.md (#6048) 2023-11-14 21:53:41 +02:00
Dmitriy Mozgovoy b12a6083f3 chore(ci): removed paths-ignore filter; (#6080) 2023-11-14 21:51:59 +02:00
Dmitriy Mozgovoy 0c9d88602b chore(ci): reworked ignoring files logic; (#6079) 2023-11-14 20:46:09 +02:00
Dmitriy Mozgovoy 30873ee5a8 chore(ci): add paths-ignore config to testing action; (#6078) 2023-11-14 17:54:41 +02:00