Releases: bufbuild/intellij-buf
Releases · bufbuild/intellij-buf
v0.4.1
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
v0.3.1
What's Changed
Full Changelog: v0.3.0...v0.3.1
v0.3.0
v0.2.1
What's Changed
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Reduce auto-save impact for lint/breaking checks in #136
- Update plugin to require 2022.3 or later in #135
Full Changelog: v0.1.5...v0.2.0
v0.1.5
What's Changed
- Improve process handling with the buf CLI.
- Add displayName attribute to fix error in IntelliJ 2023.2.
v0.1.4
What's Changed
Features
- Support configuring the path to the Buf CLI.
- Add support for resolving dependencies from the Buf CLI v2 module cache.
v0.1.3
Add version validation for IntelliJ plugins on release (#32)
v0.1.2
Update compatibility to 2022.2 (#28)