mise 2026.6.3#287559
Merged
Merged
Conversation
daeho-ro
approved these changes
Jun 12, 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
auto_envearly-init setting (MISE_AUTO_ENVor.miserc.toml) that automatically activates platform-derived config environments —unix,{os}(linux/macos/windows), and{os}-{arch}(e.g.windows-x64,macos-arm64) — so files likemise.windows.toml,mise/config.macos-arm64.toml, and matchingmise.<env>.locklockfiles load automatically. Precedence isunix<{os}<{os}-{arch}< explicitMISE_ENV, and auto envs are deliberately not propagated throughMISE_ENVor{{ mise_env }}. Off by default in this release; a transitional warning ships in 2026.12.0 and the default flips on in 2027.6.0 (#10316 by @jdx).mise token github --oauth --refresh(and the hiddenmise github tokenalias) forces a fresh OAuth token mint even when the cached token is still time-valid. The refresh-token grant is tried first with no user interaction, falling back to a new device-code flow. Useful when you authorize the app first and install it on a repo afterwards and the cached token still has the pre-installation permissions (#10317 by @jdx).version_exprcan now post-processversion_regexresults as a pipeline — when both are set, regex output is exposed as aversionsvariable to expr. This fixesocandopenshift-installlatestresolution (now4.22.0instead of4.9.9) by sorting the lexicographic HTML listing frommirror.openshift.comviaversion_expr = 'sortVersions(versions)'(#10302 by @konono).mise deps— automatic detection plus list, install, add, and remove (#10291 by @felipecrs).imagemagick(aqua:ImageMagick/ImageMagick) (#10118 by @thernstig) andvscode-cli(aqua:microsoft/vscode/code) (#10314 by @felipecrs).Fixed
minimum_release_ageintroduced in v2026.6.2 no longer disables installed-version fast paths, fixing a regression where shell startup grew from ~2.5s to ~65s because everymise which/mise hook-envinvocation fetched remote version lists. Cutoff resolution now tracks provenance (Default/Provided/Explicit): the default only gates remote picks at install time, while explicit CLI / setting / per-tool cutoffs keep their date-aware semantics (#10315 by @jdx).minimum_release_age = "0s"is now correctly treated as disabling the cutoff. Backends can also expose fast-path latest release metadata (withcreated_at), so the canonical latest can pass an age check even when cached remote version lists are stale (#10310 by @jdx).minimum_release_ageactually filters them (#10311 by @jdx)..node-version,.python-version, …) are now written to the projectmise.lockinstead of a phantom sibling lockfile, somise install --lockedno longer rejects them as missing (#10309 by @jdx). When multiple base configs share a project root, lockfile selection is now deterministic and picks the highest-precedence config — e.g. colocatedmise.tomland.mise/config.tomlconsistently target.mise/mise.lock(#10319 by @jdx).task_config.includesnow receive the collectedtask_templatesmap, so a task that only hasextends = "template:..."actually inherits itsrunentries instead of silently exiting successfully (#10312 by @jdx).[hooks]commands routed throughcmd /cpreserve inner double quotes. Previously, the std argv serializer produced\"-escaped strings thatcmd.exepassed through literally, so e.g.uv run --no-project python -c "import pathlib; print(pathlib.Path.home())"failed withSyntaxError: unterminated string literal. Commands are now built verbatim viacmd /s /c "...", with forwarded args still MSVCRT-quoted inside (#10301 by @JamBalaya56562).ERROR_ACCESS_DENIED (5)andERROR_SHARING_VIOLATION (32)errors (typically Windows Defender holding extracted files), with exponential backoff from 50ms to 800ms (#10300 by @jhult).usage3.5 in the generated usage spec to pick up zsh colon completion fixes; the zsh completion script now consumes three tab-separated fields and usescompadd(#10313 by @jdx).podmannow points at its new GitHub organization after the upstream rename on 2026-06-01 (#10288 by @TyceHerrman).New Contributors
Full Changelog: jdx/mise@v2026.6.2...v2026.6.3
💚 Sponsor mise
mise is built by @jdx under en.dev — an independent studio making developer tooling (mise, aube, and more). Development is funded by sponsors.
If mise saves you or your team time, please consider sponsoring at en.dev. Individual and company sponsorships keep mise fast, free, and independent.
View the full release notes at https://github.com/jdx/mise/releases/tag/v2026.6.3.