v0.71.2
git-ai-project/git-aiv0.71.2Jun 29, 2026by github-actions[bot]
AI Summary
This release focuses on important bug fixes including handling CONDA_OVERRIDE_* environment variables in global installs, converting custom-scheme channel URLs to HTTPS, and preserving declared platforms for manifests.
Key Highlights
- Handle CONDA_OVERRIDE_* in pixi global install.
- Convert custom-scheme channel URLs to https.
- Preserve declared platforms for manifests without system-requirements.
Full Release Notes
### [0.71.2] - 2026-06-29 #### ✨ Highlights This release features a couple of important bug fixes. #### Fixed - Handle CONDA_OVERRIDE_* in pixi global install by @hunger in [#6335](https://github.com/prefix-dev/pixi/pull/6335) - Convert custom-scheme channel URLs to https by @hunger in [#6456](https://github.com/prefix-dev/pixi/pull/6456) - Preserve declared platforms for manifests without system-requirements by @hunger in [#6458](https://github.com/prefix-dev/pixi/pull/6458) - Fix conda-pypi-mapping internet access in offline tests by @mgorny in [#6438](https://github.com/prefix-dev/pixi/pull/6438)