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

Update axios to v0.21.0 #250

Merged
merged 1 commit into from
Oct 26, 2020
Merged

Update axios to v0.21.0 #250

merged 1 commit into from
Oct 26, 2020

Conversation

developius
Copy link
Contributor

I discovered an issue when using apisauce with one of our endpoints.
Our server runs on ASP.NET and returns a byte order mark in responses. Axios wasn't correctly handling this prior to v0.20.0-0 which meant JSON.parse would blow up.
Axios released v0.20.0-0 and v0.20.0 which fixed this particular issue, but introduced a TypeScript compilation error which has been fixed in v0.21.0.

More info:

Copy link
Member

@jamonholmgren jamonholmgren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @developius !

@jamonholmgren jamonholmgren merged commit 32ff13b into infinitered:master Oct 26, 2020
infinitered-circleci pushed a commit that referenced this pull request Oct 26, 2020
# [2.0.0](v1.1.2...v2.0.0) (2020-10-26)

### Features

* **deps:** Update axios to v0.21.0 ([#250](#250) by [@developius](https://github.com/developius)) ([32ff13b](32ff13b))

### BREAKING CHANGES

* **deps:** Update axios to v0.21.0
@infinitered-circleci
Copy link

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants