gradio@6.25.0
📦 gradioView on GitHub →
✨ 4 features🐛 10 fixes🔧 5 symbols
Summary
This release introduces several workflow enhancements, including forwarding x-ip-token for billing, fixing oauth logic and checkbox visibility, and allowing workflows to be saved directly to a Space. It also includes numerous bug fixes across various components like rendering, chat interfaces, and mobile image handling.
✨ New Features
- Workflow: Forward x-ip-token so zerogpu spaces bill the caller.
- Workflow: Fix oauth logic check.
- Workflow: Fix checkbox visibility.
- Allow saving Workflow to the Space itself.
🐛 Bug Fixes
- Fix nested reactive render contexts.
- Render PLY and OBJ files in gr.Model3D that previously showed as a blank canvas.
- Fix two chat-history bugs in gr.ChatInterface and gr.load_chat.
- Respect user-configured CORSMiddleware on mounted Gradio apps.
- Return 413 instead of 500 when a multipart upload's headers exceed the maximum allowed size.
- Workflow: Warn when a Space's OAuth app is missing the scopes the canvas needs.
- Stop the server from accumulating per-request and per-session state.
- Fix mobile image-related issues.
- Resolve the /config username through the auth dependency.
- Re-read the Dataframe virtual window whenever the row count changes.