Skip to content

mise 2026.3.7#271556

Merged
BrewTestBot merged 2 commits into
mainfrom
bump-mise-2026.3.7
Mar 10, 2026
Merged

mise 2026.3.7#271556
BrewTestBot merged 2 commits into
mainfrom
bump-mise-2026.3.7

Conversation

@BrewTestBot

Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
A small patch release that fixes conda packages polluting PATH with dozens of transitive dependency binaries.

Fixed

  • Conda backend no longer exposes transitive dependency binaries on PATH -- Installing a conda package such as conda:postgresql would previously add every binary from every transitive dependency to PATH. For example, conda:postgresql exposed 106 binaries including ncurses utilities (clear, reset, tput, tabs), openldap commands (ldapadd), and krb5 tools (kinit) -- all of which could shadow standard system commands. Now only binaries belonging to the main requested package are placed on PATH (e.g., psql, pg_dump, createdb, initdb, pg_ctl, postgres, etc.). Dependency binaries remain installed and available to packages that need them internally, but are no longer visible on PATH. No user configuration is needed -- this is automatic for all new conda installs, and existing installs gracefully fall back to the previous behavior. #8543 by @simonepri

New Contributors

  • @simonepri made their first contribution in #8543

Full Changelog: jdx/mise@v2026.3.6...v2026.3.7

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


@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 Mar 10, 2026
@github-actions

Copy link
Copy Markdown
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 Mar 10, 2026
@BrewTestBot BrewTestBot enabled auto-merge March 10, 2026 12:31
@BrewTestBot BrewTestBot added this pull request to the merge queue Mar 10, 2026
Merged via the queue into main with commit 5754e8a Mar 10, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-mise-2026.3.7 branch March 10, 2026 12:40
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