-
-
Notifications
You must be signed in to change notification settings - Fork 208
fix: Update dio #959
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: Update dio #959
Conversation
Thanks for opening this pull request! |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #959 +/- ##
=======================================
Coverage 39.33% 39.33%
=======================================
Files 60 60
Lines 3356 3356
=======================================
Hits 1320 1320
Misses 2036 2036 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, could you write a PR title that describes the issue (not the solution)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since this is a fix
, we'd also need a changelog entry + version increment.
I have no other idea, only dio was updated, the reason was a bug in the dio package |
Why do we have to update the dio package, if we are using a range operator anyway? - dio: ^5.2.0+1
+ dio: ^5.3.2 If I understand this correctly, |
Because of these issues, we have to give a new version quickly, and the current version cannot be used. I checked the |
But why do we have to update our package? In my understanding, the Parse Flutter SDK will always install the latest release of dio I think not only do we not have to release a new version, we also don't have to update any dependency manually unless it's a major version increment. The only reason to upgrade a dependency without being a major version increment is if the Parse Flutter SDK requires a higher minimum version because it uses a certain feature for example that is not available in a lower version. But if it's just a bug fix in the dependency, then we shouldn't have to care, that's what the version range is for. |
Yes, I think the problem was solved with Revert on the dio side! |
I think we should see this also in our CI. In fact the CI previously failed and now passes. In my opinion this PR can be closed, as well as the related issue, because it was a dio issue, not a Parse issue. |
sure |
Pull Request
Issue
Closes: #958
Approach
Update dio to
dio: ^5.3.2
Tasks