• v2.6.1-dev 9d1c9cbcb6

    v2.6.1-dev Pre-release

    FTMahringer released this 2026-05-18 21:15:55 +02:00 | 18 commits to main since this release

    v2.6.1-dev

    Plugin Registry Service Core for the v2.7.0 milestone.

    Added

    • PluginRegistryService with registry metadata search, version history lookup, compatibility checks, and artifact caching.
    • /api/registry endpoints for status, sync, versions, compatibility, and artifact serving.
    • synapse registry CLI commands:
      • list
      • versions <pluginId>
      • status
      • sync
    • Configurable registry mode and cache behavior through:
      • SYNAPSE_REGISTRY_MODE
      • SYNAPSE_REGISTRY_PATH
      • SYNAPSE_REGISTRY_CACHE_DIR
      • SYNAPSE_REGISTRY_CACHE_TTL
      • SYNAPSE_REGISTRY_SYNC_INTERVAL
    • Optional Compose registry profile that starts the registry service as a separate container.

    Validation

    cd packages/core
    mvn -q -Dtest=PluginRegistryServiceTest,PluginPerformanceBaselinesTest test
    
    cd ../cli
    go test ./...
    
    Downloads