- Feature: Improve error messages when dealing with incorrect JSON input file formats. (#18037)
- Feature: Added new
--graph-context
toconan list
command. (#18015). Docs: 📃 - Feature: Add version-ranges patterns defined with
[1.2.3.4.*]
with the*
at the end of the string. (#18012). Docs: 📃 - Feature: Added
subsystem
field in MesonToolchain if cross-compiling between Apple OSs. (#17985) - Feature: Added new kwarg
build_context
tois_apple_os
helper function. (#17985) - Feature: Integrate chmod feature in
tools.files
. (#17800). Docs: 📃 - Fix: Remove backup sources from unknown refs when calling
conan cache clean
. (#18018) - Fix: Fix SBOM author field. (#18014)
- Fix: Avoid resolving the symlinks path by default if they match the library name. (#17964)
- Fix: Make some
from conan.internal
andfrom conans
usages fromCLI
commands private, moving to ConanAPI. (#17961) - Fix: Add warning for
deprecated
attribute in recipes. (#17957). Docs: 📃 - Fix: Improve relative paths in generators to be as short as possible. (#17945)
- Fix:
_Component()
has nopackage_type
property. (#17943) - Bugfix: Fix
global.conf
precedence over profiles[conf]
and order change of per-package pattern confs. (#18028) - Bugfix: Solve issue with
update_policy=legacy
and using lockfiles. (#18009) - Bugfix:
untargz()
method was failing if directories had a more restrictive mode. (#17998) - Bugfix:
CppInfo.auto_deduce_location
method gives more prio to exact match. (#17975) - Bugfix: Avoid crash of
--format=json
serialization when custom generators inside tool-requires are referenced by class, not by name. (#17954) - BugFix: Add correct info in metadata + prevent crash when no component is associated to root_node. (#17925)