-
v2.6.0 Stable
released this
2026-05-18 15:36:45 +02:00 | 19 commits to main since this releasev2.6.0
SYNAPSE v2.6.0 is the plugin ecosystem release. It consolidates the full
v2.5.xcycle into a stable Java-first plugin platform.Added
synapse-plugin-apiwithSynapsePlugin,Channel,ModelProvider,PluginContext,PluginConfig,PluginEventBus, andPluginLogger- Plugin loader and storage with
system/andstaging/tiers - Dependency resolution and conflict detection for hard dependencies, version gating, and slot clashes
- ASM-based sandboxing and JPMS isolation checks
- CLI plugin tooling, including install, validate, load/unload, info, logs, and publish guidance
- Dashboard marketplace UI and plugin management flows
- Official plugin library coverage for channel and model provider plugins
- Linux-first install and validation paths for Ubuntu 24.04 WSL2
Fixed
- Real plugin fixture builds now use the checked-out
Synapse-plugin-templaterepo and the local plugin API build path - Testcontainers now works with Docker Desktop on WSL2 using the current 2.x stack
- Marketplace spoofing checks, lifecycle regression coverage, and performance baseline instrumentation are in place
Changed
- The V3 roadmap release step for the plugin ecosystem is complete
- Core and dashboard versions are now
2.6.0
Validation
DOCKER_HOST=unix:///var/run/docker.sock \ TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock \ mvn -U -q -Dtest=PluginStorageServiceTest,PluginLifecycleIntegrationTest,PluginLoaderIntegrationTest testThe targeted backend and plugin regression tests passed on Ubuntu 24.04 WSL2 with Docker Desktop integration enabled.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads