- Feature: Implement
self.info.shared_library_package_id()
to better manage shared libraries package-ID, specially when they depend on static libraries (#5893). Docs: 📃 - Bugfix: Allow
conan install pkg/[*]@user/channel
resolving to a reference, not a path. (#5908) - Bugfix: The dependency overriding mechanism was not working properly when using the same version with different build metadata (
1.2.0+xyz
vs1.2.0+abc
). (#5903) - Bugfix: Artifactory was returning an error on the first login attempt because the server capabilities were not assigned correctly. (#5880)
- Bugfix: conan export failed if there is no user/channel and a lockfile is applied (#5875)
- Bugfix: SCM component failed for url pointing to local path in Windows with backslash. (#5875)
- Bugfix: Fix
conan graph build-order
output so it uses references including its recipe revision (#5863)