- Fix
buf formatdropping comments next to commas or semicolons in message literals. - Fix compilation failing to resolve symbols re-exported through
import publicwhen the
re-exporting file also reaches those symbols through a non-public import. - Fix LSP go to definition not resolving across files inside dependency and well-known-type
files, and release workspaces when their last open file closes to free resources. - Fix LSP finding only a subset of references to symbols declared in
dependencies, including well-known types. - Fix
buf formatnon-idempotent trailing comment formatting. - Update built-in Well-Known Types to Protobuf v35.1.
- Fix managed mode setting
java_multiple_fileson Edition 2024 files, which is not
allowed and causes code generation to fail.