-
Notifications
You must be signed in to change notification settings - Fork 56
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(core): spread storage options #452
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Thanks for working on it. Unfortunately it will be a breaking change but with a proper release notes, I think we can have it in 2.0.0-rc.1
a1aab0b
to
3e2b2b1
Compare
I'm not entirely sure it's a breaking change, it could actually be a bug fix. |
I think it will be a breaking change purely because the interface for how certain feature will change. Wwith this change, users that uset the previous version of storage options, would have it not working anymore. But no worries about that. This is not a huge breaking change as long as we provide release notes and migration guide. |
Yes that's right |
3e2b2b1
to
6831dda
Compare
@Baroshem : Update after further review Marking as ready now |
Thanks for finding it and fixing it @vejja 💚! I can't wait for this release. it will be 🔥 |
Closes #433
Types of changes
Description
The Rate Limiter options need to be spread in order to support all the
unstorage
drivers.Previously, only the
options
property could be provided to the underlying driver, because this driver has only one property with the nameoptions
.With this PR, any property name can be provided under the
options
property.Checklist: