v1.13.3
VERT-sh/VERTv1.13.3Jul 3, 2026by boks1971
AI Summary
This release introduces a mock API server for testing server SDKs and adds average bitrate reporting for WHIP ingress. It also includes updates to the WebRTC stack to fix datachannel interoperability and addresses a bug where WHIP session notifiers continue running after a participant leaves.
Key Highlights
- New mock API server for testing server SDKs
- Auth checks support added to mock server
- Average bitrate reporting for WHIP ingress
- WebRTC update to fix datachannel interoperability
- Fixed WHIP session notifier when participant leaves
New Features
- Mock API server for testing server SDKs
- Support auth checks with mock server
- Data track schema metadata
- Report average bitrates for whip ingress
Full Release Notes
### Added - feat: mock API server for testing server SDKs (#4627) - support auth checks with mock server (#4629) - Data track schema metadata (#4622) - Report average bitrates for whip ingress (#4634) ### Changed - Update webrtc to fix interop issue with bundled datachannel (#4631) - Update module github.com/urfave/cli/v3 to v3.10.0 (#4612) - Use camel case log name in `DataBlobKey` (#4633) ### Fixed - Stop WHIP session notifier when participant leaves (#4637)