• v2.5.9-dev 721eb3ba03

    v2.5.9-dev Pre-release

    FTMahringer released this 2026-05-18 15:32:39 +02:00 | 20 commits to main since this release

    v2.5.9-dev

    Linux roadmap hardening for the V3 plugin ecosystem track.

    Fixed

    • Plugin lifecycle regression coverage now uses the real Synapse-plugin-template checkout and the local plugin API build path.
    • Docker-backed integration tests now work with Docker Desktop on WSL2 through Testcontainers 2.0.5 without forcing an old Docker API workaround.

    Changed

    • The Linux stabilization work from the previous cycle is now marked complete in the V3 roadmap.
    • Core and dashboard version numbers are bumped to 2.5.9-dev.

    Validation

    DOCKER_HOST=unix:///var/run/docker.sock \
    TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock \
    mvn -U -q -Dtest=PluginStorageServiceTest,PluginLifecycleIntegrationTest,PluginLoaderIntegrationTest test
    

    All targeted plugin backend tests passed on Ubuntu 24.04 WSL2 with Docker Desktop integration enabled.

    Downloads