v0.71.2

prefix-dev/pixiv0.71.2Jun 29, 2026by github-actions[bot]

AI Summary

A quick bugfix release addressing issues with global installs, channel URL handling, and platform preservation for manifests.

Key Highlights

  • Fixes handling of `CONDA_OVERRIDE_*` in pixi global install
  • Converts custom-scheme channel URLs to HTTPS
  • Preserves declared platforms for manifests without system-requirements
  • Fixes conda-pypi-mapping internet access in offline tests

New Features

  • Handle CONDA_OVERRIDE_* in pixi global install

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)