Skip to content

Latest commit

 

History

History
83 lines (56 loc) · 3.74 KB

CHANGELOG.md

File metadata and controls

83 lines (56 loc) · 3.74 KB

Changelog

0.4.2 - 2024-11-27

  • Update to buf v1.32.0 by @pkwarren in #229
  • Avoid changing file contents if format failed by @pkwarren in #274

0.4.1 - 2024-05-18

  • Fix compatilbility issue with latest EAP by @pkwarren in #222

0.4.0 - 2024-05-16

  • 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.
  • 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

0.3.1 - 2024-02-12

  • Preserve newlines with buf format by @pkwarren in #181

0.3.0 - 2024-01-23

  • Support Protobuf plugin by kanro by @devkanro in #166
  • @devkanro made their first contribution in #166

0.2.1 - 2023-08-18

  • Migrate to Kotlin UI DSL v2 in #138
  • Remove deprecated fileTypeFactory in #139

0.2.0 - 2023-08-18

  • Reduce auto-save impact for lint/breaking checks in #136
  • Update plugin to require 2022.3 or later in #135

0.1.5 - 2023-07-28

  • Improve process handling with the buf CLI.
  • Add displayName attribute to fix error in IntelliJ 2023.2.

0.1.4 - 2023-05-17

Features

  • Support configuring the path to the Buf CLI.
  • Add support for resolving dependencies from the Buf CLI v2 module cache.

Initial beta release.

Update to support IntelliJ Platform 221.*

Update to support IntelliJ Platform 222.*