From b51112811c3f3d689c80994695f8919c9cee8620 Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Sun, 21 May 2023 15:52:58 +0900 Subject: [PATCH] Release 3.32.0 (#4293) * release 3.32.0 * changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ gradio/version.txt | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd2e368aea..c1cb61049d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,29 @@ # Upcoming Release +## New Features: + No changes to highlight. ## Bug Fixes: +No changes to highlight. + +## Other Changes: + +No changes to highlight. + +## Breaking Changes: + +No changes to highlight. + +# 3.32.0 + +## New Features: + +- `Interface.launch()` and `Blocks.launch()` now accept an `app_kwargs` argument to allow customizing the configuration of the underlying FastAPI app, by [@akx](https://github.com/akx) in [PR 4282](https://github.com/gradio-app/gradio/pull/4282) + +## Bug Fixes: + - Fixed Gallery/AnnotatedImage components not respecting GRADIO_DEFAULT_DIR variable by [@freddyaboulton](https://github.com/freddyaboulton) in [PR 4256](https://github.com/gradio-app/gradio/pull/4256) - Fixed Gallery/AnnotatedImage components resaving identical images by [@freddyaboulton](https://github.com/freddyaboulton) in [PR 4256](https://github.com/gradio-app/gradio/pull/4256) - Fixed Audio/Video/File components creating empty tempfiles on each run by [@freddyaboulton](https://github.com/freddyaboulton) in [PR 4256](https://github.com/gradio-app/gradio/pull/4256) diff --git a/gradio/version.txt b/gradio/version.txt index d9351e5882..cac6068cfc 100644 --- a/gradio/version.txt +++ b/gradio/version.txt @@ -1 +1 @@ -3.31.0 +3.32.0