Releases: bufbuild/protoc-gen-validate
Releases · bufbuild/protoc-gen-validate
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
v0.4.0
v0.3.0-java
v0.2.0-java
Fixed:
- Correctly handle messages with multiple consecutive uppercase characters #204
ReflectiveValidatorIndex
correctly handlesjava_multiple_files=true
#208- Correctly handle messages with underscores when ``java_multiple_files=true` #233
Added:
- Can now provide fallback validator implementations for when reflection doesn't find a validator #230