github bazelbuild/bazel-gazelle 0.12.0

latest releases: v0.36.0, v0.35.0, v0.34.0...
pre-release5 years ago

Changes

  • importmap is now a mergeable attribute. This means Gazelle may now replace
    existing importmap attributes if they are not marked with a # keep
    comment.
  • gazelle fix no longer removes importpath attributes on go_binary
    and go_test rules. These attributes are no longer deprecated. The rules
    are still not importable, but the paths are useful for go_path and
    other rules.
  • Go imports of proto Well Known Types are now resolved to rules in
    @io_bazel_rules_go//proto/wkt. This partially worked before, but several
    packages weren't handled correctly.

Notes

  • rules_go will soon stop declaring the @bazel_gazelle repository, probably
    in the next rules_go major release. If you aren't explicitly declaring
    @bazel_gazelle in your WORKSPACE, following the template at
    Running Gazelle with Bazel, you may want to migrate soon.

Don't miss a new bazel-gazelle release

NewReleases is sending notifications on new releases.