Changelog
Last updated
Last updated
MOVE SDK releases follow the semantic versioning scheme MAJOR.MINOR.PATCH, where:
MAJOR version increments if the release contains incompatible API changes.
MINOR version increments if a functionality in a backwards-compatible manner is added.
PATCH version increments for backward-compatible hotfix releases
APIs could be deprecated in minor versions.
Deprecated APIs could only be removed on major version changes.
Minor feature releases and hot-fix patch releases are always backward compatible.