- Feature: Feature: Allow negated OR patterns
!(<pattern1>|<pattern2>|...)in profile[tool_requires]for breaking cycles in build context. (#19780). Docs: 📃 - Feature: Feature: Add CVE version info to
conan auditresults. (#19774) - Feature: Disable CMake user package registry exports by default (
cmake_policy(SET CMP0090 NEW)andCMAKE_EXPORT_PACKAGE_REGISTRY OFFwhen unset). (#19766) - Feature: Legacy Conan 1.X alias support has been removed. (#19740)
- Feature: PyEnv output based on verbosity level (#19731)
- Feature: The HTML graph representation learned to show transitive requirements. (#19725)
- Feature: Add support for Clang 22. (#19709)
- Feature: Show cycles/loops in
conan graph info --format=htmlwith a red arrow. (#19694) - Feature: Add
tools.build:rcflagsconfiguration to inject flags for RC. (#19693). Docs: 📃 - Feature: Add support for Apple OS 26.3 releases. (#19691)
- Feature: Feature: New
tools.cmake:configure_argsconfiguration to inject arbitrary arguments into the CMakeconfigurestep via the command line, allowing users to inject CMake variables and arguments such as--fresh. (#19639). Docs: 📃 - Fix: Allow
NMakeintegrations to handle defines such asWINVER=0x0601as numeric, not strings. (#19779) - Fix: Correct definition of
set_property()inCMakeConfigDepsfor build context. (#19760) - Fix: Show a clear error message when defining
[platform_xxx_requires]with a version range. (#19750) - Fix: Only group build packages in
conan graph info .. -f=html. (#19744) - Fix: Solve issue with overrides and lockfiles. (#19739)
- Fix: Improve the error message for authentication with source credentials. (#19737). Docs: 📃
- Fix: Fix missing libraries in legacy
<packagename>_LIBRARIESvariable definition inCMakeConfigDepsgenerator. (#19724) - Fix: Relax the
CMakeConfigDepsrequirement to explicitly declare the CMakeClanguage inCXXprojects when linking C dependencies, since this is already implicit in CMake. (#19704) - Fix: Create stubs correctly for user CMake presets when
user_presets_pathis specified. (#19251) - Bugfix: Solve assertion with
--build=editableand usage oftools.build:download_source=Trueconf. (#19758) - Bugfix: Fix
detect_emcc_compileron first run and on Windows. (#19735) - Bugfix: Define correct bash usage for
win_bash_run=Truewithself.run(..., scope="run"). (#19703) - Bugfix: Solve path issues with
tools.gnu:make_programin Windows subsystems. (#15047)