release: FunClip 2.1.1 - #201
Closed
LauraGPT wants to merge 1 commit into
Closed
Conversation
Signed-off-by: zhifu gao <zhifu.gzf@alibaba-inc.com>
Contributor
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
Collaborator
Author
|
The merge mutation returned GitHub request ID |
pull Bot
pushed a commit
to zhenglee1984/FunClip
that referenced
this pull request
Aug 3, 2026
…ip-2.1.1-20260803 release: FunClip 2.1.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
User impact
FunClip 2.1.1 gives fresh installations a stable source archive that resolves the Gradio index HTTP 500 fixed in #200. Existing users get an explicit
pip install -U -r requirements.txtupgrade path. Container users can bind with--listenwithout FunClip silently enabling a public Gradio tunnel.Validation
2 failed, 4 passedbefore the version and notes update;67 passed, 1 skipped(the skip is the live TwelveLabs test requiringTWELVELABS_API_KEY);6 passed;VERSION=2.1.1,starlette<1.0, anddocs/releases/v2.1.1.md;SHA256SUMSverifies both archives:FunClip-2.1.1.tar.gz:acda7b099af302d685552a228592dec3de614d9c5e83901cf6a16f8d3dc73762FunClip-2.1.1.zip:037a1dba7bdc92cb7bb86b3bec6be09b2a2dc2f75277edb4ece4708dcc32341dgit diff --checkpass.Release procedure
After this PR merges and the main-branch test is green, rebuild from the exact merge commit, create a signed
v2.1.1tag, and let the existing release workflow publish the tar.gz, zip, and SHA-256 manifest. Public assets will be downloaded and independently verified before the release is considered complete.