6.25.0
Added 1
- Allow saving Workflow to the Space itself
Changed 1
- Forward x-ip-token so zerogpu spaces bill the caller
Fixed 12
- Fix oauth logic check in workflow
- Fix checkbox visibility in workflow
- Fix nested reactive render contexts
- Render the PLY and OBJ files gr.Model3D showed as a blank canvas
- Fix two chat-history bugs in gr.ChatInterface and gr.load_chat
- Respect a user-configured CORSMiddleware on mounted Gradio apps
- Return 413 instead of 500 when a multipart upload's headers exceed the maximum allowed size
- 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
From Gradio
Features
- #13747
612abdf- workflow: forward x-ip-token so zerogpu spaces bill the caller. Thanks @hannahblair! - #13754
a79d94a- workflow: fix oauth logic check. Thanks @hannahblair! - #13753
b7ed7cf- workflow: fix checkbox visibility. Thanks @hannahblair! - #13715
e9dabaa- Allow saving Workflow to the Space itself. Thanks @hannahblair!
Fixes
- #13765
c6b9cc3- Fix nested reactive render contexts. Thanks @abidlabs! - #13745
3706565- Render the PLY and OBJ filesgr.Model3Dshowed as a blank canvas. Thanks @hysts! - #13742
3f52f17- Fix two chat-history bugs ingr.ChatInterfaceandgr.load_chat. Thanks @abidlabs! - #13741
1e24f6e- Respect a user-configuredCORSMiddlewareon mounted Gradio apps. Thanks @abidlabs! - #13767
b6beeac- Return 413 instead of 500 when a multipart upload's headers exceed the maximum allowed size. Thanks @abidlabs! - #13767
b6beeac- workflow: warn when a Space's OAuth app is missing the scopes the canvas needs. Thanks @abidlabs! - #13756
dbfa0c1- Stop the server from accumulating per-request and per-session state. Thanks @abidlabs! - #13764
fb02661- Fix mobile image-related issues. Thanks @abidlabs! - #13759
6919dd4- Resolve the/configusername through the auth dependency. Thanks @abidlabs! - #13744
ca9dec0- Re-read the Dataframe virtual window whenever the row count changes. Thanks @abidlabs!