2026-03-08 23:12:54 -07:00
|
|
|
# Changelog
|
|
|
|
|
|
feat(ds-stream): v2.0-2.3 composable codec pipeline
v2.0 — Pipeline Architecture
- Frame, CodecResult, Codec trait, Pipeline builder
- 6 adapters: Passthrough, Dedup, Compress, Pacer, Slicer, Stats
v2.1 — Multi-frame & new codecs
- CodecOutput::Many fan-out, EncryptCodec, FilterCodec
- Codec::reset(), encode_all/decode_all, real SlicerCodec chunking
v2.2 — Observability & reassembly
- PipelineResult (frames+errors+consumed), StageMetric
- ReassemblyCodec, ConditionalCodec, Pipeline presets & metrics
v2.3 — Integrity & rate control
- ChecksumCodec (CRC32), RateLimitCodec (token bucket), TagCodec
- Pipeline::chain(), Pipeline::describe()
13 codec adapters, 474 tests (all green, 0 regressions)
2026-03-11 23:50:35 -07:00
|
|
|
## [1.6.0] - 2026-03-11
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- **`throttle_init/check/dropped_v160`** — WASM FPS throttler
|
|
|
|
|
- **`cipher_set_key/apply/reset_v160`** — WASM XOR-rotate cipher
|
|
|
|
|
- **`checkpoint_capture/seq_v160`** — WASM stream checkpoint
|
|
|
|
|
- 7 new tests (218 total)
|
|
|
|
|
|
|
|
|
|
## [1.5.0] - 2026-03-11
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- **`bw_init/try_send/refill_v150`** — WASM bandwidth limiter
|
|
|
|
|
- **`dedup_check/count/reset_v150`** — WASM frame dedup
|
|
|
|
|
- **`metrics_send/loss/bytes/frames/lost/reset_v150`** — WASM metrics
|
|
|
|
|
- 7 new tests (211 total)
|
|
|
|
|
|
|
|
|
|
## [1.4.0] - 2026-03-11
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- **`compositor_*_v140`** — WASM frame compositor
|
|
|
|
|
- **`recorder_*_v140`** — WASM stream recording
|
|
|
|
|
- **`priority_*_v140`** — WASM priority queue
|
|
|
|
|
- 7 new tests (204 total)
|
|
|
|
|
|
|
|
|
|
## [1.3.0] - 2026-03-11
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- `quality_decide_v130`, `reorder_*_v130`, `channel_auth_check_v130`
|
|
|
|
|
- 7 new tests (197 total)
|
|
|
|
|
|
|
|
|
|
## [1.2.0] - 2026-03-11
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- `haptic_*_v120`, `batch/unbatch_v120`, `digest_*_v120`
|
|
|
|
|
- 7 new tests (190 total)
|
|
|
|
|
|
|
|
|
|
## [1.1.0] - 2026-03-11
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- `error_frame_v110`, `encrypt/decrypt_v110`, `protocol_info_v110`
|
|
|
|
|
- 9 new tests (183 total)
|
|
|
|
|
|
engine: v0.90–v1.0.0 milestone 🎉
v0.90: World Layers, Stream Encryption V2, Multi-Channel
- ds-physics: set/get layer, gravity scale, angular vel, body type, world gravity, freeze/unfreeze, body tag (183 tests)
- ds-stream: XorCipherV2, ChannelRouter, AckTracker, FramePoolV2, BandwidthEstimatorV2, PriorityMux, NonceGenerator, StreamValidator, RetryQueue (246 tests)
- ds-stream-wasm: 9 exports (156 tests)
v0.95: Scene Graph, Stream Compression V2, Telemetry
- ds-physics: body count all, step count, get gravity, is frozen, get color, AABB, raycast, restitution, emitter count (192 tests)
- ds-stream: Lz4Lite, TelemetrySink, FrameDiffer, BackoffTimer, StreamMirror, QuotaManager, HeartbeatV2, TagFilter, MovingAverage (255 tests)
- ds-stream-wasm: 9 exports (165 tests)
v1.0.0: Production Ready — ECS Foundation, Stream Pipeline, Protocol Finalization
- ds-physics: get tag, body list, impulse, mass, friction, world bounds, body exists, reset world, engine version (201 tests)
- ds-stream: StreamPipeline, ProtocolHeader, FrameSplitterV2, CongestionWindowV2, StreamStatsV2, AckWindow, CodecRegistryV2, FlowControllerV2, VersionNegotiator (264 tests)
- ds-stream-wasm: 9 exports (174 tests)
Total: 639 tests across 3 packages
2026-03-11 14:58:39 -07:00
|
|
|
## [1.0.0] - 2026-03-11 🎉
|
2026-03-08 23:12:54 -07:00
|
|
|
|
feat(engine): v0.14-v0.16 releases
ds-physics 0.16.0 (81 tests):
- v0.14: proximity queries, physics regions
- v0.15: event hooks, transform hierarchy, timeline
- v0.16: deterministic seed/checksum, collision manifolds, distance+hinge constraints
ds-stream 0.16.0 (143 tests):
- v0.14: FrameCompressor (RLE), MultiClientSync, BandwidthThrottle, FrameType::Compressed
- v0.15: AdaptiveBitrate, MetricsSnapshot, FramePipeline
- v0.16: FrameEncryptor (XOR), StreamMigration, FrameDedup, PriorityQueue
ds-stream-wasm 0.16.0 (54 tests):
- v0.14: RLE compress/decompress, sync drift, bandwidth limiting
- v0.15: adaptive quality, metrics snapshot, frame transforms
- v0.16: encrypt/decrypt frames, migration handoff, frame dedup
ds-screencast 0.16.0:
- v0.14: --roi, /clients, --compress, --migrate-on-crash
- v0.15: --adaptive-bitrate, /metrics, --viewport-transform, --cdn-push
- v0.16: /tabs, --encrypt-key, --watermark, --graceful-shutdown
2026-03-10 22:47:44 -07:00
|
|
|
### Added
|
feat(ds-stream): v2.0-2.3 composable codec pipeline
v2.0 — Pipeline Architecture
- Frame, CodecResult, Codec trait, Pipeline builder
- 6 adapters: Passthrough, Dedup, Compress, Pacer, Slicer, Stats
v2.1 — Multi-frame & new codecs
- CodecOutput::Many fan-out, EncryptCodec, FilterCodec
- Codec::reset(), encode_all/decode_all, real SlicerCodec chunking
v2.2 — Observability & reassembly
- PipelineResult (frames+errors+consumed), StageMetric
- ReassemblyCodec, ConditionalCodec, Pipeline presets & metrics
v2.3 — Integrity & rate control
- ChecksumCodec (CRC32), RateLimitCodec (token bucket), TagCodec
- Pipeline::chain(), Pipeline::describe()
13 codec adapters, 474 tests (all green, 0 regressions)
2026-03-11 23:50:35 -07:00
|
|
|
- Core WASM bindings for streaming protocol
|
engine: v0.90–v1.0.0 milestone 🎉
v0.90: World Layers, Stream Encryption V2, Multi-Channel
- ds-physics: set/get layer, gravity scale, angular vel, body type, world gravity, freeze/unfreeze, body tag (183 tests)
- ds-stream: XorCipherV2, ChannelRouter, AckTracker, FramePoolV2, BandwidthEstimatorV2, PriorityMux, NonceGenerator, StreamValidator, RetryQueue (246 tests)
- ds-stream-wasm: 9 exports (156 tests)
v0.95: Scene Graph, Stream Compression V2, Telemetry
- ds-physics: body count all, step count, get gravity, is frozen, get color, AABB, raycast, restitution, emitter count (192 tests)
- ds-stream: Lz4Lite, TelemetrySink, FrameDiffer, BackoffTimer, StreamMirror, QuotaManager, HeartbeatV2, TagFilter, MovingAverage (255 tests)
- ds-stream-wasm: 9 exports (165 tests)
v1.0.0: Production Ready — ECS Foundation, Stream Pipeline, Protocol Finalization
- ds-physics: get tag, body list, impulse, mass, friction, world bounds, body exists, reset world, engine version (201 tests)
- ds-stream: StreamPipeline, ProtocolHeader, FrameSplitterV2, CongestionWindowV2, StreamStatsV2, AckWindow, CodecRegistryV2, FlowControllerV2, VersionNegotiator (264 tests)
- ds-stream-wasm: 9 exports (174 tests)
Total: 639 tests across 3 packages
2026-03-11 14:58:39 -07:00
|
|
|
- 9 new tests (174 total)
|