Skip to main content

SDK_API_VERSION

Constant SDK_API_VERSION 

Source
pub const SDK_API_VERSION: &str = "0.3";
Expand description

SDK API contract version. Plugins declare a compatible version in their metadata; the loader rejects plugins with a mismatched major.

Bump the major when an existing API method signature or hook payload shape changes in a breaking way. Bump the minor when adding new hooks, events, or stdlib globals.