0.0.32

Mail-0/Zero0.0.32Sep 2, 2025by freddyaboulton

AI Summary

Resolves multiple bugs including Async Client reuse issues, input setting errors, and full-screen mode UI glitches.

Key Highlights

  • Fix Async Client bug from re-using the same instance
  • Fix bug in set input
  • Fix Textbox variant of InteractiveAudio in full-screen mode
  • Icon size fix in full-screen mode
  • Relaxed Numpy dependency pinning

New Features

  • Async client stability improvements
  • Full-screen mode UI fixes
  • License update

Full Release Notes

## What's Changed
* Update LICENSE by @maradini77 in https://github.com/gradio-app/fastrtc/pull/375
* Fix Async Client Bug from re-using the same instance by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/377
* Fix bug in set input by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/378
* Fix Textbox variant of InteractiveAudio when running in full screen mode by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/379
* Icon size fix in `full_screen` + demo fix by @dawoodkhan82 in https://github.com/gradio-app/fastrtc/pull/374
* Relax Numpy Pin by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/383
* Release 0.0.32 by @freddyaboulton in https://github.com/gradio-app/fastrtc/pull/384

## New Contributors
* @maradini77 made their first contribution in https://github.com/gradio-app/fastrtc/pull/375

**Full Changelog**: https://github.com/gradio-app/fastrtc/compare/0.0.30...0.0.32