Skip to content

Releases: bufbuild/bufplugin

v0.4.0

24 Oct 01:19
3a41db4
Compare
Choose a tag to compare
  • Remove Doc type and update PluginInfo.

v0.3.0

28 Sep 20:06
0b398d7
Compare
Choose a tag to compare
  • Add buf.plugin.info.v1.PluginInfoService to return information about a plugin. This can be optionally implemented by plugins to return information such as the license and documentation.

v0.2.0

20 Sep 19:46
6641964
Compare
Choose a tag to compare

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

  • Move buf.plugin.check.v1.File to buf.plugin.descriptor.v1.FileDescriptor.
  • Move buf.plugin.check.v1.Location to buf.plugin.descriptor.v1.FileLocation.
  • Move buf.plugin.check.v1.Options to buf.plugin.option.v1.Options.
  • Rename fields as appropriate.

v0.1.0

04 Sep 18:13
Compare
Choose a tag to compare

Initial beta release.