Releases: ASLS-org/WSC
v2.1.0
v2.0.5
v2.0.4
2.0.4 (2026-04-18)
Note
Version 2.0.0 of the WSC (Web Show Control) ecosystem introduces a complete redesign of the underlying protocol. This release is a major revision and is not backward compatible with previous versions.
Breaking changes
The WSC protocol has been fully reimplemented. All previous message formats and control flows have been removed or replaced.
SDK interfaces have been redesigned to align with the new protocol architecture. Client and server implementations require updates to conform to the v2 specification.
Impact
Upgrading from v1 to v2 requires changes across all integrations:
Existing client and server implementations must be updated. Custom integrations built on the previous protocol will require migration. Legacy protocol compatibility is not supported in this release.
Changes in this release
- New WSC protocol architecture with improved consistency and determinism.
- Redesigned SDK API surface.
- Improved separation between transport and control logic.
- Foundation improvements for future extensibility across bindings.