Releases: bufbuild/protoc-gen-validate
Releases · bufbuild/protoc-gen-validate
v0.6.4
What's Changed
- Remove deprecated host_javabase by @Reflejo in #566
- introduce a NOP template for cc by @Reflejo in #533
- Various small fixes by @mattklein123 in #573
New Contributors
Full Changelog: v0.6.3...v0.6.4
v0.6.3: Feature/add optional support (#537)
* pgs: support proto3 presence & bump go.mod (#431) Signed-off-by: Sarthak Gupta <[email protected]> * bump lyft/protoc-gen-start to v0.6.0 Signed-off-by: Mitchell Bundy <[email protected]> * bump protoc-gen-star to 0.6.0 in bazel dependencies Signed-off-by: Mitchell Bundy <[email protected]> * add 'optional.proto' file to test harness Signed-off-by: Mitchell Bundy <[email protected]> * add supported feature optional to go init Signed-off-by: Mitchell Bundy <[email protected]> * add types/pluginpb to list of deps in BUILD Signed-off-by: Mitchell Bundy <[email protected]> * bump protobuf in bazel deps to match go.mod version, add deps to BUILD Signed-off-by: Mitchell Bundy <[email protected]> * bump com_google_protobuf to v3.15.3, matches go-protobuf v1.27 dependency Signed-off-by: Mitchell Bundy <[email protected]> * update optional test to include optional int64 field within message Signed-off-by: Mitchell Bundy <[email protected]> * add some test cases to try out Signed-off-by: Mitchell Bundy <[email protected]> * remove optionalCases from cases Signed-off-by: Mitchell Bundy <[email protected]> Co-authored-by: Sarthak Gupta <[email protected]> Co-authored-by: Ryan Michela <[email protected]>
v0.6.2
What's Changed
- Bump python version number by @emoreth in #501
- Move X macro list for C++ harness closer to #includes by @akonradi in #506
- Allow to detect wellknown types in nested messages by @becoded in #505
- Bump dependencies by @becoded in #507
- readme: use inclusive language by @gumpt in #512
- Make iteration order for Go maps consistent by @akonradi in #518
- Add missing WktNested to C++, Java, Python harnesses by @akonradi in #517
- undef conflicting symbols on Windows by @amincheloh in #509
- supporting using different maven repo by @hangsu-ma in #519
- Perform Go map key sorting inside a scope by @akonradi in #522
New Contributors
- @emoreth made their first contribution in #501
- @becoded made their first contribution in #505
- @gumpt made their first contribution in #512
- @amincheloh made their first contribution in #509
- @hangsu-ma made their first contribution in #519
Full Changelog: v0.6.1...v0.6.2
v0.6.1
v0.6.0
v0.5.1
v0.5.0
v0.4.1
Changes
- update golang/protobuf to v1.4.2
- update lyft/protoc-gen-star to v0.5.1
- update google/re2 to 2020-07-06
- fix hostname validation in python
- fix timestamp comparison for gt_now and within
- cache generated functions for python validation to improve perf for repeated messages