What's Changed
- walk: fix BenchmarkWalk by @jayconrod in #2072
- walk: refactor and add Walk2 function by @jayconrod in #2073
- walk, language: support lazy indexing by @jayconrod in #2074
- walk: better error checking in strict mode for RelsToVisit by @jayconrod in #2077
- Work around incompatibility between zlib and clang 17 by @fmeum in #2082
- go_grpc_compiler: default to go_grpc_v2 by @sluongng in #2071
- table fix by @sluongng in #2083
- Add
package_metadata
toREPO.bazel
by @Yannic in #2081 - Add go_features.proto to list of known protos by @mrdomino in #2080
- Cleanup: Just updating comments as I read by @stefanpenner in #2087
- language/go: support lazy indexing with go_search directive by @jayconrod in #2075
- Keep
use_repo
s needed fortool
s by @fmeum in #2091 - Don't drop
-bzlmod
arg when args are explicitly provided by @fmeum in #2092 - Run buildifier to add explicit loads and update rules_go by @fmeum in #2090
- Add build file generation override for cel.dev/expr by @jasonkuster in #2096
- language/go: add implicit go_search path when prefix is set by @jayconrod in #2095
- fix: correct attribute name in message by @ash2k in #2098
- Avoid allocations in fileNameInfo by @dzbarsky in #2099
- fix: normalize RelsToVisit by @jbedard in #2104
- Add k8s.io/cri-api k8s.io/apiserver default overrides by @hunshcn in #2107
- Replace illegal characters in underscores when deriving proto RuleName by @WojciechMazur in #2105
- perf: remove extraneous isExcluded(dir) checks by @jbedard in #2106
- indexing all parents of visited directories by @linzhp in #2109
- language/go: allow clean as argument to -build_file_generation by @oncilla in #2111
- Trim BCR versions before comparing them to Go versions by @fmeum in #2066
- Avoid duplicates in relToIndex by @linzhp in #2110
New Contributors
- @mrdomino made their first contribution in #2080
- @jasonkuster made their first contribution in #2096
- @WojciechMazur made their first contribution in #2105
- @oncilla made their first contribution in #2111
Full Changelog: v0.43.0...v0.44.0