Releases: devkanro/intellij-protobuf-plugin
Releases · devkanro/intellij-protobuf-plugin
v2.0.1
v2.0.0
[Unreleased]: https://github.com/devkanro/intellij-protobuf-plugin/compare/v1.7.50...HEAD
v1.7.60
:arrow_up: Bump com.bybutter.sisyphus:sisyphus-jackson-protobuf (#230) Bumps [com.bybutter.sisyphus:sisyphus-jackson-protobuf](https://github.com/ButterCam/sisyphus) from 2.1.21 to 2.1.22. - [Release notes](https://github.com/ButterCam/sisyphus/releases) - [Changelog](https://github.com/ButterCam/sisyphus/blob/master/CHANGELOG.md) - [Commits](https://github.com/ButterCam/sisyphus/compare/2.1.21...2.1.22) --- updated-dependencies: - dependency-name: com.bybutter.sisyphus:sisyphus-jackson-protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1.7.50
- Remove support for buf
v1.7.40
- Support generate http transcoding requests
v1.7.30
What's Changed
- Changelog update -
v1.7.20
by @github-actions in #203 - ⬆️ Bump org.jetbrains.intellij from 1.13.3 to 1.16.0 by @dependabot in #206
- ⬆️ Bump org.jetbrains.grammarkit from 2022.3.1 to 2022.3.2 by @dependabot in #205
- ⬆️ Bump org.jetbrains.changelog from 2.0.0 to 2.2.0 by @dependabot in #204
- ⬆️ Bump org.jmailen.kotlinter from 4.0.1 to 4.1.0 by @dependabot in #207
- ⬆️ Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.15.3 to 2.16.0 by @dependabot in #208
- ⬆️ Bump org.jetbrains.kotlin.jvm from 1.9.20 to 1.9.21 by @dependabot in #209
- ⬆️ Bump com.bybutter.sisyphus:sisyphus-jackson-protobuf from 2.1.20 to 2.1.21 by @dependabot in #211
- ⬆️ Bump io.grpc:grpc-netty from 1.59.0 to 1.59.1 by @dependabot in #212
- ⬆️ Bump com.bybutter.sisyphus:sisyphus-grpc from 2.1.20 to 2.1.21 by @dependabot in #210
- ⬆️ Bump org.jetbrains.intellij from 1.16.0 to 1.16.1 by @dependabot in #213
- ⬆️ Bump io.grpc:grpc-netty from 1.59.1 to 1.60.0 by @dependabot in #215
Full Changelog: v1.7.20...v1.7.30
v1.7.20
Added
- Line markers to navigate from stub to the corresponding gRPC service/method
- Find gRPC method calls through coroutine-based stubs
Fixed
- Fix crash when execute gRPC requests
v1.7.15
:sparkles: Fix grpc request
v1.7.14
:bento: Add dark style for protobuf file icon
v1.7.13
:arrow_up: Upgrade setup java to v3 and disable cache