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: 7750b8c
Choose a base ref
...
head repository: axios/axios
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6e922e4
Choose a head ref
  • 7 commits
  • 21 files changed
  • 5 contributors

Commits on Dec 5, 2024

  1. 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 <[email protected]>
    mori5321 and jasonsaayman authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    0630c32 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. fix(docs): update CHANGELOG.md for v0.x (#6271)

    fix(docs): update CHANGELOG.md for v0.x (#6271)
    TehZarathustra authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    f0642ee View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. 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.
    nafeger authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    8603e67 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. 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 <[email protected]>
    thatguyinabeanie and jasonsaayman authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    02c3c69 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

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

Commits on Mar 26, 2025

  1. Configuration menu
    Copy the full SHA
    a06ed1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e922e4 View commit details
    Browse the repository at this point in the history
Loading