v0.31.0
What's Changed
- feat: allow passing GIT_CONFIG_COUNT and it's related configs by @manuelnaranjo in #1462
- feat(bzlmod): add
module_override
tag to allow patching in go_deps by @tyler-french in #1500 - fix typo
build_proto_file_mode
in message by @tyler-french in #1504 - fix: support running within a dir named workspace by @jbedard in #1498
- fix: check for gazelle command before adding -repo_config flag by @cgrindel in #1501
- language/go: Infer prefix from go.mod by @fmeum in #1497
- don't overwrite directives by @tyler-french in #1503
- Support Bzlmod for gazelle itself by @fmeum in #1509
- language/go: Add windows arm64 as a known platform. by @connyay in #1507
- Adding lifecycle manager by @linzhp in #1475
- Disable protobuf generation for more modules by @seh in #1514
- Support '~' in label repo by @mark-thm in #1518
- language/go: Handle
unix
build tag. by @connyay in #1512 - Pass data arg through to sh_binary if defined by @Preston4tw in #1483
- remove circular override hack by @tyler-french in #1515
- Add major version suffix download example by @kriswuollett in #1453
- Relax parsing of labels by @purkhusid in #1508
- bzlmod: Add
build_file_generation
togazelle_override
by @fmeum in #1522 - Fix incremental build of to bootstrap Gazelle by @fmeum in #1529
- Support macros/rules packed within bazel
struct
by @birunts in #1524 - Prefer non-proto over proto deps in external repos by @fmeum in #1537
- bzlmod: Return
extension_metadata
to automateuse_repo
fixes by @fmeum in #1511 - Fix
go:embed
failing to addembedsrcs
for subdirectories named build by @sgavinio in #1539 - Remove support for godep and dep by @sluongng in #1541
- Avoid putting -repo_config after directories by @linzhp in #1544
- Dropping -args by @linzhp in #1546
New Contributors
- @connyay made their first contribution in #1507
- @mark-thm made their first contribution in #1518
- @Preston4tw made their first contribution in #1483
- @kriswuollett made their first contribution in #1453
- @purkhusid made their first contribution in #1508
- @birunts made their first contribution in #1524
- @sgavinio made their first contribution in #1539
Full Changelog: v0.30.0...v0.31.0