Dolphin MOVE SDK
SDK
1.x
1.x
  • Introduction
  • MOVE Services
  • MOVE SDK
    • Getting Started
      • MOVE Dashboard
      • Android
        • Installation
        • Quick Start
      • iOS
        • Installation
        • Quick Start
      • React Native
    • API Interface
      • Android
        • Initialization
        • Services
      • iOS
        • Initialization
        • Services
      • React Native
        • Initialization
        • Services
    • Models
      • MoveAuth
      • MoveConfig
      • MoveConfigurationError
      • MoveDeviceStatus
      • MoveSDKState
      • MoveTripState
      • MoveAuthState
      • Listeners/Callbacks
    • Appendix
      • Android
        • Token refresh
        • Permission Handling
        • Battery optimization
        • Notification Management
      • iOS
        • Permissions Handling
        • App Store
  • MOVE Backend
    • MOVE Timeline
    • MOVE State
    • MOVE Last Location
    • MOVE Generic Notifier
    • Open Api Specification
  • Changelog
    • Android
    • iOS
  • Data privacy (GDPR)
Powered by GitBook
On this page
  • Coming soon
  • Versioning Convention:

Changelog

PreviousMOVE Generic NotifierNextAndroid

Last updated 3 years ago

Coming soon

  • Points of Interest are now well supported and can be maintained via the MOVE Platform

  • New and stylish public documentation

  • Reworked section

Versioning Convention:

MOVE SDK releases follow the semantic versioning scheme MAJOR.MINOR.PATCH, where:

  1. MAJOR version increments if the release contains incompatible API changes.

  2. MINOR version increments if a functionality in a backwards-compatible manner is added.

  3. PATCH version increments for backward-compatible hotfix releases

Committed Changelog Protocol

  1. APIs could be deprecated in minor versions.

  2. Deprecated APIs could only be removed on major version changes.

  3. Minor feature releases and hot-fix patch releases are always backward compatible.

🚀
Getting started
Android
iOS