What's Changed
- Generate BUILD files for grpc-gateway by default by @seh in #1578
- Remove temporary workaround after rules_go 0.41.0 release by @fmeum in #1577
- bzlmod: Use first host-compatible SDK to bootstrap Gazelle by @fmeum in #1581
- Update: golang.org/x/exp & golang.org/x/oauth2 deps. by @sfc-gh-ptabor in #1582
- [README.rst] Mention kotlin PoC by @kolloch in #1590
- Fix and let
# gazelle:follow
accept a glob by @shahms in #1596 - Add support for isolated
go_deps
usages by @fmeum in #1584 - feat(bzlmod): support archive_override in go_deps by @tyler-french in #1559
- fix: avoid updating
WORKSPACE
file when runningupdate-repos
when bzlmod is enabled by @cgrindel in #1589 - Make
go_deps.from_file
compatible with Go 1.21 by @fmeum in #1605 - go_repository: fix missing default GOPROXY by @sluongng in #1602
- fix: patch support for dir named workspace by @michaellzc in #1606
- Revert "go_repository: fix missing default GOPROXY (#1602)" by @sluongng in #1609
- Upgrade
golang.org/x/mod
Vendor to Support Go 1.21 by @alan910127 in #1611 - fix: go_repository: never shadow a module with a compatibility mapping for major versions. by @reltuk in #1608
- bug fix: don't generate invalid go_binary rules for empty main packages by @andyscott in #1618
- Fix wrong Kotlin Support link in README. by @duckladydinh in #1619
- bzlmod: Verify that the lockfile is platform-independent by @fmeum in #1617
- Add gazelle_rust under supported languages by @Calsign in #1620
- replace golang.org/x/tools with golang.org/x/tools/go/vcs@v0.1.0-deprecated by @malt3 in #1603
- Implement Merger interface by @Whoaa512 in #1569
- Improve Gazelle launcher's runfiles discovery on Windows by @fmeum in #1604
- Add an entry for "github.com/googleapis/gax-go/v2" to default_gazelle_overrides.bzl by @andrewmbenton in #1623
- add a go_test directive to enable generating go_test targets per _test.go file by @shahms in #1597
- Detect whether Gazelle itself is a Bazel module by @fmeum in #1624
- prepare release 0.33 by @tyler-french in #1615
New Contributors
- @sfc-gh-ptabor made their first contribution in #1582
- @kolloch made their first contribution in #1590
- @shahms made their first contribution in #1596
- @michaellzc made their first contribution in #1606
- @alan910127 made their first contribution in #1611
- @reltuk made their first contribution in #1608
- @andyscott made their first contribution in #1618
- @duckladydinh made their first contribution in #1619
- @Calsign made their first contribution in #1620
- @malt3 made their first contribution in #1603
- @andrewmbenton made their first contribution in #1623
Full Changelog: v0.32.0...v0.33.0