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

Bump github.com/bufbuild/protovalidate-go from 0.2.1 to 0.3.2 #642

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2023

Bumps github.com/bufbuild/protovalidate-go from 0.2.1 to 0.3.2.

Release notes

Sourced from github.com/bufbuild/protovalidate-go's releases.

v0.3.2

What's Changed

New Contributors

Full Changelog: bufbuild/protovalidate-go@v0.3.1...v0.3.2

v0.3.1

What's Changed

Full Changelog: bufbuild/protovalidate-go@v0.3.0...v0.3.1

v0.3.0

Breaking Change: Refactoring of Schema-Level Constraint Enforcement

Summary:

In the recent changes to buf/validate/validate.proto, we've refactored message definitions, targeting the organization and enforcement of rules within number-centric messages like FloatRules, DoubleRules, Int32Rules, and others.

Specific Changes:

Fields such as gt, gte, lt, and lte have been structured within a oneof to ensure exclusivity: - Fields associated with lt and lte now reside within the less_than oneof. - Fields linked to gt and gte have transitioned to the greater_than oneof.

Additionally, timestamp and duration fields related to lt_now and gt_now have been assimilated into their respective less_than and greater_than oneof categories.

Action Required:

To ensure seamless compatibility and functionality, users must update their protobuf dependencies and package concurrently with this release. If your protos were designed with mutually exclusive rules initially, the impact of this change should be minimal.

Rationale:

The restructure aims to make the rule application process more intuitive, thereby eliminating ambiguities and overlaps present in the earlier configuration. This approach ensures that rules are naturally exclusive, reinforcing better design practices.

What's Changed

... (truncated)

Commits
  • 5b864a1 Conformance: support for multiple uniques (#49)
  • 95274eb Cleanup: replace deprecated OptCheckStringFormat (#48)
  • 1f1f50b Bump actions/checkout from 3 to 4 (#46)
  • 33692a1 Bypass deprecation lint warning (#45)
  • c50cc86 Bump buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go from 1.31.0-2...
  • 0915ec1 Bump github.com/google/cel-go from 0.17.6 to 0.18.0 (#42)
  • 66f2853 Bump github.com/google/cel-go from 0.17.4 to 0.17.6 (#39)
  • f4d4a7e Build validator use copy-on-write cache (#31)
  • 2b7bc84 Upgrade to v0.4.2 (#38)
  • b7c1481 Update to protovalidate v0.4.0 (#36)
  • 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)

Bumps [github.com/bufbuild/protovalidate-go](https://github.com/bufbuild/protovalidate-go) from 0.2.1 to 0.3.2.
- [Release notes](https://github.com/bufbuild/protovalidate-go/releases)
- [Commits](bufbuild/protovalidate-go@v0.2.1...v0.3.2)

---
updated-dependencies:
- dependency-name: github.com/bufbuild/protovalidate-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 15, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 3, 2023

Superseded by #652.

@dependabot dependabot bot closed this Oct 3, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/bufbuild/protovalidate-go-0.3.2 branch October 3, 2023 15:21
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants