Releases: cloudwego/thrift-gen-validator
Releases · cloudwego/thrift-gen-validator
v0.2.6
What's Changed
- fix: fix recursive request param by @boringplay in #34
- Add
max_rune_size
andmin_rune_size
annotations to validate Chinese strings. by @wangliyue2009 in #35 - chore: update version to v0.2.6 by @HeyJavaBean in #36
New Contributors
- @boringplay made their first contribution in #34
- @wangliyue2009 made their first contribution in #35
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- chore: update thriftgo to solve pulblic struct config issue by @HeyJavaBean in #28
- fix: fix unknown nil ptr issue by checking ptr by @HeyJavaBean in #29
- feat: error exit by @FGYFFFF in #31
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- fix: fix loop list enum panic for nil ast by @HeyJavaBean in #23
- fix: fix ge val nil panic by @HeyJavaBean in #24
- feat: support validator as a thriftgo sdk plugin by @HeyJavaBean in #25
- optimize: update thriftgo version and optimize validator sdk related code by @HeyJavaBean in #26
- fix: fix root scope nil pointer by @HeyJavaBean in #27
Full Changelog: v0.2.3...v0.2.4
v0.2.2
chore: update version.go (#20)