- Feature: Add opt-out for Git shallow clone in `SCM` feature (https://github.com/conan-io/conan/pull/5677). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/1400)
- Fix: Use the value of argument `useEnv` provided by the user to the `MSBuild` helper also to adjust `/p:UseEnv=false` when the arg is `False`. (https://github.com/conan-io/conan/pull/5609)
- Bugfix: Fixed assertion when using nested build_requires that depend on packages that are also used in the main dependency graph (https://github.com/conan-io/conan/pull/5689)
- Bugfix: When Artifactory doesn't have the anonymous access activated, the conan client wasn't able to capture the server capabilities and therefore never used the `revisions` mechanism. (https://github.com/conan-io/conan/pull/5688)
- Bugfix: When no `user/channel` is specified creating a package, upload it to a remote using `None` as the "folder" in the storage, instead of `_`. (https://github.com/conan-io/conan/pull/5671)
- Bugfix: Using the version ranges mechanism Conan wasn't able to resolve the correct reference if a library with the same name but different user/channel was found in an earlier remote. (https://github.com/conan-io/conan/pull/5657)
- Bugfix: Broken cache package collection for packages without user/channel (https://github.com/conan-io/conan/pull/5607)