Skip to content

v2024.08.13-RC-1

Pre-release
Pre-release

Choose a tag to compare

@satyanandak satyanandak released this 15 Aug 06:40
· 2 commits to v2024.08.13 since this release
421512d

Features

  • Python: Implemented imports Attribute Handling
    Improved support for Python imports in Bazel projects. [#6606]

  • Python: Transition Rules Handling
    Added handling for Bazel rules involving transitions, such as pinned Python interpreter targets, enhancing project configuration. [#6605]

  • C++: Project Status API Integration
    Integrated the Project Status API with Bazel for CLion, improving project sync and status reporting. [#6585]

Bug Fixes

  • Fixed an issue causing NoClassDefFoundError: com/intellij/history/core/Paths during project operations. [#6616]
  • Stopped printing AswbDumpVfs logs. [#6617]
  • Scala: Updated the plugin to correctly recognize org_scala_lang_scala_library as a valid Scala library name, improving Scala project support. [#6629]