KEMBAR78
Comparing v1.11.0...v1.12.0 · axios/axios · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: axios/axios
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.0
Choose a base ref
...
head repository: axios/axios
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.0
Choose a head ref
  • 20 commits
  • 47 files changed
  • 15 contributors

Commits on Jul 23, 2025

  1. chore(sponsor): update sponsor block (#6976)

    Co-authored-by: DigitalBrainJS <12586868+DigitalBrainJS@users.noreply.github.com>
    Co-authored-by: Dmitriy Mozgovoy <robotshara@gmail.com>
    3 people authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    e7b7253 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. Configuration menu
    Copy the full SHA
    2c2a56a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. feat(adapter): surface low‑level network error details; attach origin…

    …al error via cause (#6982)
    
    * feat(adapter): surface low‑level network error details; attach original error via `cause`
    
    Node http adapter:
    - Promote low-level `err.code` to `AxiosError.code`, prefixing message (e.g. `ECONNREFUSED – …`)
    - Keep original error on standard `Error.cause`
    
    XHR adapter:
    - Preserve browser `ProgressEvent` on `error.event`
    - Use event message when available
    
    Tests:
    - Add Node ESM tests under `test/unit/adapters` to assert `code` and `cause` behavior
    
    Types:
    - Ensure `AxiosError.cause?: unknown` and `event?: ProgressEvent` are present
    
    * fix(adapter): use fs instead of fs/promises for sync file read in tests to fix GitHub Actions
    mkhani01 authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    78b290c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a079ca View commit details
    Browse the repository at this point in the history
  3. fix(types): change the type guard on isCancel (#5595)

    * fix(types): change the type guard on isCancel
    
    … to `CanceledError<any>`. This makes more sense as it reflects what
    `isCancel` is actually doing. In fact, if I'm not mistaken, the
    `Cancel` type is no longer in the project. It got removed in
    7f12366. It should probably also be removed from the types.
    
    * Parameterize `CanceledError` in `isCancel`
    
    Thanks to @samavati for the suggestion.
    
    Co-authored-by: Ehsan Samavati <samaavaati@gmail.com>
    
    ---------
    
    Co-authored-by: Ehsan Samavati <samaavaati@gmail.com>
    Co-authored-by: Jay <jasonsaayman@gmail.com>
    3 people authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    0dbb7fd View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. fix(params): removing '[' and ']' from URL encode exclude characters (#…

    …3316) (#5715)
    
    Co-authored-by: Jay <jasonsaayman@gmail.com>
    HealGaren and jasonsaayman authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    6d84189 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. fix: package exports (#5627)

    * fix package exports
    
    * fix(package): comma missed at merge
    gligorkot authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    aa78ac2 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Configuration menu
    Copy the full SHA
    7960d34 View commit details
    Browse the repository at this point in the history
  2. feat: support reviver on JSON.parse (#5926)

    * test: test to support reviver on JSON.parse
    
    * feat: support reviver for JSON.parse on parse response data
    
    #5924
    
    ---------
    
    Co-authored-by: Jay <jasonsaayman@gmail.com>
    WillianAgostini and jasonsaayman authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    2a97634 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. chore(sponsor): update sponsor block (#6992)

    Co-authored-by: DigitalBrainJS <12586868+DigitalBrainJS@users.noreply.github.com>
    github-actions[bot] and DigitalBrainJS authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    066b391 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. fix(fetch-adapter): set correct Content-Type for Node FormData (#6998)

    * fix(fetch-adapter): set correct Content-Type for Node FormData
    
    * Update lib/helpers/resolveConfig.js
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * test(fetch): replace chai expect with Node assert
    
    * fix: define formHeaders for FormData to resolve no-undef error
    
    * fix: filter headers to only update the target headers
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    Co-authored-by: Jay <jasonsaayman@gmail.com>
    3 people authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    a9f47af View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2025

  1. feat(fetch): add fetch, Request, Response env config variables for th…

    …e adapter; (#7003)
    
    * feat(fetch): add fetch, Request, Response env config variables for the adapter;
    
    * feat(fetch): fixed design issue for environments without fetch API globals;
    DigitalBrainJS authored Aug 30, 2025
    Configuration menu
    Copy the full SHA
    c959ff2 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. chore: removing dist files from src (#7002)

    * chore: removing dist files from src
    
    * chore: include build step in CI pipeline
    
    * chore: add build step to PR and publish workflows
    WillianAgostini authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    a0bc911 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. Configuration menu
    Copy the full SHA
    d03f245 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2025

  1. chore(sponsor): update sponsor block (#7005)

    Co-authored-by: DigitalBrainJS <12586868+DigitalBrainJS@users.noreply.github.com>
    github-actions[bot] and DigitalBrainJS authored Sep 6, 2025
    Configuration menu
    Copy the full SHA
    28e5e30 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. fix(node): enforce maxContentLength for data: URLs (#7011)

    * fix(node): enforce maxContentLength for data: URLs (pre-decode size check)- CVE-2025-58754
    
    * feat(utils): add estimateDataURLDecodedBytes helper and fix duplicate condition in base64 padding check
    
    * feat: add estimateDataURLDecodedBytes helper with tests
    AmeerAssadi authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    945435f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. Configuration menu
    Copy the full SHA
    9ec86de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2edc36 View commit details
    Browse the repository at this point in the history
  3. fix: release pr run

    jasonsaayman committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    fd7f404 View commit details
    Browse the repository at this point in the history
  4. chore(release): v1.12.0 (#7013)

    Co-authored-by: jasonsaayman <4814473+jasonsaayman@users.noreply.github.com>
    github-actions[bot] and jasonsaayman authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    0d8ad6e View commit details
    Browse the repository at this point in the history
Loading