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

fix: workaround axios bug #239

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

rossiam
Copy link
Contributor

@rossiam rossiam commented Apr 23, 2024

While the documentation for axios suggests that using a simple function for paramsSerializer should work with 0.28, it does not. Since npm considers 0.28 and 0.28.1 to be compatible, users or the core SDK who also include axios 0.28.1 are getting errors. This updates the core SDK to 0.28.1. This will break users who are using anything less than 0.28.1 (hence the note in the README).

Copy link

changeset-bot bot commented Apr 23, 2024

🦋 Changeset detected

Latest commit: 0f84b22

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@smartthings/core-sdk Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@rossiam rossiam merged commit 0798d93 into SmartThingsCommunity:main Apr 23, 2024
5 checks passed
@rossiam rossiam deleted the axios-0.28.1-support branch April 23, 2024 18:38
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.

None yet

2 participants