Skip to content

How should versioning of the plugin API work? #2

Open
@mast-eu

Description

@mast-eu

Personally, I like how it is done for Android apps. Google defines "API levels", which are only loosely connected to Android versions. E.g. Android 8.0 has API level 26 and Android 8.1 has API level 27.

All apps are required to specify the API level they implement and Google may raise the API level with every major, minor or even patch release of Android.
Thus, Android apps do not directly depend on an Android OS version, but rather remain runable as long as Google doesn't decide to raise the API level.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions