-
Notifications
You must be signed in to change notification settings - Fork 1
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
Require hyphens on UUIDv4 & add ErrorCode::AuthToken #333
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #333 +/- ##
=======================================
Coverage ? 55.05%
=======================================
Files ? 51
Lines ? 5854
Branches ? 0
=======================================
Hits ? 3223
Misses ? 2631
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I had to add a custom deserializer to invoke the new method in places that don't invoke it directly, since many places just use serde to access this value. @adamchalmers could I get a quick sanity peek and re-approval? Thanks :) |
This is now growing because it's just easier to get these small changes in... |
fadf4a6
to
3f575f7
Compare
pushed to crates and tagged |
We transmit modeling cmd IDs as strings (when serialized to JSON) and as bytes (when serialized to BSON). However a [recent PR](#333) started using a custom deserializer for modeling cmd IDs, which only implemented deser for strings.
No description provided.