-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
feat: Support mime 2.0.0 #1079
feat: Support mime 2.0.0 #1079
Conversation
when will it be available on pub.dev? Thank you very much. |
When we can expect this fix to be released. It's not in supabase_flutter 2.8.1, and the version of the storage_client is not updated and published with this fix? |
This change is indeed released with supabase_flutter 2.8.1. To actually upgrade to mime 2.0 You have to run |
I'm sorry and seems like you are right. The release script from melos didn't pick up the changes in storage_client and no new version got released. |
don't worry, no problem. I'm waiting for the next release. one of the main problems is related to the score that is lowered by the dependencies not updated |
mime 2.0 has a breaking change of returning null for unknown mime type. It's not just a version update for the sake of a pub score. |
In my case I have no issues related to that method, regarding this PR @Vinzent03 indicated that it is not impactful on this package. |
What kind of change does this PR introduce?
package upgrade
What is the current behavior?
mime 2.0.0 is not supported
What is the new behavior?
Support 1.2.0 and 2.0.0
Additional context
mime changelog We don't use that method so the update doesn't matter.
close #1074