Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog entries for recent buf format changes #3070

Merged
merged 1 commit into from
Jun 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
- Change the behavior of `buf beta commit list <buf.build/owner/repository>` when the
reference is empty. It now lists commits in the repository instead of listing commits
of the default label.
- Update output of `buf format` to canonicalize the punctuation used in message literals
in option values. The output now always uses `{` and `}` instead of `<` and `>`; it
adds `:` separators between field names and message values if the source omitted them,
and it removes unnecessary separators between fields (`,` and `;` are allowed, but
neither is needed).
- Update `buf format -w` so that it does not touch files whose contents don't actually
change. This eliminates noisy notifications to file-system-watcher tools that are
watching the directory that contains proto sources.

## [v1.32.2] - 2024-05-28

Expand Down