- Feature: Removed extra_xxxx attributes from BazelToolchain (https://github.com/conan-io/conan/pull/15073). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3457)
- Feature: BazelDeps global refactor. Adding each component as an isolated target, better requirements management (including requirements coming from build-context), adding C/C++ flags, etc. (https://github.com/conan-io/conan/pull/14959). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3457)
- Feature: BazelDeps works fine in editable mode. (https://github.com/conan-io/conan/pull/14959). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3457)
- Feature: Added `bazel_tagert_name` and `bazel_repository_name` properties. (https://github.com/conan-io/conan/pull/14959). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3457)
- Feature: Added mechanism to consume shared/static libraries for `bazel_lib` template in all the platforms. (https://github.com/conan-io/conan/pull/14959). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3457)
- Feature: `BazelToolchain` creates a `conan_bzl.rc` file which defines the `conan-config` configuration. If it exists, Bazel helper will use it automatically. (https://github.com/conan-io/conan/pull/14958). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3457)
- Feature: Add clang-17 support to settings. (https://github.com/conan-io/conan/pull/14915). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3447)
- Feature: Add support for gcc 10.5 (https://github.com/conan-io/conan/pull/14865). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3447)
- Feature: Add support for gcc 11.4 (https://github.com/conan-io/conan/pull/14865). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3447)
- Feature: Add support for gcc 13.2 (https://github.com/conan-io/conan/pull/14865). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/3447)
- Fix: Use importlib in Python >= 3.12 (https://github.com/conan-io/conan/pull/14841)
- Bugfix: Solve crash of ``conan lock install`` when the provided lockfile was created from a ``conanfile.txt`` (https://github.com/conan-io/conan/pull/14836)