v0.4.0
Highlights
- Updates the plugin to work with the newly released Buf CLI v1.32.0, including v2 config files and support for v2 multi-module workspaces.
- Improved support for BSR module external libraries.
What's Changed
- Support v2 buf.lock files and v3 cached modules by @pkwarren in #206
- Create index of buf.yaml for v2 workspaces by @pkwarren in #207
- Update ignore quick fix for v2 buf.yaml by @pkwarren in #212
- Reduce scope to only search project files by @pkwarren in #213
- Implement support for refreshing proto roots by @pkwarren in #214
- Fix logging of expected exit codes by @pkwarren in #216
- Run buf build on startup to prime cache by @pkwarren in #217
- Allow module keys with ports in full name by @pkwarren in #219
- Filter out files in excluded directories by @pkwarren in #220
Full Changelog: v0.3.1...v0.4.0