- Feature: Add new ``arm64ec`` architecture, used to define CMAKE_GENERATOR_PLATFORM. (https://github.com/conan-io/conan/pull/14114). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3266)
- Feature: Make ``CppInfo`` a public, documented, importable tool for generators that need to aggregate them. (https://github.com/conan-io/conan/pull/14101). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3268)
- Feature: Allow ``conan remove --list=pkglist`` to remove package-lists. (https://github.com/conan-io/conan/pull/14082). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3270)
- Feature: Output for ``conan remove --format`` both text (summary of deleted things) and json. (https://github.com/conan-io/conan/pull/14082). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3270)
- Feature: Add `core.sources:excluded_urls` to backup sources. (https://github.com/conan-io/conan/pull/14020)
- Feature: ``conan test`` command learned the ``--format=json`` formatter. (https://github.com/conan-io/conan/pull/14011). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3273)
- Feature: Allow ``pkg/[version-range]`` expressions in ``conan list`` (and download, upload, remove) patterns. (https://github.com/conan-io/conan/pull/14004). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3244)
- Feature: Add ``conan upload --dry-run`` equivalent to 1.X ``conan upload --skip-upload``. (https://github.com/conan-io/conan/pull/14002). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3274)
- Feature: Add new command `conan version` to format the output. (https://github.com/conan-io/conan/pull/13999). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3243)
- Feature: Small UX improvement to print some info while downloading large files. (https://github.com/conan-io/conan/pull/13989)
- Feature: Use ``PackagesList`` as input argument for ``conan upload --list=pkglist.json``. (https://github.com/conan-io/conan/pull/13928). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3257)
- Feature: Use ``--graph`` input for ``conan list`` to create a ``PackagesList`` that can be used as input for ``conan upload``. (https://github.com/conan-io/conan/pull/13928). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3257)
- Feature: New metadata files associated to recipes and packages that can be uploaded, downloaded and added after the package exists. (https://github.com/conan-io/conan/pull/13918)
- Feature: Allow to specify a custom deployer output folder. (https://github.com/conan-io/conan/pull/13757). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3275)
- Feature: Split build & compilation verbosity control to two confs. (https://github.com/conan-io/conan/pull/13729). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3277)
- Feature: Added `bindir` to generated `.pc` file in `PkgConfigDeps`. (https://github.com/conan-io/conan/pull/13623). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3269)
- Fix: Deprecate ``AutoPackage`` remnant from Conan 1.X. (https://github.com/conan-io/conan/pull/14083). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3253)
- Fix: Fix description for the conf entry for default build profile used. (https://github.com/conan-io/conan/pull/14075). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3252)
- Fix: Allow spaces in path in ``Git`` helper. (https://github.com/conan-io/conan/pull/14063). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3271)
- Fix: Remove trailing ``.`` in ``conanfile.xxx_folder`` that is breaking subsystems like msys2. (https://github.com/conan-io/conan/pull/14061)
- Fix: Avoid caching issues when some intermediate package in the graph calls ``aggregated_components()`` over some dependency and using ``--deployer``, generators still pointed to the Conan cache and not deployed copy. (https://github.com/conan-io/conan/pull/14060)
- Fix: Allow internal ``Cli`` object to be called more than once. (https://github.com/conan-io/conan/pull/14053)
- Fix: Force ``pyyaml>=6`` for Python 3.10, as previous versions broke. (https://github.com/conan-io/conan/pull/13990)
- Fix: Improve graph conflict message when Conan can't show one of the conflicting recipes. (https://github.com/conan-io/conan/pull/13946)
- Bugfix: Solve bug in timestamp of non-latest revision download from the server. (https://github.com/conan-io/conan/pull/14110)
- Bugfix: Fix double base path setup in editable packages. (https://github.com/conan-io/conan/pull/14109)
- Bugfix: Raise if ``conan graph build-order`` graph has any errors, instead of quietly doing nothing and outputting and empty json. (https://github.com/conan-io/conan/pull/14106)
- Bugfix: Avoid incorrect path replacements for ``editable`` packages when folders have overlapping matching names. (https://github.com/conan-io/conan/pull/14095)
- Bugfix: Set clang as the default FreeBSD detected compiler. (https://github.com/conan-io/conan/pull/14065)
- Bugfix: Add prefix var and any custom content (through the `pkg_config_custom_content` property) to already generated pkg-config root .pc files by `PkgConfigDeps`. (https://github.com/conan-io/conan/pull/14051)
- Bugfix: ``conan create`` command returns always the same output for ``--format=json`` result graph, irrespective of test_package existence. (https://github.com/conan-io/conan/pull/14011). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3273)
- Bugfix: Fix problem with ``editable`` packages when defining ``self.folders.root=".."`` parent directory. (https://github.com/conan-io/conan/pull/13983)
- Bugfix: Removed `libdir1` and `includedir1` as the default index. Now, `PkgConfigDeps` creates the `libdir` and `includedir` variables by default in `.pc` files. (https://github.com/conan-io/conan/pull/13623). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3269)