-
v2.5.9-dev Pre-release
released this
2026-05-18 15:32:39 +02:00 | 20 commits to main since this releasev2.5.9-dev
Linux roadmap hardening for the V3 plugin ecosystem track.
Fixed
- Plugin lifecycle regression coverage now uses the real
Synapse-plugin-templatecheckout and the local plugin API build path. - Docker-backed integration tests now work with Docker Desktop on WSL2 through Testcontainers
2.0.5without 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 testAll targeted plugin backend tests passed on Ubuntu 24.04 WSL2 with Docker Desktop integration enabled.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Plugin lifecycle regression coverage now uses the real