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: v0.28.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: v0.30.0
Choose a head ref
  • 16 commits
  • 30 files changed
  • 12 contributors

Commits on Feb 12, 2024

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

Commits on Mar 21, 2024

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

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    111811e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3021e0d View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    146848f View commit details
    Browse the repository at this point in the history
  2. Fix: omit nulls in params (#6394)

    * fix: omit nulls when building params
    
    * chore: fix prettier formatting
    
    * fix: omit nulls when building params pt 2
    
    ---------
    
    Co-authored-by: Jay <jasonsaayman@gmail.com>
    Willshaw and jasonsaayman authored May 24, 2024
    Configuration menu
    Copy the full SHA
    3936f44 View commit details
    Browse the repository at this point in the history
  3. fix(backport): fix paramsSerializer function validation (#6361)

    Co-authored-by: Jay <jasonsaayman@gmail.com>
    solonzhu and jasonsaayman authored May 24, 2024
    Configuration menu
    Copy the full SHA
    2e36cdb View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. fix: regular expression denial of service issues (#6708)

    * fix: Regular Expression Denial of Service (ReDoS)
    
    * fix test failed
    qiongshusheng authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4840cb2 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

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

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 <jasonsaayman@gmail.com>
    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 <jasonsaayman@gmail.com>
    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