housekeeping: Update module github.com/bufbuild/buf to v1 #2037
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.56.0
->v1.0.0
Release Notes
bufbuild/buf
v1.0.0
Compare Source
buf registry login
.buf mod open
that opens a module's homepage in a browser.buf completion
command to generate auto-completion scripts in commonly used shells.--disable-symlinks
flag to thebreaking, build, export, generate, lint, ls-files, push
commands. By default, the CLI will follow symlinks except on Windows, and this disables following
symlinks.
--include-wkt
flag tobuf generate
. When this flag is specified alongside--include-imports
, this will result in the Well-Known Typesbeing generated as well. Most language runtimes have the Well-Known Types included as part
of the core library, making generating the Well-Known Types separately undesirable.
buf protoc
. This was a pre-v1.0 demonstration to show thatbuf
compilationproduces equivalent results to mainline
protoc
, howeverbuf
is working on buildinga better Protobuf future that provides easier mechanics than our former
protoc
-basedworld.
buf protoc
itself added no benefit over mainlineprotoc
beyond being considerablyfaster and allowing parallel compilation. If
protoc
is required, move back to mainlineprotoc
until you can upgrade to
buf
. See #915 for moredetails.
buf registry login
to properly check the user provided token without the token being overriden by the CLI interceptor.
buf config init
command in favor ofbuf mod init
.buf config ls-breaking-rules
command in favor ofbuf mod ls-breaking-rules
.buf config ls-lint-rules
command in favor ofbuf mod ls-lint-rules
.buf config migrate-v1beta1
command in favor ofbuf beta migrate-v1beta1
.buf beta decode
command to decode message with provided image source and message type.--config
flag for workspaces.v1beta1
tov1
.Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.