Version Planning
This section describes the version planning of the LLL client SDK.
Version Description
The version number is in the format of a.b.c, where:
- a indicates the major version number, which is updated when the version architecture is reconstructed. For example, the major version number will be changed if the APIs of different versions are incompatible.
- b indicates the minor version number, which is an iterative version. If there are new functions or features, or APIs are added or optimized, the value of this field is incremented by 1.
- c indicates the patch version number. If a function is optimized or a defect is rectified, the value of this field is incremented by 1.
Example version number: 2.0.1
Version Lifecycle
By default, a version is released every one to two months, or a version is modified based on customer requirements.
Version Constraints
None. The old and new versions are compatible.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.