- Feature: MesonToolchain
needs_exe_wrapperproperty now listens tocan_run()function. (#19382) - Feature: Workspace super-install now follows
layout(). (#19376). Docs: 📃 - Feature: Make diff symbols in
conan report diff ... -f=htmlnon-selectable. (#19375) - Feature: Add more public sub Python APIs, some more typing and fix docstrings. (#19370). Docs: 📃
- Feature: Represent missing packages in
graph.htmloutput. (#19360) - Feature:
conan cache check-integrity: new JSON output format. (#19343). Docs: 📃 - Feature: New
conan workspace completecommand to open/add intermediate packages to the workspace. (#19331). Docs: 📃 - Feature: Inject
hashlibin theglobal.confjinja2 rendering to be able to compute hashes (for paths, for example). (#19319). Docs: 📃 - Feature: Introduce new
conanconfig.ymlfile that can store packages for multiple automaticconan config install-pkg. (#17793). Docs: 📃 - Fix:
definesandframeworksnow also generateCMakeConfigDepstargets. (#19357) - Fix: Warn on version ranges in reference pattern, which have no effect (ie
-o="foo/[>1]:shared=True"). (#19356) - Fix: Improve
MSBuildToolchaindocstrings forcompile_options. (#19351). Docs: 📃 - Fix: Conan profile detect can detect Visual Studio 18 (2026). (#19348)
- Fix: Avoid
AutotoolsToolchain/GnuToolchainto define--sysrootfor QNXqcccompiler, define-Wc,-isysrootinstead. (#18897) - Fix: Fixed
conan_config.jsonstorage to use only RecipeReferences (not PackageReferences). (#17793). Docs: 📃 - Fix:
conan config install-pkgwill report for order-changing updates to existing configuration installs, allowing to-forceto change the order. (#17793). Docs: 📃 - Bugfix: Do correct scoping of
conan install --requires=dep/[*] -o myoption=value. (#19367) - Bugfix: fix new
core.graph:compatibility_mode=optimizedwith multiple repos. (#19349) - Bugfix: Fix crash for
conan workspace buildwith external global editables. (#19338) - Bugfix: Bugfix: Fix CMakeConfigDeps flags handling of generator expressions with separators. (#19330)
- Bugfix: Fix logic in
EnvVarsgeneration of.shand.ps1scripts for "unset" vs "empty" definition. (#19328). Docs: 📃 - Bugfix: Fix
Workspacecrash when passing per-package configuration. (#19327) - Bugfix: Fix version range pattern replacement in
replace_requires. (#19324)