- Feature: Add `--force` option to `conan remote auth` to force authentication even for remotes that have anonymous access enabled. (https://github.com/conan-io/conan/pull/17377). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3924)
- Feature: Add `--output` option to `conan new` command. (https://github.com/conan-io/conan/pull/17359)
- Feature: Let the new ``CMakeDeps`` always define components and check them with ``find_package( COMPONENTS)``, listening to new property ``cmake_components``. (https://github.com/conan-io/conan/pull/17302)
- Feature: Allow ``tools.microsoft.msbuild:max_cpu_count=0`` to use ``/m`` to use all available cores. (https://github.com/conan-io/conan/pull/17301). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3926)
- Feature: define ``*`` as default argument if no args specified for ``conan list``. (https://github.com/conan-io/conan/pull/17300). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3927)
- Feature: Improved auto deduce location function. (https://github.com/conan-io/conan/pull/17296)
- Feature: BazelDeps using the new `deduce_location` mechanism to find the libraries. (https://github.com/conan-io/conan/pull/17296)
- Feature: Initial ``conan workspace`` initial proposal to manage local set of editables. Introduced only as a dev/maintainers feature, behind an environment variable. (https://github.com/conan-io/conan/pull/17272). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3930)
- Feature: Allow ``--settings`` in ``conan config install-pkg`` to create and install different configurations in different platforms. (https://github.com/conan-io/conan/pull/17217). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3929)
- Feature: Add network to configfile for Docker runners. (https://github.com/conan-io/conan/pull/17069). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3932)
- Fix: Fix help message for PowerShell conf. (https://github.com/conan-io/conan/pull/17389). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3923)
- Fix: Fixed an error that occurred when using `conan.tools.scm.Git.fetch_commit()` in a subfolder. (https://github.com/conan-io/conan/pull/17369)
- Fix: Adding a "risk" warning for options conflicts, so users can do warn-as-error to raise when they happen. (https://github.com/conan-io/conan/pull/17366)
- Fix: New ``CMakeDeps`` generator allow ``fooConfig.cmake`` for in-package files besides ``foo-config.cmake``. (https://github.com/conan-io/conan/pull/17330)
- Fix: Add a warning for editable dependencies when building in the cache. (https://github.com/conan-io/conan/pull/17325)
- Fix: Raise ConanException if source patch does not exist in `export_conandata_patches`. (https://github.com/conan-io/conan/pull/17294)
- Fix: Improve the UX for `CONAN_LOG_LEVEL` env-var incorrect values. (https://github.com/conan-io/conan/pull/17280)
- Fix: Meson aligns with other build systems considering `x86_64`->`x86` as cross building. (https://github.com/conan-io/conan/pull/17266)
- Fix: Avoid ``colorama`` bug crashing for large outputs. (https://github.com/conan-io/conan/pull/17259)
- Fix: Fix arch for docker runner tests. (https://github.com/conan-io/conan/pull/17069). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3932)
- Bugfix: Add correct flags when ``compiler=clang`` and ``compiler_executables={"c": "clang-cl"}`` to not inject incorrect flags when cross-building from Linux to Windows. (https://github.com/conan-io/conan/pull/17387)
- Bugfix: Solve ``Choco().check()`` bug using legacy ``choco search --local-only``, replaced by ``choco list``. (https://github.com/conan-io/conan/pull/17382)
- Bugfix: Fix adding `tools.android:ndk_path` with spaces in path. (https://github.com/conan-io/conan/pull/17379)
- BugFix: Fix ``Premake`` integration. (https://github.com/conan-io/conan/pull/17350). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3925)
- Bugfix: Solve problem with misdetection of consumer packages for the ``&`` pattern. (https://github.com/conan-io/conan/pull/17346)
- Bugfix: Fix `conan graph info ... -f=html` in Safari. (https://github.com/conan-io/conan/pull/17335)
- Bugfix: Allow multiple ``[replace_requires]`` by the same dependency. (https://github.com/conan-io/conan/pull/17326)
- Bugfix: BazelDeps failed to find OpenSSL shared libraries. (https://github.com/conan-io/conan/pull/17296)
- Bugfix: Solve bug in ``CMake`` not using the correct value from ``tools.microsoft.msbuild:max_cpu_count``. (https://github.com/conan-io/conan/pull/17292)
- Bugfix: Fix ``cpp_info`` properties overwriting instead of merging for properties with list values. Necessary for ``cmake_build_modules`` to work in ``editable`` mode. (https://github.com/conan-io/conan/pull/17214)