• v2.6.2-dev 2fb9430698

    v2.6.2-dev Pre-release

    FTMahringer released this 2026-05-18 21:27:07 +02:00 | 17 commits to main since this release

    v2.6.2-dev

    Custom Registry Sources for the v2.7.0 plugin ecosystem milestone.

    Added

    • Persistent custom registry source records for GitHub, GitLab, Forgejo, and Nexus/Maven-style sources.
    • Registry source API endpoints:
      • GET /api/registry/sources
      • POST /api/registry/sources
      • PUT /api/registry/sources/{id}
      • DELETE /api/registry/sources/{id}
      • POST /api/registry/sources/{id}/sync
    • Source visibility controls:
      • store entries appear in marketplace/store listings
      • internal entries stay available to registry/admin flows but are hidden from store listings
    • Per-source trust tier and sync interval fields.
    • CLI commands:
      • synapse registry sources
      • synapse registry add-source
      • synapse registry remove-source
      • synapse registry sync-source

    Validation

    cd packages/core
    mvn -q test
    
    cd ../cli
    go test ./...
    
    Downloads