Skip to content

Releases: bazelbuild/intellij

v2024.09.10.0.1 Stable

26 Sep 04:10
6c633ad
Compare
Choose a tag to compare

Bug Fixes

  • Fix reading MatchedMatcher data in BlazePyTracebackParser #6693
  • Fix googletest integration with CLion 2024.2 #6741

v2024.09.10-RC-3

23 Sep 17:56
6c633ad
Compare
Choose a tag to compare
v2024.09.10-RC-3 Pre-release
Pre-release

Bug Fixes

  • Fix reading MatchedMatcher data in BlazePyTracebackParser #6693
  • Fix googletest integration with CLion 2024.2 #6741
  • Fix coverage display when running tests #6766
  • Fix unrecognized options by bazel mod command #6756

v2024.09.10-RC-2

18 Sep 03:54
af3b645
Compare
Choose a tag to compare
v2024.09.10-RC-2 Pre-release
Pre-release

Bug Fixes

  • Fix reading MatchedMatcher data in BlazePyTracebackParser #6693
  • Fix googletest integration with CLion 2024.2 #6741
  • Fix coverage display when running tests #6766

v2024.09.10-RC-1

12 Sep 03:00
03a2c8f
Compare
Choose a tag to compare
v2024.09.10-RC-1 Pre-release
Pre-release

Bug Fixes

  • Fix reading MatchedMatcher data in BlazePyTracebackParser #6693
  • Fix googletest integration with CLion 2024.2 #6741

v2024.08.27.0.1 Stable

12 Sep 03:13
2ce0170
Compare
Choose a tag to compare

Features

  • Added build folder action #6615
  • Invoke bazel build during sync using --target_pattern_fi… #6595

Bug Fixes

  • fix: Exception when opening a JavaScript project #6645
  • go: fix testify single test execution #6634
  • fix: Resolve collision between view_project_root and "directories: ." #6665

v2024.08.27-RC-2

06 Sep 19:24
2ce0170
Compare
Choose a tag to compare
v2024.08.27-RC-2 Pre-release
Pre-release

Features

  • Added build folder action #6615
  • Invoke bazel build during sync using --target_pattern_fi… #6595

Bug Fixes

  • fix: Exception when opening a JavaScript project #6645
  • go: fix testify single test execution #6634
  • fix: Resolve collision between view_project_root and "directories: ." #6665
  • Fix googletest integration with CLion 2024.2 #6741

v2024.08.27-RC-1

29 Aug 04:14
a510e66
Compare
Choose a tag to compare
v2024.08.27-RC-1 Pre-release
Pre-release

Features

  • Added build folder action #6615
  • Invoke bazel build during sync using --target_pattern_fi… #6595

Bug Fixes

  • fix: Exception when opening a JavaScript project #6645
  • go: fix testify single test execution #6634
  • fix: Resolve collision between view_project_root and "directories: ." #6665

v2024.08.27.0.1 ASwB Stable

12 Sep 03:20
Compare
Choose a tag to compare
  • Internal cleanup

v2024.08.27-RC-1 ASwB

29 Aug 04:17
Compare
Choose a tag to compare
v2024.08.27-RC-1 ASwB Pre-release
Pre-release
  • Internal cleanup

v2024.08.13.0.1 Stable

29 Aug 04:23
Compare
Choose a tag to compare

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]