- Feature: New ``general.parallel_download=<num threads>`` configuration, for parallel installation of binaries, to speed up populating packages in a cache. (https://github.com/conan-io/conan/pull/6632). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/1583)
- Feature: Fixed inability to run execute `test` and `install` separately, that is, without `build` step. Added `meson_test()` method, which executes `meson test` (compared to `ninja test` in `test()`). Added `meson_install()` method, which executes `meson install` (compared to `ninja install` in `install()`). (https://github.com/conan-io/conan/pull/6574). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/1568)
- Feature: Update python six dependency to 1.14.0. (https://github.com/conan-io/conan/pull/6507)
- Feature: Add environment variable 'CONAN_V2_MODE' to enable Conan v2 behavior. (https://github.com/conan-io/conan/pull/6490). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/1578)
- Feature: Implement `conan graph clean-modified` subcommand to be able to clean the modified state of a lockfile and re-use it later for more operations. (https://github.com/conan-io/conan/pull/6465). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/1542)
- Feature: Allow building dependency graphs when using lockfiles even if some requirements are not in the lockfiles. This can happen for example when ``test_package/conanfile.py`` has other requirements, as they will not be part of the lockfile. (https://github.com/conan-io/conan/pull/6457). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/1585)
- Feature: Implement a new package-ID computation that includes transitive dependencies even when the direct dependencies have remove them, for example when depending on a header-only library that depends on a static library. (https://github.com/conan-io/conan/pull/6451). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/1575)
- Fix: inspect command can be executed without remote.json (6558) (https://github.com/conan-io/conan/pull/6559)
- Fix: Raise an error if ``MSBuild`` argument ``targets`` is not a list, instead of splitting a string passed as argument instead of a list. (https://github.com/conan-io/conan/pull/6555)
- Bugfix: Check the `CMP0091` policy and set `CMAKE_MSVC_RUNTIME_LIBRARY` accordingly to `CONAN_LINK_RUNTIME` if it's set to `NEW`. (https://github.com/conan-io/conan/pull/6626)
- Bugfix: Fix error parsing `system_libs` from `conanbuildinfo.txt` file. (https://github.com/conan-io/conan/pull/6616)
- Bugfix: Environment variables from the profiles are not set in the _conaninfo.txt_ file of the packages exported with the `export-pkg` command. (https://github.com/conan-io/conan/pull/6607)
- BugFix: Set the ``self.develop=True`` attribute for recipes when they are used with ``conan export-pkg``, in all methods, it was previously only setting it for the ``package()`` method. (https://github.com/conan-io/conan/pull/6585)
- Bugfix: set CMAKE_OSX_DEPLOYMENT_TARGET for iOS, watchOS and tvOS. (https://github.com/conan-io/conan/pull/6566)
- Bugfix: Parse function of GCC version from command line now works with versions `>=10`. (https://github.com/conan-io/conan/pull/6551)
- Bugfix: improve Apple frameworks lookups with CMake integration (https://github.com/conan-io/conan/pull/6533)