Commit 5b68a49
authored
Release
This release is compatible with the
[v0.14.0](https://github.com/bufbuild/protovalidate/releases/tag/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.
## New Contributors
* @jrinehart-buf made their first contribution in
#56
**Full Changelog**:
v0.5.0...v0.6.0
Signed-off-by: Sri Krishna <skrishna@buf.build>0.6.0 (#67)1 parent e959843 commit 5b68a49
File tree
4 files changed
+8
-8
lines changed- packages
- example
- protovalidate-testing
- protovalidate
4 files changed
+8
-8
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments