Skip to content

Releases: devkanro/intellij-protobuf-plugin

v2.0.1

04 Jul 08:27
Compare
Choose a tag to compare
[Unreleased]: https://github.com/devkanro/intellij-protobuf-plugin/compare/v1.7.50...HEAD

v2.0.0

12 Jun 07:03
4d6bd78
Compare
Choose a tag to compare
[Unreleased]: https://github.com/devkanro/intellij-protobuf-plugin/compare/v1.7.50...HEAD

v1.7.60

15 Apr 03:17
2362494
Compare
Choose a tag to compare
: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

25 Dec 10:27
1258e2e
Compare
Choose a tag to compare
  • Remove support for buf

v1.7.40

19 Dec 07:35
Compare
Choose a tag to compare
  • Support generate http transcoding requests

v1.7.30

08 Dec 02:25
50fca1a
Compare
Choose a tag to compare

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

13 Nov 08:50
Compare
Choose a tag to compare

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

28 Aug 04:46
Compare
Choose a tag to compare
:sparkles: Fix grpc request

v1.7.14

03 Aug 02:55
Compare
Choose a tag to compare
:bento: Add dark style for protobuf file icon

v1.7.13

02 Aug 03:30
Compare
Choose a tag to compare
:arrow_up: Upgrade setup java to v3 and disable cache