github bufbuild/buf v0.17.0

latest releases: v1.32.0, v1.32.0-beta.1, v1.31.0...
pre-release3 years ago
  • Add git ref support to allow specifying arbitrary git references as inputs (#48). This allows you to do i.e. buf check lint --input https://github.com/bufbuild/buf.git#ref=fa74aa9c4161304dfa83db4abc4a0effe886d253.
  • Add depth input option when specifying git inputs with ref. This allows the user to configure the depth at which to clone the repository when looking for the ref. If specifying a ref, this defaults to 50. Otherwise, this defaults to 1.
  • Remove requirement for git branch or tag in inputs. This allows you to do i.e. buf check lint --input https://github.com/bufbuild/buf.git and it will automatically choose the default branch as an input.

Don't miss a new buf release

NewReleases is sending notifications on new releases.