v1.10.1
rowboatlabs/rowboatv1.10.1Mar 30, 2026by boks1971
AI Summary
A patch release addressing critical parsing bugs in AV1, H264, and H265 codecs, alongside fixes for TURN server URLs and new job restart policies.
Key Highlights
- Fixes AV1 parser overflow
- Addresses malformed H264/H265 parsing issues
- Adds packet trailer stripping support
- Adds job restart policy for agent-dispatch
New Features
- Packet trailer stripping support
- Path check helpers
- Deadline to DTLS connect context
- Job restart policy for agent-dispatch
Full Release Notes
### Added - add packet trailer stripping support (#4361) - Path check helpers (#4392) - add deadline to dtls connect context (#4395) - feat(agent-dispatch): add job restart policy (#4401) ### Changed - Close both peer connections to aid migration. (#4382) ### Fixed - Fix TURN server URL (#4389) - AV1 parser overflow fix. (#4405) - Address malformed H264/H265 parsing issues (#4407)