-
Notifications
You must be signed in to change notification settings - Fork 625
Extract core encoders api into a separate library. #1930
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
Conversation
This decouples the api from the json implementation, enabling creation of other formats in the future. This is modeled as a breaking change even though it won't have any developer impact.
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (8836428d) is created by Prow via merging commits: 2056bfc 927c60a. |
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (8836428d) is created by Prow via merging commits: 2056bfc 927c60a. |
/test check-changed |
/test device-check-changed |
This decouples the api from the json implementation, enabling creation
of other formats in the future.
This is modeled as a breaking change even though it won't have any
developer impact.