- Feature: Get Workspace feature out of incubating. (#20202). Docs: 📃
- Feature:
replace_in_filenow supports regex patterns. (#20194). Docs: 📃 - Feature: Warn when
conan config installis used afterconan config install-pkg. (#20188). Docs: 📃 - Feature: Support GCC 14.4 and 15.3 in
settings.yml. (#20184) - Feature: Support intel-cc 2025.2, 2025.3 and 2026.1 in
settings.yml. (#20184) - Feature: Change the
Workspaceapproach to not processpython_requiresjust to derivename/version. Proposed a newget_ref(folder)method in theconanws.pyfile to be able to define versions dynamically. (#20176). Docs: 📃 - Feature: Define new
cpp_info.not_requiredattribute to avoid downstream propagation of dependencies. (#20171). Docs: 📃 - Feature: Add
NO_SONAMEsupport toCMakeConfigDepsto skip SONAME generation. (#20168). Docs: 📃 - Feature: Assert invalid parameters in
ConanFile.run()method. (#20156) - Feature: Add
.tar.zst(Zstandard) archive support to theunzip()tool function. (#20140) - Feature: Reduce verbose terminal output produced during the
package()step. (#20134) - Feature: Add
tools.build:asmflagsconfig andCMakeToolchain.extra_asmflagsto populateCMAKE_ASM_FLAGS. (#20127) - Feature: Add
micromodes topackage_id_modesto model changes over MAJOR.MINOR.PATCH.MICROmicrodigit. (#20102). Docs: 📃 - Feature: New
win_runtime_copycapability ofVirtualRunEnv, so it can copy on Windows the runtime files of dependencies (thecpp_info.bindirsdirectories contents) to a single location and point to it, avoiding path overflows (like in Windows) for large graphs. (#18638). Docs: 📃 - Fix: Update remaining
audit.conan.io/<page>links toconan.io/audit/<page>. (#20203) - Fix: Fix upload with empty uploads from pattern, to make it equal to package lists behavior (#20197)
- Fix: Avoid conflict with Automake's
LINKvar when usingAutotoolsDepswith MSVC by using_LINK_for linker flags. (#20192). Docs: 📃 - Fix: Add support for VS 2026 in the
Premakegenerator (requires Premake 5.0 beta 8). (#20189) - Fix: Fix rpath flags from
AutotoolsDepsbeing dropped by Libtool on macOS, causing missingLC_RPATHin executables. (#20179) - Fix: Avoid option names shadowing internal
Optionsimplementation methods. (#20172). Docs: 📃 - Fix: Fix deprecation warning for emcc/em++ >= 6.0.1, changing
-sMEMORY64flag with the modern-m64one. (#20152) - Fix: Avoid a corner-case in component requires when
replace_requirescreates diamond divergent requirements. (#20139) - Fix: Fix Artifactory search patterns not matching
*@user/channel, now requiring explicit*/*@user/channel. (#20136) - Fix: Use
LINKenv-var in Windows for AutotoolsDepsmsvccompiler. (#20130). Docs: 📃 - Bugfix: Require
default_components, or all existing components, inPkgConfigDepswhen rootpkg_config_name="none". (#20169) - Bugfix: Apply sorting to
include()profiles settings patterns. (#20164) - Bugfix: Raise an exception when
layout()fails in the Docker runner. (#20154) - Bugfix: Fix early return in
workspace completethat could skip necessary packages. (#20150) - Bugfix: Fix crash in
replace_requireswhen the graph had an override to a replaced requirement that did not apply. (#20146)