Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] v1.7.0-beta.1 #6383

Merged
merged 1 commit into from May 7, 2024
Merged

[Release] v1.7.0-beta.1 #6383

merged 1 commit into from May 7, 2024

Conversation

github-actions[bot]
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

{
cause: err.cause || err
}
)

Check notice

Code scanning / CodeQL

Semicolon insertion Note

Avoid automated semicolon insertion (92% of all statements in
the enclosing function
have an explicit semicolon).
{
cause: err.cause || err
}
)

Check notice

Code scanning / CodeQL

Semicolon insertion Note

Avoid automated semicolon insertion (92% of all statements in
the enclosing function
have an explicit semicolon).
{
cause: err.cause || err
}
)

Check notice

Code scanning / CodeQL

Semicolon insertion Note

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

Successfully merging this pull request may close these issues.

None yet

1 participant