Skip to content

Releases: ASLS-org/WSC

v2.1.0

19 Apr 17:52

Choose a tag to compare

2.1.0 (2026-04-19)

Features

  • implementations/js/server: export server implementation (7da1249)

v2.0.5

19 Apr 17:06

Choose a tag to compare

2.0.5 (2026-04-19)

Bug Fixes

  • docs: update binding documentation to be better scoped (457ecc6)

v2.0.4

18 Apr 14:40

Choose a tag to compare

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.

Packages created

@asls-org/wsc-sdk
@asls-org/wsc-client

v1.0.0

24 Oct 15:50

Choose a tag to compare

1.0.0 (2024-10-24)

Features

  • DMXWebRTC: rework signaling and connection logic and use @cubicleai/wrtc (acf1126)