-
Notifications
You must be signed in to change notification settings - Fork 148
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
refactor(netlify-blobs): update to v7 #407
Conversation
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #407 +/- ##
==========================================
+ Coverage 65.05% 66.04% +0.98%
==========================================
Files 39 39
Lines 4055 4055
Branches 487 503 +16
==========================================
+ Hits 2638 2678 +40
+ Misses 1408 1368 -40
Partials 9 9 β View full report in Codecov by Sentry. |
This comment was marked as off-topic.
This comment was marked as off-topic.
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!
I made some quick changes to the docs ordering. Feel free to amend it later ππΌ
π Linked issue
#406 updates the dependency without fixing the imports in tests
β Type of change
π Description
Netlify Blobs are coming out of beta, and the latest version of the client has breaking changes to the local server used in tests. This PR updates the client and changes the imports for the tests. It also updates the docs to remove the reference to beta and add usage information for edge functions.
π Checklist