Permalink
base repository: axios/axios
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v0.25.0
Choose a base ref
...
head repository: axios/axios
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: v0.26.0
Choose a head ref
  • 12 commits
  • 14 files changed
  • 6 contributors

Commits on Jan 18, 2022

  1. Fixed The timeoutErrorMessage property in config not work with Node.js (

    fixes #3580) (#3581)
    
    * The timeoutErrorMessage property in config not work with Node.js (#3580)
    
    * Adding "should respect the timeoutErrorMessage property" test case
    
    Co-authored-by: Will Loo <[email protected]>
    
    * The timeoutErrorMessage property in config not work with Node.js (#3580)
    
    * Fixing The timeoutErrorMessage property in config not work with Node.js (#3580)
    
    * Updating http adapter
    
    * Adding reject config.timeoutErrorMessage when setup
    
    Co-authored-by: Will Loo <[email protected]>
    
    * Fixing The timeoutErrorMessage property in config not work with Node.js (#3580)
    
    * Fixing The timeoutErrorMessage property in config not work with Node.js (#3580)
    
    * Update http adapter
    
    * Make changes as suggested after code review
    
    Co-authored-by: Will Loo <[email protected]>
    
    Co-authored-by: Jay <[email protected]>
    duibu05 and jasonsaayman authoredJan 18, 2022
    Configuration menu
    Copy the full SHA
    4461761View commit details
    Browse the repository at this point in the history
  2. Added errors to be displayed when the query parsing process itself fa…

    …ils. (#3961)
    
    * Adding errors when the query parsing process fails
    
    * Updated error
    
    * Removed unused variables
    
    Co-authored-by: Jay <[email protected]>
    djs113 and jasonsaayman authoredJan 18, 2022
    Configuration menu
    Copy the full SHA
    1163588View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Fix/remove url required (#4426)

    * Removed error when url is null as this breaks current use cases for alot of projects
    
    * Removed associated tests that check for the for url to not be empty
    @jasonsaayman
    jasonsaayman authoredJan 27, 2022
    Configuration menu
    Copy the full SHA
    cc86c6cView commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Fixed isFormData predicate; (#4413)

    Added support for automatic object serialization to FormData if `Content-Type` is `multipart/form-data`;
    Added support for FormData to be overloaded using `config.env.FormData` option;
    Added support for FormData in node.js environment through `form-data` package;
    @DigitalBrainJS
    DigitalBrainJS authoredFeb 2, 2022
    Configuration menu
    Copy the full SHA
    73e3bdbView commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Update follow-redirects dependency due to Vurnerbility

    Previous version of follow-redirects dependency is reported
    by Snyk to have a vurnerbility.
    https://app.snyk.io/test/npm/follow-redirects/1.14.7
    @cookieMr
    cookieMr committedFeb 11, 2022
    Configuration menu
    Copy the full SHA
    c5bdbd4View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. Bump karma from 6.3.11 to 6.3.14 (#4461)

    Bumps [karma](https://.com/karma-runner/karma) from 6.3.11 to 6.3.14.
    - [Release notes](https://.com/karma-runner/karma/releases)
    - [Changelog](https://.com/karma-runner/karma/blob/master/CHANGELOG.md)
    - [Commits](karma-runner/karma@v6.3.11...v6.3.14)
    
    ---
    updated-dependencies:
    - dependency-name: karma
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply..com>
    @dependabot
    dependabot[bot] authoredFeb 13, 2022
    Configuration menu
    Copy the full SHA
    447a24dView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d660e29View commit details
    Browse the repository at this point in the history
  3. Bump follow-redirects from 1.14.7 to 1.14.8 (#4473)

    Bumps [follow-redirects](https://.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
    - [Release notes](https://.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.8)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply..com>
    Co-authored-by: Jay <[email protected]>
    dependabot[bot] and jasonsaayman authoredFeb 13, 2022
    Configuration menu
    Copy the full SHA
    b3aa79eView commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95295f6View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f1e818View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f842e0View commit details
    Browse the repository at this point in the history
  7. Releasing v0.26.0

    @jasonsaayman
    jasonsaayman committedFeb 13, 2022
    6 Configuration menu
    Copy the full SHA
    c9aca75View commit details
    Browse the repository at this point in the history
Loading