ds-physics v0.50.0 (138 tests) - v0.28: apply_body_torque, is_body_sleeping, get_body_angle - v0.30: set_body_gravity, set_linear_damping, count_awake_bodies - v0.40: joints (distance/pin), raycast, kinematic, time scale, world stats - v0.50: point query, explosion, velocity/position set, contacts, gravity, collision groups ds-stream v0.50.0 (201 tests) - v0.28: BufferPool, PacketJitterBuffer, RttTracker - v0.30: FrameRingBuffer, PacketLossDetector, ConnectionQuality - v0.40: QualityAdapter, SourceMixer, FrameDeduplicator, BackpressureController, HeartbeatMonitor, CompressionTracker, FecEncoder, StreamSnapshot, AdaptivePriorityQueue - v0.50: StreamCipher, ChannelMux/Demux, FramePacer, CongestionWindow, FlowController, ProtocolNegotiator, ReplayRecorder, BandwidthShaper ds-stream-wasm v0.50.0 (111 tests) - WASM bindings for all stream features ds-screencast v0.50.0 - CLI: --jitter-buffer, --latency-window, --ring-buffer, --loss-threshold, --adaptive, --dedup, --backpressure, --heartbeat-ms, --fec, --encrypt-key, --channels, --pacing-ms, --max-bps, --replay-file
17 lines
755 B
Markdown
17 lines
755 B
Markdown
# Changelog
|
|
|
|
## [0.50.0] - 2026-03-11
|
|
|
|
### Added
|
|
- **`StreamCipher`** — XOR encryption with rotating key
|
|
- **`ChannelMux`/`ChannelDemux`** — multi-channel mux/demux
|
|
- **`FramePacer`** — interval-based frame pacing
|
|
- **`CongestionWindow`** — AIMD congestion control
|
|
- **`FlowController`** — token-bucket flow control
|
|
- **`ProtocolNegotiator`** — capability exchange
|
|
- **`ReplayRecorder`** — frame recording for replay
|
|
- **`BandwidthShaper`** — enforce max bytes/sec
|
|
- 9 new tests (201 total)
|
|
|
|
## [0.40.0] — QualityAdapter, SourceMixer, FrameDeduplicator, BackpressureController, HeartbeatMonitor, CompressionTracker, FecEncoder, StreamSnapshot, AdaptivePriorityQueue
|
|
## [0.30.0] — FrameRingBuffer, PacketLossDetector, ConnectionQuality
|