Releases: bufbuild/bufplugin-go
Releases · bufbuild/bufplugin-go
v0.7.0
v0.6.0
v0.5.0
v0.4.0
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
tocheck.ClientWithCaching
. - Fix issue where
check.ClientWithCaching
was not respected properly. - Add
info
package that implements functionality around thePluginInfoService
.
v0.3.0
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
todescriptor.FileDescriptor
. - Move
check.Location
todescriptor.FileLocation
. - Move
check.Options
tooption.Options
. - Rename fields as appropriate.