mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-09 02:00:44 +08:00
898668596d
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
5.5 KiB
5.5 KiB
@gradio/client
0.4.1
Fixes
- #5705
78e7cf516
- ensure internal data has updated before dispatchingsuccess
orthen
events. Thanks @pngwn!
0.4.0
Features
- #5682
c57f1b75e
- Fix functional tests. Thanks @abidlabs! - #5681
40de3d217
- add query parameters to thegr.Request
object through thequery_params
attribute. Thanks @DarhkVoyd! - #5653
ea0e00b20
- Prevent Clients from accessing API endpoints that setapi_name=False
. Thanks @abidlabs!
0.3.1
Fixes
- #5412
26fef8c7
- Skip view_api request in js client when auth enabled. Thanks @freddyaboulton!
0.3.0
Features
- #5267
119c8343
- Faster reload mode. Thanks @freddyaboulton!
0.2.1
Features
- #5173
730f0c1d
- Ensure gradio client works as expected for functions that return nothing. Thanks @raymondtri!
0.2.0
Features
- #5133
61129052
- Update dependency esbuild to ^0.19.0. Thanks @renovate! - #5035
8b4eb8ca
- JS Client: Fixes cannot read properties of null (reading 'is_file'). Thanks @raymondtri!
Fixes
0.1.4
Patch Changes
0.1.3
Patch Changes
0.1.2
Patch Changes
-
#4273
1d0f0a9d
Thanks @pngwn! - Ensure websocket error messages are correctly handled. -
#4271
1151c525
Thanks @pngwn! - Ensure the full root path is always respected when making requests to a gradio app server.
0.1.1
Patch Changes
-
#4201
da5b4ee1
Thanks @pngwn! - Ensure semiver is bundled so CDN links work correctly. -
#4202
a26e9afd
Thanks @pngwn! - Ensure all URLs returned by the client are complete URLs with the correct host instead of an absolute path relative to a server.