File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55- Increase check plugin WASM memory limits to 1GiB.
66- Fix LSP stale diagnostics persisting after a file is closed or deleted.
7+ - Fix handling of unprefixed newlines in block comments.
78
89## [ v1.68.4] - 2026-04-22
910
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
1818 connectrpc.com/connect v1.19.2
1919 connectrpc.com/grpcreflect v1.3.0
2020 connectrpc.com/otelconnect v0.9.0
21- github.com/bufbuild/protocompile v0.14.2-0.20260423154348-9fa059913352
21+ github.com/bufbuild/protocompile v0.14.2-0.20260427235036-6b040a6b602b
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.20260423154348-9fa059913352 h1:hgomGeVjMnBVFI6ePsqnH13iMoNecfpGHyFLkkIeFDk =
4646github.com/bufbuild/protocompile v0.14.2-0.20260423154348-9fa059913352 /go.mod h1:DhgqsRznX/F0sGkUYtTQJRP+q8xMReQRQ3qr+n1opWU =
47+ github.com/bufbuild/protocompile v0.14.2-0.20260427235036-6b040a6b602b h1:cPYlWl0BN1bITspyWdVW5B1Z3e7WYWFeJIiIpOi3O6g =
48+ github.com/bufbuild/protocompile v0.14.2-0.20260427235036-6b040a6b602b /go.mod h1:DhgqsRznX/F0sGkUYtTQJRP+q8xMReQRQ3qr+n1opWU =
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