Skip to content

v1.73.0

Latest

Choose a tag to compare

@buf-release-bot buf-release-bot released this 11 Sep 13:27
· 1 commit to main since this release
8b7368b
  • Fix buf format dropping comments next to commas or semicolons in message literals.
  • Fix compilation failing to resolve symbols re-exported through import public when 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 format non-idempotent trailing comment formatting.
  • Update built-in Well-Known Types to Protobuf v35.1.
  • Fix managed mode setting java_multiple_files on Edition 2024 files, which is not
    allowed and causes code generation to fail.