Skip to content

1.62.0 (14-Nov-2023)

Compare
Choose a tag to compare
@czoido czoido released this 14 Nov 13:51
  • 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 and bazel_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 a conan_bzl.rc file which defines the conan-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 a conanfile.txt (#14836)