- Feature: Removed extra_xxxx attributes from BazelToolchain (#15073). Docs: 📃
- 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. (#14959). Docs: 📃
- Feature: BazelDeps works fine in editable mode. (#14959). Docs: 📃
- Feature: Added
bazel_tagert_name
andbazel_repository_name
properties. (#14959). Docs: 📃 - Feature: Added mechanism to consume shared/static libraries for
bazel_lib
template in all the platforms. (#14959). Docs: 📃 - Feature:
BazelToolchain
creates aconan_bzl.rc
file which defines theconan-config
configuration. If it exists, Bazel helper will use it automatically. (#14958). Docs: 📃 - Feature: Add clang-17 support to settings. (#14915). Docs: 📃
- Feature: Add support for gcc 10.5 (#14865). Docs: 📃
- Feature: Add support for gcc 11.4 (#14865). Docs: 📃
- Feature: Add support for gcc 13.2 (#14865). Docs: 📃
- Fix: Use importlib in Python >= 3.12 (#14841)
- Bugfix: Solve crash of
conan lock install
when the provided lockfile was created from aconanfile.txt
(#14836)