- Feature: Store verify_ssl argument in
conan config install
(#4158). Docs: 📃 - Feature: Tox launcher to run the test suite. (#4151)
- Feature: Allow
--graph=file.html
html output using local vis.min.js and vis.min.css resources if they are found in the local cache (can be deployed viaconan config install
) (#4133). Docs: 📃 - Feature: Improve client DEBUG traces with better and more complete messages. (#4128)
- Feature: Server prints the configuration used at startup to help debugging issues. (#4128)
- Feature: Allow hooks to be stored in folders (#4106). Docs: 📃
- Feature: Remove files containing Macos meta-data (files beginning by
._
) (#4103). Docs: 📃 - Feature: Allow arguments in git clone for
conan config install
(#4083). Docs: 📃 - Feature: Display the version-ranges resolutions in a cleaner way. (#4065)
- Feature: allow
conan export . version@user/channel
andconan create . version@user/channel
(#4062). Docs: 📃 - Fix:
cmake_find_package
generator not forwarding all dependency properties (#4125) - Fix: Recent updates in python break ConfigParser with % in values, like in path names containing % (jenkins) (#4122)
- Fix: The property file that the
MSBuild()
is now generated in thebuild_folder
instead of a temporary folder to allow more reproducible builds. (#4113). Docs: 📃 - Fix: Fixed the check of the return code from Artifactory when using the checksum deploy feature. (#4100)
- Fix: Evaluate always SCM attribute before exporting the recipe (#4088). Docs: 📃
- Fix: Reordered Python imports (#4064)
- Bugfix: In ftp_download function there is extra call to ftp.login() with empty args. This causes ftp lib to login again with empty credentials and throwing exception because authentication is required by server. (#4092)
- Bugfix: Take into account
os_build
andarch_build
for search queries. (#4061)