Skip to content

Bump buf.build/go/protovalidate from 0.14.0 to 1.0.1#126

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/buf.build/go/protovalidate-1.0.1
Closed

Bump buf.build/go/protovalidate from 0.14.0 to 1.0.1#126
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/buf.build/go/protovalidate-1.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps buf.build/go/protovalidate from 0.14.0 to 1.0.1.

Release notes

Sourced from buf.build/go/protovalidate's releases.

v1.0.1

What's Changed

Full Changelog: bufbuild/protovalidate-go@v1.0.0...v1.0.1

v1.0.0

Protovalidate is now v1.0

After two years of development, Protovalidate has reached v1.0, marking our commitment to stability and production readiness. Read more in our blog post. Get started at https://protovalidate.com.

What's Changed

There are no functional changes compared to the previous release.

Full Changelog: bufbuild/protovalidate-go@v0.14.0...v1.0.0

v1.0.0-rc.4

This release is compatible with the v0.14.0 release of Protovalidate.

Breaking changes

We want validation rules to be easy to understand for authors and consumers. To simplify Protovalidate, we are renaming an option and remove two others. This is a breaking change, and you will have to update your Protobuf files if they use the relevant options :

  • IGNORE_IF_UNPOPULATED is renamed to IGNORE_IF_ZERO_VALUE. See bufbuild/protovalidate#397 for details.
  • (buf.validate.message).disabled is removed. You can replace it by adding IGNORE_ALWAYS to every field of the message. See bufbuild/protovalidate#394 for details.
  • IGNORE_IF_DEFAULT_VALUE is removed. In most cases, you can replace it with IGNORE_IF_ZERO_VALUE. See bufbuild/protovalidate#396 for details.

Full Changelog: bufbuild/protovalidate-go@v1.0.0-rc.3...v1.0.0-rc.4

v1.0.0-rc.3

This release is compatible with the v0.13.3 release of Protovalidate.

... (truncated)

Commits
  • 15821df Benchmark and performance improvements (#289)
  • 2473f44 Bump the go group with 2 updates (#285)
  • bd1dfd4 Bump buf.build/go/hyperpb from 0.1.1 to 0.1.3 in the go group (#284)
  • b849617 Use opaque proto API (#283)
  • b1d5ad3 Bump buf.build/go/hyperpb from 0.1.0 to 0.1.1 in the go group (#281)
  • 927264e Update protovalidate (#280)
  • 4592148 Bump actions/setup-go from 5 to 6 in the github-actions group (#278)
  • 8e0759a Use hyperpb in conformance tests (#272)
  • 67949fb Bump actions/checkout from 4 to 5 in the github-actions group (#275)
  • 87c877b Revert to generate from CONFORMANCE_VERSION (#276)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 24, 2025
Bumps [buf.build/go/protovalidate](https://github.com/bufbuild/protovalidate-go) from 0.14.0 to 1.0.1.
- [Release notes](https://github.com/bufbuild/protovalidate-go/releases)
- [Commits](bufbuild/protovalidate-go@v0.14.0...v1.0.1)

---
updated-dependencies:
- dependency-name: buf.build/go/protovalidate
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added go Pull requests that update Go code dependencies Pull requests that update a dependency file labels Nov 24, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 15, 2025

Superseded by #131.

@dependabot dependabot bot closed this Dec 15, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/buf.build/go/protovalidate-1.0.1 branch December 15, 2025 05:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants