You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Define CONAN_LOG_LEVEL env-var to be able to change verbosity at a global level. (#15263). Docs: π
Feature: conan cache path xxx --folder xxxx raises an error if the folder requested does not exist. (#15257)
Feature: Add in operator support for ConanFile's self.dependencies. (#15221). Docs: π
Feature: Make CMakeDeps generator create a conandeps.cmake that aggregates all direct dependencies in a cmake-like generator style. (#15207). Docs: π
Feature: Add build environment information to CMake configure preset and run environment information to CMake test presets. (#15192). Docs: π
Feature: Removed a warning about a potential issue with conan migration that would print every time a build failed. (#15174)
Feature: New deploy() method in recipes for explicit per-recipe deployment. (#15172). Docs: π
Feature: Allow tool-requires to be used in source() method injecting environment. (#15153). Docs: π
Feature: Allow accessing the contents of settings.yml (and settings_user!) from ConfigAPI. (#15151)
Feature: Add builtin conf access from ConfigAPI. (#15151)
Feature: Add redirect_stdout to CMake integration methods. (#15150)
Feature: Add core:warnings_as_errors configuration option to make Conan raise on warnings and errors. (#15149). Docs: π
Feature: Added FTP_TLS option using secure argument in ftp_download for secure communication. (#15137)
Feature: New [replace_requires] and [replace_tool_requires] in profile for redefining requires, useful for package replacements like zlibng/zlib, to solve conflicts, and to replace some dependencies by system alternatives wrapped in another Conan package recipe. (#15136). Docs: π
Feature: New [platform_requires] profile definition to be able to replace Conan dependencies by platform-provided dependencies. (#14871). Docs: π
Feature: New conan graph explain command to search, compare and explain missing binaries. (#14694). Docs: π
Feature: Global cpp_info can be used to initialize components values. (#13994)
Fix: Make core:warnings_as_errors accept a list (#15297)
Fix: Fix user confs package scoping when no separator was given (#15296)
Fix: Fix range escaping in conflict reports involving ranges. (#15222)
Fix: Allow hard set_name() and set_version() to mutate name and version provided in command line. (#15211). Docs: π
Fix: Make conan graph info --format=text print to stdout. (#15170)
Fix: Avoid warning in CMake output due to CMAKE_POLICY_DEFAULT_CMP0091 unused variable. (#15127)
Fix: Deprecate [system_tools] in favor of [platform_tool_requires] to align with [platform_requires] for regular dependencies. Changed output from "System tool" to "Platform". (#14871). Docs: π
Bugfix: Ensure user confs have at least 1 : separator (#15296)
Bugfix: Git.is_dirty() will use git status . -s to make sure it only process the current path, not the whole repo, similarly to other Git methods. (#15289)
Bugfix: Make self.info.clear() and header-only packages to remove python_requires and tool_requires. (#15285). Docs: π
Bugfix: Make conan cache save/restore portable across Windows and other OSs. (#15253)
Bugfix: Do not relativize absolute paths in deployers. (#15244)
Bugfix: Add architecture to CMakePresets to avoid cmake ignoring toolchain definitions when using presets. (#15215)