Skip to content

mise 2026.2.15#267924

Merged
BrewTestBot merged 2 commits intomainfrom
bump-mise-2026.2.15
Feb 17, 2026
Merged

mise 2026.2.15#267924
BrewTestBot merged 2 commits intomainfrom
bump-mise-2026.2.15

Conversation

@BrewTestBot
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
This release brings a nice quality-of-life improvement to task execution along with a solid batch of bug fixes across several subsystems.

Highlights

  • Real-time streaming for keep-order tasks — The keep_order task output mode now streams the active task's output in real-time instead of buffering everything until completion. Other parallel tasks buffer quietly and flush in definition order as they finish, so you get live feedback without sacrificing deterministic output ordering. #8164

  • npm backend performancenpm view is now called only once per package lookup instead of multiple times, speeding up npm-based tool resolution. Thanks @risu729! #8181

Bug Fixes

  • Recursive shim execution on Windowsmise exec now strips the shims directory from PATH during executable lookup, preventing infinite recursion when shims call back into mise x. #8189
  • PATH reordering after activationhook-env now preserves any PATH reordering done after mise activate (e.g., by ~/.zlogin), instead of silently reverting to the original order. #8190
  • Cross-platform lockfile resolution — The aqua backend now correctly resolves lockfile artifacts for the target platform instead of leaking host-specific overrides into mise lock --platform. Thanks @mackwic! #8183
  • Version alias lockfile lookup — Version aliases (like lts) are now resolved before lockfile lookup, so locked versions are matched correctly. #8194
  • Task source freshness checks — Freshness checks now work correctly with dynamic task directories. Thanks @rooperuu! #8169
  • Global tasks in monorepos — Global tasks are now properly resolved when running from a monorepo root. #8192
  • Wildcard glob matchingtest:* no longer incorrectly matches the parent test task. #8165
  • task_config.includes paths — Include paths in task config are now resolved relative to the config root, not the working directory. #8193
  • Upgrade safetymise upgrade now skips untrusted tracked configs instead of failing. #8195
  • helm-diff registry entry — Fixed the archive binary name for helm-diff. Thanks @jean-humann! #8173

New Contributors

Welcome @jean-humann, @mackwic, and @rooperuu!

📦 Aqua Registry Updates

New Packages (2)

View the full release notes at https://github.com/jdx/mise/releases/tag/v2026.2.15.


@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Feb 17, 2026
@github-actions
Copy link
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.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Feb 17, 2026
@BrewTestBot BrewTestBot added this pull request to the merge queue Feb 17, 2026
Merged via the queue into main with commit 61ac29d Feb 17, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-mise-2026.2.15 branch February 17, 2026 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants