- Feature: Add package names in Conan cache hash paths. (#13011)
- Feature: Implement
tools.build:download_source
conf to force the installation of sources inconan install
orconan graph info
. (#13003) - Feature: Users can define their own settings in
settings_user.yml
that will be merged with the Conansettings.yml
. (#12980) - Feature: List disabled remotes too. (#12937)
- Fix: PkgConfiDeps is using the wrong
dependencies.host
from dependencies instead ofget_transitive_requires()
computation. (#13013) - Fix: Fixing transitive shared linux libraries in CMakeDeps. (#13010)
- Fix: Fixing issues with test_package output folder. (#12992)
- Fix: Improve error messages for wrong methods. (#12962)
- Fix: Fix fail in parallel packages download due to database concurrency issues. (#12930)
- Fix: Enable authentication against disabled remotes. (#12913)
- Fix: Improving system_requirements. (#12912)
- Fix: Change tar format to PAX, which is the Python3.8 default. (#12899)