2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-27 14:47:43 +03:00
Commit Graph

1503 Commits

Author SHA1 Message Date
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
Dmitriy Mozgovoy cff996779b feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old withCredentials behavior; (#6046) 2023-11-14 15:38:25 +02:00
Dmitriy Mozgovoy 7009715369 chore(ci): fixed release notification action; (#6064) 2023-11-09 00:47:06 +02:00
Dmitriy Mozgovoy 7144f10dc5 chore(ci): fixed release notification action; (#6063) 2023-11-08 20:14:12 +02:00
Dmitriy Mozgovoy f6d2cf9763 chore(ci): fix publish action content permission; (#6061) 2023-11-08 17:02:29 +02:00
github-actions[bot] a22f4b918a chore(release): v1.6.1 (#6060)
Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
2023-11-08 16:44:45 +02:00
Fabian Meyer cb8bb2beb2 chore(ci): Publish to NPM with provenance (#5835)
The release process in this repository is already automated via
GitHub Actions, which is a great first step toward creating trust in the
supply chain. Recently, NPM has started to support publishing with the
`--provenance` flag. This flag creates a link between the GitHub Actions
run that created the release and the final artifact on NPM. This linkage
further ensures that package installs can be traced back to a specific
code revision.

For more information on publishing with provenance, please refer to:
https://github.blog/2023-04-19-introducing-npm-package-provenance/

Co-authored-by: Jay <jasonsaayman@gmail.com>
Co-authored-by: Dmitriy Mozgovoy <robotshara@gmail.com>
2023-11-08 16:25:03 +02:00
Dmitriy Mozgovoy 37cbf9214a chore(ci): added labeling and notification for published PRs; (#6059) 2023-11-08 16:17:55 +02:00
Dmitriy Mozgovoy dd465ab22b fix(formdata): fixed content-type header normalization for non-standard browser environments; (#6056) 2023-11-07 22:21:19 +02:00
Dmitriy Mozgovoy 3dc8369e50 fix(platform): fixed emulated browser detection in node.js environment; (#6055) 2023-11-07 22:16:15 +02:00
github-actions[bot] f7adacdbaa chore(release): v1.6.0 (#6031)
Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
2023-10-27 00:14:41 +03:00
Dmitriy Mozgovoy 9917e67cbb chore(ci): fix release-it arg; (#6032) 2023-10-26 23:53:38 +03:00
Valentin Panov 96ee232bd3 fix(CSRF): fixed CSRF vulnerability CVE-2023-45857 (#6028)
Co-authored-by: DigitalBrainJS <robotshara@gmail.com>
2023-10-26 22:54:06 +03:00
Dmitriy Mozgovoy 7d45ab2e2a chore(tests): fixed tests to pass in node v19 and v20 with keep-alive enabled; (#6021) 2023-10-22 18:20:44 +03:00
Dmitriy Mozgovoy 5aaff532a6 fix(dns): fixed lookup function decorator to work properly in node v20; (#6011) 2023-10-22 17:12:33 +03:00
Dmitriy Mozgovoy a48a63ad82 chore(docs): added AxiosHeaders docs; (#5932) 2023-09-30 20:49:59 +03:00
Dmitriy Mozgovoy a1c8ad008b fix(types): fix AxiosHeaders types; (#5931) 2023-09-29 21:42:19 +03:00
Rinku Chaudhari 2ac731d605 chore(docs): update readme.md (#5889) 2023-09-28 18:22:47 +03:00
github-actions[bot] 88fb52b5fa chore(release): v1.5.1 (#5920)
Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
2023-09-26 21:21:09 +03:00
Dmitriy Mozgovoy e4107797a7 fix(adapters): improved adapters loading logic to have clear error messages; (#5919) 2023-09-26 19:43:25 +03:00
Dmitriy Mozgovoy bc9af51b18 fix(formdata): fixed automatic addition of the Content-Type header for FormData in non-browser environments; (#5917) 2023-09-25 02:44:30 +03:00
Przemyslaw Motacki 4c89f25196 fix(headers): allow content-encoding header to handle case-insensitive values (#5890) (#5892) 2023-09-12 15:23:03 +03:00
David Dallas ae003913a3 docs(paramsSerializer config within request config): update documentation for paramsSerializer
Co-authored-by: David Dallas <Davidcobb606@gmail.com>
Co-authored-by: Jay <jasonsaayman@gmail.com>
2023-09-07 16:59:17 +02:00
Mustafa Ateş Uzun a989ccdc1a Change isNaN to Number.isNaN
* Change isNaN to Number.isNaN

* == to ===

---------

Co-authored-by: Jay <jasonsaayman@gmail.com>
2023-08-30 20:47:01 +02:00
Michael Di Prisco b5b7760373 docs: fix CommonJS usage note
Co-authored-by: Jay <jasonsaayman@gmail.com>
2023-08-30 20:41:34 +02:00
Sean Sattler 9e6205630e fix(types): removed duplicated code
Co-authored-by: Jay <jasonsaayman@gmail.com>
2023-08-30 20:29:27 +02:00
github-actions[bot] 6365751ba6 chore(release): v1.5.0 (#5838)
Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
2023-08-26 22:10:04 +03:00
Dmitriy Mozgovoy 1601f4a27a feat(export): export adapters without unsafe prefix (#5839) 2023-08-26 21:59:09 +03:00
Michael Di Prisco dff74ae374 docs: linting documentation notes (#5791) 2023-08-26 20:50:03 +03:00
夜葬 ca73eb878d feat: export getAdapter function (#5324) 2023-08-26 20:42:25 +03:00
Dmitriy Mozgovoy 9a414bb6c8 fix(adapter): make adapter loading error more clear by using platform-specific adapters explicitly (#5837) 2023-08-26 20:31:13 +03:00
Dmitriy Mozgovoy b3e327dcc9 fix(dns): fixed cacheable-lookup integration; (#5836) 2023-08-26 18:51:09 +03:00