0.0.34
gradio-app/fastrtc0.0.34Nov 24, 2025by freddyaboulton
AI Summary
This release focuses on improving logging practices and adding OpenAPI support for mounted endpoints. The print statements throughout the codebase have been converted to use the logger for better log management.
Key Highlights
- Added ability to pass OpenAPI tags to mounted endpoints
- Converted print statements to use logger for better log management
- Reduced print statements in the codebase
- Contributions from new community members
New Features
- OpenAPI tags support for mounted endpoints
Full Release Notes
## What's Changed * feature: Allow to pass openapi tags to mounted endpoints by @AleksanderWWW in https://github.com/gradio-app/fastrtc/pull/396 * change some prints to logger. by @FabienDanieau in https://github.com/gradio-app/fastrtc/pull/397 * Release version with reduced print statements by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/413 ## New Contributors * @AleksanderWWW made their first contribution in https://github.com/gradio-app/fastrtc/pull/396 * @FabienDanieau made their first contribution in https://github.com/gradio-app/fastrtc/pull/397 **Full Changelog**: https://github.com/gra [fastrtc-0.0.34.tar.gz](https://github.com/user-attachments/files/23728389/fastrtc-0.0.34.tar.gz) dio-app/fastrtc/compare/0.0.33...0.0.34