Skip to content

Releases: bufbuild/bufplugin-go

v0.5.0

28 Sep 20:48
b68f3e6
Compare
Choose a tag to compare
  • Add info.PluginInfo.Doc().String() to the output of -h or --help when invoking a plugin if this documentation is present.

v0.4.0

28 Sep 20:18
70a4bf4
Compare
Choose a tag to compare

This release contains breaking changes. We're quickly iterating towards a v1.0 of bufplugin-go by the end of 2024.

  • Update buf.build/bufbuild/bufplugin to v0.3.0.
  • Rename check.ClientWithCacheRulesAndCategories to check.ClientWithCaching.
  • Fix issue where check.ClientWithCaching was not respected properly.
  • Add info package that implements functionality around the PluginInfoService.

v0.3.0

20 Sep 19:56
90af637
Compare
Choose a tag to compare

This release contains breaking changes. We're quickly iterating towards a v1.0 of bufplugin-go by the end of 2024.

  • Update buf.build/bufbuild/bufplugin to v0.2.0.
  • Move check.File to descriptor.FileDescriptor.
  • Move check.Location to descriptor.FileLocation.
  • Move check.Options to option.Options.
  • Rename fields as appropriate.

v0.2.0

10 Sep 18:53
Compare
Choose a tag to compare
  • Update import path to buf.build/go/bufplugin.

v0.1.0

04 Sep 18:22
Compare
Choose a tag to compare

Initial beta release.