• v1.6.2-dev 0d766b7507

    FTMahringer released this 2026-05-09 14:47:54 +02:00 | 233 commits to main since this release

    Plugin Lifecycle APIs

    Full install/enable/disable/uninstall REST API with manifest validation and event logging.

    Features:

    • PluginLifecycleService — install() validates manifest first, enable(), disable(), uninstall()
    • Every lifecycle action writes structured system log + fires SynapseEvent
    • PluginController — POST /api/plugins/install, POST /{id}/enable, POST /{id}/disable, DELETE /{id}, GET list/detail
    • Install rejects invalid manifests with 400 + error list

    Next: v1.6.3-dev Store registry sync from store/registry.yml

    Downloads