Skip to content

Releases: bazelbuild/intellij

v2024.11.05-RC-1

07 Nov 06:26
95b750b
Compare
Choose a tag to compare
v2024.11.05-RC-1 Pre-release
Pre-release

Features:

  • C++: Use execroot for compiler working directory #6911
  • C++: CLion support for cc_library implementation deps #6919
  • C++: External includes support #6922
  • GoLand: cgo support #6891
  • GoLand: gotest support on Windows #6938
  • Query Sync: better syntax highlithting when analysis disabled #6941

Fixes:

  • Do not decorate tabs for BUILD files in non-bazel projects #6925
  • fix: NPE in location provider #6960
  • Query Sync: Use git info only when Expand to Working Set is enabled #6944
  • Query Sync: fix(qsync): IJ incorrectly recognizes files as external and asks to a… #6964
  • Query Sync: fix(qsync): Unhandled exception when trying to resolve external works… #6962
  • Query Sync: fix(qsync): NPE in "Add to project" panel action #6967

v2024.10.22.0.1 Stable

07 Nov 06:30
9bc7c5c
Compare
Choose a tag to compare

Bug Fixes

  • [fix] Fix python debugging #6847
  • Set runfiles vars to absolute paths when debugging Go tests #6883
  • Fix starlark debugger #6888
  • fix(querysync): affected packages calculator was broken when 'directories' contained '.' #6885
  • fix: fast test not working when main class is not set #6903
  • fix: fast sync with bazel 8 or when --incompatible_use_plus_in_repo_names is on #6901
  • BEP parse unknown targets in aborted event #6910

Features

  • Download Buildifier Binary #6625
  • Support for Python Rules that are Code Generators #6726
  • Decorate tabs for BUILD files with package name #6900
  • New Sync View #6813
  • feat: More descriptive location labels (instead of just .workspace) #6916

v2024.10.22-RC-2

30 Oct 21:25
28220af
Compare
Choose a tag to compare
v2024.10.22-RC-2 Pre-release
Pre-release

Bug Fixes

  • [fix] Fix python debugging #6847
  • Set runfiles vars to absolute paths when debugging Go tests #6883
  • Fix starlark debugger #6888
  • fix(querysync): affected packages calculator was broken when 'directories' contained '.' #6885
  • fix: fast test not working when main class is not set #6903
  • fix: fast sync with bazel 8 or when --incompatible_use_plus_in_repo_names is on #6901
  • BEP parse unknown targets in aborted event #6910
  • Supply code-gen rule names via settings #6889

Features

  • Download Buildifier Binary #6625
  • Support for Python Rules that are Code Generators #6726
  • Decorate tabs for BUILD files with package name #6900
  • New Sync View #6813
  • feat: More descriptive location labels (instead of just .workspace) #6916

v2024.10.22-RC-1

24 Oct 05:01
77b7a71
Compare
Choose a tag to compare
v2024.10.22-RC-1 Pre-release
Pre-release

Bug Fixes

  • [fix] Fix python debugging #6847
  • Set runfiles vars to absolute paths when debugging Go tests #6883
  • Fix starlark debugger #6888
  • fix(querysync): affected packages calculator was broken when 'directories' contained '.' #6885
  • fix: fast test not working when main class is not set #6903
  • fix: fast sync with bazel 8 or when --incompatible_use_plus_in_repo_names is on #6901
  • BEP parse unknown targets in aborted event #6910

Features

  • Download Buildifier Binary #6625
  • Support for Python Rules that are Code Generators #6726
  • Decorate tabs for BUILD files with package name #6900
  • New Sync View #6813
  • feat: More descriptive location labels (instead of just .workspace) #6916

v2024.10.08.0.1 Stable

24 Oct 05:03
f46907a
Compare
Choose a tag to compare

Bug Fixes

  • CLion Virtual Include Fixes #6759
  • Fixes for Query Sync (ready to use): #6833, #6834, #6835, #6841
  • [fix] Confirm if user wants to reimport instead of disallowing it #6839

Features

  • Implement JUnit5 support and parameterize tests #4473
  • [feature] Recognize WORKSPACE.bzlmod files #6853

v2024.10.08-RC-2

15 Oct 20:46
80f0c00
Compare
Choose a tag to compare
v2024.10.08-RC-2 Pre-release
Pre-release

v2024.10.08

Bug Fixes

  • CLion Virtual Include Fixes #6759
  • Fixes for Query Sync (ready to use): #6833, #6834, #6835, #6841
  • [fix] Confirm if user wants to reimport instead of disallowing it #6839
  • fix: pass absolute paths to the Starlark Debugger #6888
    Features
  • Implement JUnit5 support and parameterize tests #4473
  • [feature] Recognize WORKSPACE.bzlmod files #6853

v2024.09.24.0.2 Stable

15 Oct 22:48
d91e97a
Compare
Choose a tag to compare

Bug Fixes

  • Fix auto-import exception #6753
  • Fix unrecognized options by bazel mod command #6756
  • Set go DebugConfguration working directory for tests #6748
  • fix: pass absolute paths to the Starlark Debugger #6888

Features

  • CLion add support for additional_compiler_inputs #6774
  • Added completion support for external targets from modules. Needs --incompatible_use_plus_in_repo_names set (defaults to true in bazel 8.0+) to work optimally. (credits: @mtoader)

v2024.10.08-RC-1

10 Oct 05:26
26e7bc1
Compare
Choose a tag to compare
v2024.10.08-RC-1 Pre-release
Pre-release

Bug Fixes

  • CLion Virtual Include Fixes #6759
  • Fixes for Query Sync (ready to use): #6833, #6834, #6835, #6841
  • [fix] Confirm if user wants to reimport instead of disallowing it #6839

Features

  • Implement JUnit5 support and parameterize tests #4473
  • [feature] Recognize WORKSPACE.bzlmod files #6853

v2024.09.24.0.1 Stable

10 Oct 05:30
Compare
Choose a tag to compare

Bug Fixes

  • Fix auto-import exception #6753
  • Fix unrecognized options by bazel mod command #6756
  • Set go DebugConfguration working directory for tests #6748

Features

  • CLion add support for additional_compiler_inputs #6774
  • Added completion support for external targets from modules. Needs --incompatible_use_plus_in_repo_names set (defaults to true in bazel 8.0+) to work optimally. (credits: @mtoader)

v2024.09.24-RC-1

26 Sep 04:03
Compare
Choose a tag to compare
v2024.09.24-RC-1 Pre-release
Pre-release

Bug Fixes

  • Fix auto-import exception #6753
  • Fix unrecognized options by bazel mod command #6756
  • Set go DebugConfguration working directory for tests #6748

Features

  • CLion add support for additional_compiler_inputs #6774
  • Added completion support for external targets from modules. Needs --incompatible_use_plus_in_repo_names set (defaults to true in bazel 8.0+) to work optimally. (credits: @mtoader)