Skip to content

v1.42.0

Latest
Compare
Choose a tag to compare
@buf-release-bot buf-release-bot released this 18 Sep 21:30
· 1 commit to main since this release
5244a82
  • Add support for custom lint and breaking change plugins. See our launch blog post for more details!
  • Add buf dep graph --format flag that defaults to dot, and adds the option json, to print the dependency graph in JSON format.
  • Fix bugs in buf format where trailing comments on commas in message literals were not properly propagated to the formatted proto, empty message literals were not properly indented, and compound strings in options added an extra newline before trailing commas.