- Feature: Implement real detection of ``compiler.libcxx`` value for ``gcc`` compiler. Only enabled in `CONAN_V2_MODE`, otherwise it would be breaking. (https://github.com/conan-io/conan/pull/7776)
- Feature: Added [Depends](https://doc.qt.io/qbs/qml-qbslanguageitems-depends.html) items for every public dependency of conanfiles requires/dependencies. (https://github.com/conan-io/conan/pull/7729). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/1847)
- Feature: Instructions on how to run conan tests against a real Artifactory server. (https://github.com/conan-io/conan/pull/7697)
- Feature: List `cpp_info.names` and `cpp_info.filenames` in JSON and Markdown generator. (https://github.com/conan-io/conan/pull/7690). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/1844)
- Feature: Add information about components to `markdown` generator. (https://github.com/conan-io/conan/pull/7677)
- Feature: New experimental ``MSBuildToolchain`` to generate ``conan_toolchain.props`` files (it is multi-config, will generate one specific toolchain file per configuration) for more transparent integration and better developer experience with Visual Studio. (https://github.com/conan-io/conan/pull/7674). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/1865)
- Feature: Allow packages that do not declare components to depend on other packages components and manage transitivity correctly, with the new ``self.cpp_info.requires`` attribute. (https://github.com/conan-io/conan/pull/7644). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/1864)
- Feature: Add MacOS 11 ("Big Sur") support. (https://github.com/conan-io/conan/pull/7601). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/1819)
- Feature: Expose intel_installation_path, compilervars, compilervars_dict, and compilervars_command under tools module in order to support usage of the intel compiler. (https://github.com/conan-io/conan/pull/7572). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/1815)
- Feature: Allow user-defined generators to be installed and used from the Conan cache. (https://github.com/conan-io/conan/pull/7527). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/1811)
- Feature: Add `conan remote` proposal for cli 2.0. (https://github.com/conan-io/conan/pull/7401)
- Fix: Allow usage of MD5 checksums in FIPS systems that would raise error otherwise. (https://github.com/conan-io/conan/pull/7807)
- Fix: Fix capture output when running tests that call the ConanRunner in the conanfile. (https://github.com/conan-io/conan/pull/7799)
- Fix: Consider absolute paths when parsing `conanbuildinfo.txt` (https://github.com/conan-io/conan/pull/7797)
- Fix: Update parallel uploads help message. (https://github.com/conan-io/conan/pull/7785). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/1863)
- Fix: Removed check in lockfiles computed from other lockfile that it should be part of it. Users can check the resulting lockfile themselves if they want to. (https://github.com/conan-io/conan/pull/7763). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/1868)
- Fix: Extend help message indicating how to run `conan export` without `user/channel`. (https://github.com/conan-io/conan/pull/7757). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/1859)
- Fix: Conan copy shows better description when using full reference for destination. (https://github.com/conan-io/conan/pull/7741)
- Fix: Do not capture output for normal conan run (no logging or testing) when launching processes via `ConanRunner` so that color from build tools output is not lost. (https://github.com/conan-io/conan/pull/7740)
- Fix: `self.copy()` follows `igore_case` correctly on Windows. (https://github.com/conan-io/conan/pull/7704). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/1862)
- Fix: Use patterns in server query when resolving version ranges. (https://github.com/conan-io/conan/pull/7673)
- Fix: Raising conflict errors when options doesn't match in the evaluation of graphs with lockfiles. (https://github.com/conan-io/conan/pull/7513)
- Bugfix: Fixed bug where uploading to multiple remotes in a single conan upload command would fail. (https://github.com/conan-io/conan/pull/7781)
- BugFix: Add ``armv5hf`` and ``armv5el`` to the Android ABI architectures. (https://github.com/conan-io/conan/pull/7730)
- Bugfix: Correctly inherit and use ``system_requirements`` when using ``python_requires``. (https://github.com/conan-io/conan/pull/7721)
- Bugfix: Translate `settings.os` value `Macos` to `Darwin` for `CMAKE_SYSTEM_NAME` to allow compiling CMake-based packages for MacOS. (https://github.com/conan-io/conan/pull/7695)