Releases: bazelbuild/intellij
Releases · bazelbuild/intellij
v2024.09.10.0.1 Stable
Bug Fixes
- Fix reading MatchedMatcher data in BlazePyTracebackParser #6693
- Fix googletest integration with CLion 2024.2 #6741
v2024.09.10-RC-3
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
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
Bug Fixes
- Fix reading MatchedMatcher data in BlazePyTracebackParser #6693
- Fix googletest integration with CLion 2024.2 #6741
v2024.08.27.0.1 Stable
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
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
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
v2024.08.13.0.1 Stable
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]