API Breaking and Non-breaking Changes Guide
Our Commitment
What We Consider Breaking Changes
1. Removing or renaming fields
2. Changing data types
3. Changing nullability
4. Restructuring nested objects
5. Changing field semantics
6. Removing supported variants
7. Changing enum values
8. Changing mask output format
What We Consider Non-Breaking Changes
1. Adding new parameters
2. Adding optional fields
3. Adding new mask formats
4.Improving algorithm quality and precision
5. Visual improvements
Best Practices for Integration
Last updated
Was this helpful?