Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented May 7, 2024

Build info

  • Browser build (UMD) (./dist/axios.min.js) 51.6 kB (18 kB gzipped)
    • v1.6.8 - 41.5 kB
    • v0.28.0 - 21.9 kB
    • v1.6.7 - 41 kB
  • Browser build (ESM) (./dist/esm/axios.min.js) 34.1 kB (13.2 kB gzipped)
    • v1.6.8 - 30 kB
    • v0.28.0 - 21.7 kB
    • v1.6.7 - 30 kB

Release notes:

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)
  • fetch: fix cases when ReadableStream or Response.body are not available; (#6377) (d1d359d)
  • fetch: treat fetch-related TypeError as an AxiosError.ERR_NETWORK error; (#6380) (bb5f9a5)

Contributors to this release

}

throw AxiosError.from(err, code, config, request);
throw AxiosError.from(err, err && err.code, config, request);

Check notice

Code scanning / CodeQL

Semicolon insertion

Avoid automated semicolon insertion (92% of all statements in [the enclosing function](1) have an explicit semicolon).
}

throw AxiosError$1.from(err, code, config, request);
throw AxiosError$1.from(err, err && err.code, config, request);

Check notice

Code scanning / CodeQL

Semicolon insertion

Avoid automated semicolon insertion (92% of all statements in [the enclosing function](1) have an explicit semicolon).
}

throw AxiosError.from(err, code, config, request);
throw AxiosError.from(err, err && err.code, config, request);

Check notice

Code scanning / CodeQL

Semicolon insertion

Avoid automated semicolon insertion (92% of all statements in [the enclosing function](1) have an explicit semicolon).
@DigitalBrainJS DigitalBrainJS merged commit b9f4848 into v1.x May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants