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: pin axios to 1.6.x to prevent request params from being duplicated on retries #2253

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

t-col
Copy link
Contributor

@t-col t-col commented Jun 12, 2024

Summary

addresses #2246

The bug in our SDK can be traced to the upgrade of axios from 1.6.8 to 1.7.x (here). I'm not yet certain if this new version of axios has a bug, of if a fix there exposed a bug in our implementation of it. For now we'll pin our axios dependency to the last known compatible minor version, 1.6.x

@t-col t-col requested a review from a team June 12, 2024 15:53
@t-col t-col force-pushed the fix/duplicated-request-params branch from 2cc6986 to 5a8c797 Compare June 12, 2024 15:59
@t-col t-col merged commit 55330a9 into master Jun 12, 2024
3 checks passed
@t-col t-col deleted the fix/duplicated-request-params branch June 12, 2024 16:23
@contentful-automation
Copy link
Contributor

🎉 This PR is included in version 10.11.11 🎉

The release is available on:

Your semantic-release bot 📦🚀

@seanparmelee
Copy link

Heads up that axios was updated again: #2255

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.

None yet

3 participants