Enhancements
- Add a new
build_repodata_subset: Callable | Noneparameter to
LibMambaSolver, allowingcondato provide sharded repodata instead of
hosting the implementation in this project. The implementation in
conda-libmamba-solverhas been removed. (#908)
Bug fixes
- Fix an error when the verbosity level from conda is set higher than 4. (#948 via #949)
- Do not allow package downgrades when running
conda update(#976)
Deprecations
- Remove
requests,zstandarddependencies; network access, shards are
delegated to conda. (#812) - Require
conda >=26.5(#908) - Remove
CONDA_PLUGINS_USE_SHARDED_REPODATA/plugins.use_sharded_repodata
setting.condaprovides arepodata_use_shards(default True) setting
instead. (#908)
Docs
- Replace sharded repodata documentation with link to conda developer guide. (#974)
Other
- Add
libmambapy != 2.6.2torun_constraineddependencies. (#959) - Enable infrastructure-managed Dependabot configuration via conda/infrastructure templates. (#969)
- Remove temporary CI workarounds that deselected upstream tests and stripped Anaconda auth/telemetry plugins from base. (#977)
- Replace the vendored
xprocess-based HTTP test server with conda'shttp_test_serverfixture. Isolate the token-in-default_channelstest in a subprocess so its localhost channel URL no longer leaks into later tests'default_channels. (#978)
Contributors
Full Changelog: https://github.com/conda/conda-libmamba-solver/blob/main/CHANGELOG.md#2660-2026-06-30
All Changes: 26.4.2...26.6.0