2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00
Commit Graph

1686 Commits

Author SHA1 Message Date
Manish Sahani a2214ca1bc fix: prevent RangeError when using large Buffers (#6961) 2025-07-15 20:18:24 +02:00
Noritaka Kobayashi 6161947d9d refactor: use spread operator instead of '.apply()' (#6938)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2025-07-06 16:59:56 +02:00
Noritaka Kobayashi a1d16dd9c5 refactor: use an object spread instead of Object.assign (#6939)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2025-07-06 16:51:51 +02:00
github-actions[bot] 07183cd149 chore(sponsor): update sponsor block (#6952)
Co-authored-by: DigitalBrainJS <12586868+DigitalBrainJS@users.noreply.github.com>
2025-07-06 16:46:59 +02:00
Tejaswi1305 ef36347fb5 docs(CONTRIBUTING): update docs link for accuracy (#6894)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2025-06-27 08:46:36 +02:00
github-actions[bot] b29bd6a641 chore(sponsor): update sponsor block (#6948)
Co-authored-by: DigitalBrainJS <12586868+DigitalBrainJS@users.noreply.github.com>
2025-06-26 01:05:36 +03:00
github-actions[bot] a406a93e2d chore(sponsor): update sponsor block (#6937)
Co-authored-by: DigitalBrainJS <12586868+DigitalBrainJS@users.noreply.github.com>
2025-06-15 16:11:02 +03:00
github-actions[bot] 73a836dae7 chore(release): v1.10.0 (#6943)
Co-authored-by: DigitalBrainJS <12586868+DigitalBrainJS@users.noreply.github.com>
2025-06-14 15:11:07 +03:00
Dmitriy Mozgovoy 3d343b86dc fix(package): add module entry point for React Native; (#6933) 2025-06-08 20:17:59 +03:00
Uhyeon Park 0f50af8e07 fix(adapter): pass fetchOptions to fetch function (#6883)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2025-06-01 18:57:50 +02:00
Noritaka Kobayashi ee7799e13c refactor: remove unused import in test (#6922)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2025-06-01 18:31:50 +02:00
Noritaka Kobayashi eb0a2db04b chore: fix typos in test (#6923)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2025-06-01 18:28:07 +02:00
Dmitriy Mozgovoy 7d551393c3 docs(readme): improve error descriptions; (#6920) 2025-06-01 17:52:54 +03:00
github-actions[bot] f4fc6b8564 chore(sponsor): update sponsor block (#6921)
Co-authored-by: DigitalBrainJS <12586868+DigitalBrainJS@users.noreply.github.com>
2025-05-30 14:28:58 +03:00
Dimitrios Lazanas 5064b108de fix(form-data): convert boolean values to strings in FormData serialization (#6917) 2025-05-21 17:32:38 +02:00
Sampo Silvennoinen c7e0fea787 CI: add Node 24 (#6913)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2025-05-09 15:58:39 +02:00
github-actions[bot] 7ba895c887 chore(sponsor): update sponsor block (#6907)
Co-authored-by: DigitalBrainJS <12586868+DigitalBrainJS@users.noreply.github.com>
2025-05-09 04:34:40 +03:00
Dmitriy Mozgovoy f31d2bab75 chore(ci): fix github action glob in PR labeler action config; (#6893) 2025-04-26 19:42:56 +03:00
Dmitriy Mozgovoy b998b7d6c7 chore(ci): run PR guard action only for forks; (#6892) 2025-04-26 19:10:21 +03:00
Adrian Knapp 63f1fce233 feat(types): improved fetchOptions interface (#6867)
* feat(types): added js native interface for fetchOptions

* fix(types): adjusted to fetchOptions accept any value as the original version

---------

Co-authored-by: Jay <jasonsaayman@gmail.com>
2025-04-25 21:31:32 +02:00
Howie Zhao 2d7911e52b docs(README): corrected description of keepAlive option (#6872)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2025-04-25 21:08:54 +02:00
github-actions[bot] cdcfd214c1 chore(release): v1.9.0 (#6891)
Co-authored-by: DigitalBrainJS <12586868+DigitalBrainJS@users.noreply.github.com>
2025-04-24 23:18:14 +03:00
Ionuț G. Stan 987d2e2dd3 fix(http): send minimal end multipart boundary (#6661) 2025-04-24 22:19:48 +03:00
Dmitriy Mozgovoy f112edfdfa chore(ci): add PR files guard action; (#6890) 2025-04-24 21:16:06 +03:00
Dmitriy Mozgovoy 61de4c05cc chore(ci): update github actions; (#6889) 2025-04-24 19:34:08 +03:00
Dmitriy Mozgovoy c3aba3d8f7 chore(ci): add labeler github action; (#6888) 2025-04-24 17:37:56 +03:00
Dmitriy Mozgovoy f7a3b5e0f7 fix(headers): fixed support for setting multiple header values from an iterated source; (#6885) 2025-04-23 19:24:08 +03:00
FatahChan e61a8934d8 fix(types): fix autocomplete for adapter config (#6855)
Co-authored-by: Dmitriy Mozgovoy <robotshara@gmail.com>
2025-04-19 18:54:33 +03:00
Dmitriy Mozgovoy 6c5d4cd692 fix(core): fix the Axios constructor implementation to treat the config argument as optional; (#6881) 2025-04-18 02:22:31 +03:00
Dmitriy Mozgovoy dfe8411c9a fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (#6767) 2025-04-15 01:52:53 +03:00
Dmitriy Mozgovoy d4f7df4b30 fix(headers): fix getSetCookie by using 'get' method for caseless access; (#6874) 2025-04-14 22:38:27 +03:00
Dmitriy Mozgovoy 1b1f9ccdc1 fix(headers): allow iterable objects to be a data source for the set method; (#6873) 2025-04-14 21:55:27 +03:00
github-actions[bot] 47a611f084 chore(sponsor): update sponsor block (#6864)
Co-authored-by: DigitalBrainJS <12586868+DigitalBrainJS@users.noreply.github.com>
2025-04-10 08:27:11 +02:00
Jay 5ffdcbb276 chore: update sponsors 2025-04-02 08:23:12 +02:00
George Cheng d1178cad4c chore(types): move AxiosStatic#create to AxiosInstance#create (#5096)
* Add the bad test case.

* Fix and pass the test

* Update index.d.cts

---------

Co-authored-by: Jay <jasonsaayman@gmail.com>
2025-03-31 21:00:51 +02:00
Jay 5a9134e099 chore: create SECURITY.md 2025-03-26 17:19:58 +02:00
Willian Agostini 80ea756e72 feat(AxiosHeaders): add getSetCookie method to retrieve set-cookie headers values (#5707)
* feat(AxiosHeaders): add getSetCookie method to retrieve set-cookie header values

* refactor(AxiosHeaders.js): use logical OR instead of nullish coalescing operator in getSetCookie method

---------

Co-authored-by: Willian Agostini <willian.agostini@gmail.com.br>
Co-authored-by: Jay <jasonsaayman@gmail.com>
2025-03-25 21:30:23 +02:00
github-actions[bot] fd1095838c chore(sponsor): update sponsor block (#6834)
Co-authored-by: DigitalBrainJS <12586868+DigitalBrainJS@users.noreply.github.com>
2025-03-20 04:13:10 +02:00
github-actions[bot] 9f6f97bcfb chore(release): v1.8.4 (#6844)
Co-authored-by: jasonsaayman <4814473+jasonsaayman@users.noreply.github.com>
2025-03-19 21:26:49 +02:00
Marc Hassan f10c2e0de7 fix(buildFullPath): handle allowAbsoluteUrls: false without baseURL (#6833)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2025-03-18 20:01:37 +02:00
dependabot[bot] 1e6632cd62 chore(deps): bump tj-actions/changed-files in the github-actions group (#6838)
Bumps the github-actions group with 1 update: [tj-actions/changed-files](https://github.com/tj-actions/changed-files).


Updates `tj-actions/changed-files` from 45 to 46
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v45...v46)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-18 17:17:04 +02:00
github-actions[bot] 39ec206483 chore(release): v1.8.3 (#6819)
Co-authored-by: jasonsaayman <4814473+jasonsaayman@users.noreply.github.com>
2025-03-12 09:23:22 +02:00
StefanBRas 10fa70ef14 fix: add missing type for allowAbsoluteUrls (#6818)
* fix: add missing type for allowAbsoluteUrls

* fix: use semicolon in type files

---------

Co-authored-by: Jay <jasonsaayman@gmail.com>
2025-03-10 19:22:36 +02:00
Ashcon Partovi 7821ef9f5b docs: update readme to include bun install (#6811)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2025-03-10 19:04:03 +02:00
Marc Hassan ec159e507b fix(xhr/fetch): pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) 2025-03-10 14:29:41 +02:00
github-actions[bot] a9f7689b0c chore(release): v1.8.2 (#6812)
Co-authored-by: jasonsaayman <4814473+jasonsaayman@users.noreply.github.com>
2025-03-07 09:40:33 +02:00
Fasoro-Joseph Alexander fb8eec214c fix(http-adapter): add allowAbsoluteUrls to path building (#6810)
Co-authored-by: alex-paystack <alex@paystack.com>
2025-03-07 09:30:30 +02:00
github-actions[bot] 9812045755 chore(sponsor): update sponsor block (#6804)
Co-authored-by: DigitalBrainJS <12586868+DigitalBrainJS@users.noreply.github.com>
2025-03-02 17:29:51 +02:00
github-actions[bot] 72acf75937 chore(sponsor): update sponsor block (#6794)
Co-authored-by: DigitalBrainJS <12586868+DigitalBrainJS@users.noreply.github.com>
Co-authored-by: Dmitriy Mozgovoy <robotshara@gmail.com>
2025-02-26 18:44:52 +02:00
github-actions[bot] 2e64afdff5 chore(release): v1.8.1 (#6800)
Co-authored-by: jasonsaayman <4814473+jasonsaayman@users.noreply.github.com>
2025-02-26 11:06:15 +02:00