Use predictable release discipline to keep plugins stable across platform updates.Documentation Index
Fetch the complete documentation index at: https://docs.noxus.ai/llms.txt
Use this file to discover all available pages before exploring further.
Versioning
Noxus uses semantic versioning for plugin packages. This is defined in yourpyproject.toml or manifest.json.
Release Strategy
Compatibility Checklist
- Inputs/Outputs: Never remove or rename existing inputs/outputs in a minor version; only add optional ones.
- Config Migration: Provide default values for new configuration fields to avoid breaking existing deployments.
- Deprecation: Mark old nodes as deprecated before removing them in a major version update.
Plugins Overview
Return to the full plugin development map.