mise 2026.4.24#279637
Merged
Merged
Conversation
chenrui333
approved these changes
Apr 27, 2026
Contributor
|
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
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.
Created by
brew bumpCreated with
brew bump-formula-pr.Details
release notes
(ls-remote) New global
prereleasessetting (MISE_PRERELEASES=1) and a--prereleaseflag formise ls-remote(#9415) by @jdx. Acts asprerelease = trueapplied to every tool, so GitHub releases flaggedprerelease: trueshow up inls-remote,latestresolves against the full list, and fuzzy queries like1.2can match pre-release tags. Currently honored by thegithub:andaqua:backends; draft releases are still excluded.Fixed
(http) HTTP requests now retry transient failures with a jittered backoff schedule (~200ms / 1s / 4s / 15s, then capped at 15s) and the default
http_retriesis bumped from0to3(#9414) by @jdx. Retries fire on 5xx, 408, 429, and network-layer errors (connect refused, timeout, mid-stream body drops); deterministic 4xx responses like 404 fail fast without retry. Downloads wrap the full request + body so a chunk failure mid-stream restarts from byte 0 instead of failing the install. Each retry logs awarn!immediately so flaky infrastructure surfaces in real time, and the same logic now powers vfox plugin downloads (which honorMISE_HTTP_RETRIEStoo). SetMISE_HTTP_RETRIES=0to opt out. Thehttp→httpsfallback now only triggers on connection-level errors, not on HTTP status errors.(release)
scripts/publish-s3.shnow purges themise.en.devCloudflare zone (alongsidejdx.devandmise.run) after each S3 publish (#9416) by @jdx. Becauseinstall.shis uploaded withimmutablecache-control, missing the purge could leave one zone serving the previous release'sinstall.shnext to a new release'sinstall.sh.minisig.Documentation
Full Changelog: jdx/mise@v2026.4.23...v2026.4.24
View the full release notes at https://github.com/jdx/mise/releases/tag/v2026.4.24.