What's Changed
- Test with incompatible flags by @fmeum in #1696
- adding more default gazelle overrides by @linzhp in #1701
- rule: add accessor for attribute comments by @t-8ch in #1700
- rule: set update flag on Rule.AddArg by @t-8ch in #1702
- rule: rename GetAttrComments -> AttrComments by @t-8ch in #1703
- Remove some usage of deprecated ioutil by @dzbarsky in #1704
- Allow passing Gazelle binary as a file by @linzhp in #1706
- rule: allow usage of Label struct with Rule APIs by @t-8ch in #1705
- Remove ioutil usage by @dzbarsky in #1707
- doc: fix link to Swift gazelle plugin by @cgrindel in #1708
- Fix two shellcheck warnings in gazelle.bash.in by @mortenmj in #1710
- implement expression conversions via BzlExprValue interface by @t-8ch in #1714
- update documentation for 0.35 by @tyler-french in #1712
- Update circl to v1.3.7 in tests by @fmeum in #1718
- rule: make value sorting configurable (alternative implementation) by @t-8ch in #1719
- Add check in
update-repos
to omit readingWORKSPACE
on bzlmod only repos. by @Megakuul in #1727 - Add default gazelle override for github.com/cockroachdb/errors. by @fardream in #1728
- README: fix resolve_regexp doc by @sluongng in #1729
- feat(bzlmod): allow
default_gazelle_attributes
forgo_deps
extension by @tyler-french in #1716 - add new std_packages from go 1.22 by @tyler-french in #1740
- fix: wrap generation test labels with Label() by @pedrobarco in #1743
- proto: Add Bzlmod support for well-known types by @fmeum in #1741
- Test BCR with Bazel 6.5.0 and 7.0.2 by @fmeum in #1744
- Set go_naming_convention for cel-go by @riking in #1746
- nit: fix error message in go_repository by @hauserx in #1750
- Add
go_deps.config(env = ...)
as a replacement forgazelle_dependencies(go_env = ...)
by @fmeum in #1748 - Warn if integrity not specified for archive_override by @scaiper in #1753
- Use host module cache whithout build cache and verify it by @scaiper in #1755
- Update default_gazelle_overrides.bzl by @sluongng in #1758
- Mark
go_deps
extension as reproducible by @fmeum in #1761 - Ignore
purego
build constraint by @mattyclarkson in #1767 - Expose path to root
go.mod
to rules_go by @fmeum in #1762 - Fix and expand
reproducible
usage in extensions by @fmeum in #1763 - Add is_bazel_module to deps.bzl. by @spags-lacework in #1771
- prepare release 0.36 by @tyler-french in #1752
New Contributors
- @t-8ch made their first contribution in #1700
- @dzbarsky made their first contribution in #1704
- @Megakuul made their first contribution in #1727
- @fardream made their first contribution in #1728
- @pedrobarco made their first contribution in #1743
- @riking made their first contribution in #1746
- @hauserx made their first contribution in #1750
- @scaiper made their first contribution in #1753
- @mattyclarkson made their first contribution in #1767
- @spags-lacework made their first contribution in #1771
Full Changelog: v0.35.0...v0.36.0