Conan

Latest version: v2.15.0

Safety actively analyzes 723756 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 51

2.11.0

- Feature: Only warn on frozen conan v1 remote if enabled. (https://github.com/conan-io/conan/pull/17482)
- Feature: `AutotoolsToolchain` uses user's variables when Android cross-compilation at first. (https://github.com/conan-io/conan/pull/17470). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3951)
- Feature: `AutotoolsToolchain` checks if Android cross-compilation paths exist. (https://github.com/conan-io/conan/pull/17470). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3951)
- Feature: Adding the Conan cache "profiles" folder to the jinja2 search path, so profiles can be included/imported from jinja syntax even for parent and sibling folders. (https://github.com/conan-io/conan/pull/17432). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3950)
- Feature: Updated `tools.env.virtualenv:powershell` conf to allow specifying the PowerShell executable (e.g., powershell.exe or pwsh) and passing additional arguments. (https://github.com/conan-io/conan/pull/17416). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3947)
- Feature: Deprecate use of `tools.env.virtualenv:powershell=True/False`. (https://github.com/conan-io/conan/pull/17416). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3947)
- Fix: Do not show powershell deprecation message if value is None. (https://github.com/conan-io/conan/pull/17500)
- Fix: Fix ``LocalAPI`` definition of editables when calling ``editable_add``. (https://github.com/conan-io/conan/pull/17498)
- Fix: Clarify debug message in CMakeDeps. (https://github.com/conan-io/conan/pull/17453)
- Fix: Added explicitly `allow_empty = True` to `glob()` function in BazelDeps (bazel 8.x compatible). (https://github.com/conan-io/conan/pull/17444)
- Fix: Fix broken `cpp_info.location` deduction due to unsanitized regex. (https://github.com/conan-io/conan/pull/17430)
- Fix: Trusting the real path coming from a symlink is a good one. (https://github.com/conan-io/conan/pull/17421)
- Fix: Fix user/channel when searching patterns in a local-recipes-index. (https://github.com/conan-io/conan/pull/17408)
- Fix: Add warning for empty version ranges. (https://github.com/conan-io/conan/pull/17405)
- Bugfix: Fix bogus duplication of component properties (https://github.com/conan-io/conan/pull/17503)
- Bugfix: Fix running commands in powershell with single quotes. (https://github.com/conan-io/conan/pull/17487)
- Bugfix: Fix issues with unsetting some types of confs. (https://github.com/conan-io/conan/pull/17445)

2.10.3

- Bugfix: Integrate Conan 2.9.3 missing fix https://github.com/conan-io/conan/pull/17338 (https://github.com/conan-io/conan/pull/17496)

2.10.2

- Fix: Solve performance issue in large graphs computing the "skip" binaries. (https://github.com/conan-io/conan/pull/17436)

2.10.1

- Bugfix: Fix `[replace_requires]` for replacements of same reference name. (https://github.com/conan-io/conan/pull/17409)

2.10.0

- Feature: Add `--force` option to `conan remote auth` to force authentication even for remotes that have anonymous access enabled. (https://github.com/conan-io/conan/pull/17377). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3924)
- Feature: Add `--output` option to `conan new` command. (https://github.com/conan-io/conan/pull/17359)
- Feature: Let the new ``CMakeDeps`` always define components and check them with ``find_package( COMPONENTS)``, listening to new property ``cmake_components``. (https://github.com/conan-io/conan/pull/17302)
- Feature: Allow ``tools.microsoft.msbuild:max_cpu_count=0`` to use ``/m`` to use all available cores. (https://github.com/conan-io/conan/pull/17301). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3926)
- Feature: define ``*`` as default argument if no args specified for ``conan list``. (https://github.com/conan-io/conan/pull/17300). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3927)
- Feature: Improved auto deduce location function. (https://github.com/conan-io/conan/pull/17296)
- Feature: BazelDeps using the new `deduce_location` mechanism to find the libraries. (https://github.com/conan-io/conan/pull/17296)
- Feature: Initial ``conan workspace`` initial proposal to manage local set of editables. Introduced only as a dev/maintainers feature, behind an environment variable. (https://github.com/conan-io/conan/pull/17272). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3930)
- Feature: Allow ``--settings`` in ``conan config install-pkg`` to create and install different configurations in different platforms. (https://github.com/conan-io/conan/pull/17217). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3929)
- Feature: Add network to configfile for Docker runners. (https://github.com/conan-io/conan/pull/17069). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3932)
- Fix: Fix help message for PowerShell conf. (https://github.com/conan-io/conan/pull/17389). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3923)
- Fix: Fixed an error that occurred when using `conan.tools.scm.Git.fetch_commit()` in a subfolder. (https://github.com/conan-io/conan/pull/17369)
- Fix: Adding a "risk" warning for options conflicts, so users can do warn-as-error to raise when they happen. (https://github.com/conan-io/conan/pull/17366)
- Fix: New ``CMakeDeps`` generator allow ``fooConfig.cmake`` for in-package files besides ``foo-config.cmake``. (https://github.com/conan-io/conan/pull/17330)
- Fix: Add a warning for editable dependencies when building in the cache. (https://github.com/conan-io/conan/pull/17325)
- Fix: Raise ConanException if source patch does not exist in `export_conandata_patches`. (https://github.com/conan-io/conan/pull/17294)
- Fix: Improve the UX for `CONAN_LOG_LEVEL` env-var incorrect values. (https://github.com/conan-io/conan/pull/17280)
- Fix: Meson aligns with other build systems considering `x86_64`->`x86` as cross building. (https://github.com/conan-io/conan/pull/17266)
- Fix: Avoid ``colorama`` bug crashing for large outputs. (https://github.com/conan-io/conan/pull/17259)
- Fix: Fix arch for docker runner tests. (https://github.com/conan-io/conan/pull/17069). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3932)
- Bugfix: Add correct flags when ``compiler=clang`` and ``compiler_executables={"c": "clang-cl"}`` to not inject incorrect flags when cross-building from Linux to Windows. (https://github.com/conan-io/conan/pull/17387)
- Bugfix: Solve ``Choco().check()`` bug using legacy ``choco search --local-only``, replaced by ``choco list``. (https://github.com/conan-io/conan/pull/17382)
- Bugfix: Fix adding `tools.android:ndk_path` with spaces in path. (https://github.com/conan-io/conan/pull/17379)
- BugFix: Fix ``Premake`` integration. (https://github.com/conan-io/conan/pull/17350). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3925)
- Bugfix: Solve problem with misdetection of consumer packages for the ``&`` pattern. (https://github.com/conan-io/conan/pull/17346)
- Bugfix: Fix `conan graph info ... -f=html` in Safari. (https://github.com/conan-io/conan/pull/17335)
- Bugfix: Allow multiple ``[replace_requires]`` by the same dependency. (https://github.com/conan-io/conan/pull/17326)
- Bugfix: BazelDeps failed to find OpenSSL shared libraries. (https://github.com/conan-io/conan/pull/17296)
- Bugfix: Solve bug in ``CMake`` not using the correct value from ``tools.microsoft.msbuild:max_cpu_count``. (https://github.com/conan-io/conan/pull/17292)
- Bugfix: Fix ``cpp_info`` properties overwriting instead of merging for properties with list values. Necessary for ``cmake_build_modules`` to work in ``editable`` mode. (https://github.com/conan-io/conan/pull/17214)

2.9.3

- Bugfix: Fixing ``is_test`` computation affecting to components checks. (https://github.com/conan-io/conan/pull/17338)

Page 2 of 51

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.