What's Changed
- Test against latest release candidates in BCR presubmit by @fmeum in #2112
- docs: add gazelle_cc pointer by @alexeagle in #2114
- go.mod 'tool' directive may refer to a package at module-root by @dzbarsky in #2115
- Update bazel-skylib in WORKSPACE setup by @fmeum in #2116
- Speedup known os/arch checks by @dzbarsky in #2100
- Add support for
--repo_contents_cache
by @fmeum in #2119 - Enable Bzlmod for the main repo by @fmeum in #2118
- Add special handling for extracting explicit package name from rule name if being part of
go_package
by @WojciechMazur in #2122 - docs: use stardoc for reference documentation only by @jayconrod in #2125
- Fix missing go_env when running Gazelle by @guw in #2128
- Test with Bazel 8 by @fmeum in #2120
- Add default overrides for spicedb support by @faximan in #2131
- fix: only pass walked dir content to single callback by @jbedard in #2134
- Remove usage of deprecated package_list on Go context by @dzbarsky in #2135
- merger: fix symbol assigned by @hunshcn in #2136
- refactor: update bazel target for go_features by @isgj in #2138
- walk: expose cached GetDirInfo by @jayconrod in #2141
- rule: add MatchGlobExpr for parsing glob expressions by @jayconrod in #2142
- Fix interfing proto.Mode - taking into account mode module apparent names by @WojciechMazur in #2143
- Fix target names when running in
package
proto mode by @jgautier-dd in #2144 - Accept more forms of glob values when parsing
bzl.Expr
by @WojciechMazur in #2145 - fix FixLoads issue with list of symbols by @tzaman-stripe in #2147
- Propagate to Gazelle extensions
proto_library
name achieved after merging with BUILD file by @WojciechMazur in #2150 - Upgrade
package_metadata
to 0.0.5 (was 0.0.2) by @WojciechMazur in #2155 - Removing restriction on cgo in go_test by @linzhp in #2154
- pathtools: add Prefixes helper function by @jayconrod in #2152
- walk: allow GetDirInfo to be called in directories not visited yet by @jayconrod in #2153
- Extract either Module/Workspace RepoName in
CommonConfigurer
by @WojciechMazur in #2157
New Contributors
- @guw made their first contribution in #2128
- @isgj made their first contribution in #2138
- @jgautier-dd made their first contribution in #2144
- @tzaman-stripe made their first contribution in #2147
Full Changelog: v0.44.0...v0.45.0