-
Notifications
You must be signed in to change notification settings - Fork 70
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
BackendV2 support for old device API #514
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #514 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 7 7
Lines 557 557
=========================================
Hits 557 557 ☔ 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.
Since this change adds support for new functionality, add it (and your name) to the changelog 🚀
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 @austingmhuang, this looks great! Just leaving a couple of suggestions
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 @austingmhuang!
Let's remove the .DS_Store
file, that's just a thing that happens locally on Macs, we shouldn't need it on GitHub. But otherwise looks good to go to me! 🎉
Co-authored-by: soranjh <40344468+soranjh@users.noreply.github.com>
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 @austingmhuang!
This pull request aims to provide support for V2 devices using the old device API. This addresses an issue from a user requesting this feature. There is a similar PR open for the new device API as well, but that might not be ready with the 0.36 release.