- Feature: Limited support for
python_requiresin workspace, only inconanws.ymlfile. (#20028). Docs: 📃 - Feature: Added new public attribute
binariesto the MesonToolchain generator. (#20017) - Feature: Add support for Apple OS 26.5 release. (#19976)
- Feature: Document
RemoveAPI. (#19930) - Feature: New
global_user.conffile to locally customizeglobal.conf. (#19923). Docs: 📃 - Feature: Add support for GCC 16. (#19921)
- Fix: Forward
-vxxxverbosity argument toconan workspace build/installpackages. (#20015) - Fix: Add message when no packages found in conan list command. (#20013)
- Fix:
source_credentials.jsonnow supports supplying only headers (#20004). Docs: 📃 - Fix:
conan workspace add --output-foldernow properly updates theoutput_folderof an existing package entry inconanws.ymlinstead of ignoring it. (#19988) - Fix: Default
variantfor QNX and VxWorks in defaultsettings.ymlshould benull, notNone. Also, addqcc=12.2version. (#19981) - Fix:
runtime_deploy: avoid crashing when overriding existing symlinks. (#19977) - Fix:
AutotoolsDepswill link with-rpathon shared package types and components correctly. (#19975) - Fix: Warn and re-fetch when requested URLs conflict with existing ones with the same SHA256. (#19969)
- Fix:
cppstd_flagforclang-clnow correctly maps C++23, C++26 andgnu++standards instead of producing invalid/std:flags. (#19965) - Fix: Correct the
conan workspace initdocstring. (#19950) - Fix: Allow workspaces root Conanfile to have a name to apply
confwith patterns that would match that name. (#19927) - Fix: Fix
meson_libmissing deps,meson_exelayout & install verbosity. (#19918) - Bugfix: Raise an error if
package_typeandsharedoption mismatch (package-typeis set toshared-libraryandshared=Falseorpackage_type=static-libraryandshared=True) (#20023) - BugFix: Fix the computation of
optionsingraph build-order. (#19950) - Bugfix: Fix requirement definition for multilib components without explicit requirements for
CMakeConfigDeps. (#19942) - Bugfix:
MSBuildDepsno longer generates duplicate include and library directory paths in multi-component packages. (#19937)