File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33## [ Unreleased]
44
55- Port new formatter and fix bugs for in-line block comment spacing.
6+ - Fix handling for an empty rpc input/output.
67
78## [ v1.70.0] - 2026-05-25
89
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
1818 connectrpc.com/connect v1.20.0
1919 connectrpc.com/grpcreflect v1.3.0
2020 connectrpc.com/otelconnect v0.9.0
21- github.com/bufbuild/protocompile v0.14.2-0.20260522222248-64e6ad034132
21+ github.com/bufbuild/protocompile v0.14.2-0.20260605203730-cd7c3c124e10
2222 github.com/bufbuild/protoplugin v0.0.0-20260414125817-25d1d281b46b
2323 github.com/cli/browser v1.3.0
2424 github.com/gofrs/flock v0.13.0
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ github.com/brianvoe/gofakeit/v6 v6.28.0 h1:Xib46XXuQfmlLS2EXRuJpqcw8St6qSZz75OUo
4444github.com/brianvoe/gofakeit/v6 v6.28.0 /go.mod h1:Xj58BMSnFqcn/fAQeSK+/PLtC5kSb7FJIq4JyGa8vEs =
4545github.com/bufbuild/protocompile v0.14.2-0.20260522222248-64e6ad034132 h1:f4T4k/41jHHhp2Otl6ZShDedr4wF9b+NdqIfLezx4R4 =
4646github.com/bufbuild/protocompile v0.14.2-0.20260522222248-64e6ad034132 /go.mod h1:jPUiZUFWc8E3Kc2Y4SRlGAdjde4amGkHY0BUACNS43E =
47+ github.com/bufbuild/protocompile v0.14.2-0.20260605203730-cd7c3c124e10 h1:N0ZOKMwHpKsFhMGSxnB6JiVkM7SbH8IAKlGGO0SpQBA =
48+ github.com/bufbuild/protocompile v0.14.2-0.20260605203730-cd7c3c124e10 /go.mod h1:jPUiZUFWc8E3Kc2Y4SRlGAdjde4amGkHY0BUACNS43E =
4749github.com/bufbuild/protoplugin v0.0.0-20260414125817-25d1d281b46b h1:b7wvo9ZhjLzCp7tGbOUMvgtYTnd33zGSAmMxcdxMnhQ =
4850github.com/bufbuild/protoplugin v0.0.0-20260414125817-25d1d281b46b /go.mod h1:c5D8gWRIZ2HLWO3gXYTtUfw/hbJyD8xikv2ooPxnklQ =
4951github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
You can’t perform that action at this time.
0 commit comments