v0.3.11
What's Changed
- perf: codec use batch alloc by @joway in #189
- fix: fix some bug for ref_tpl by @HeyJavaBean in #190
- optimize: add a new option to not generate processor and thrift client by @HeyJavaBean in #191
- optimize: optimize ensure panic by @HeyJavaBean in #193
- optimize: optimize trimmer with default method as the last service by @HeyJavaBean in #194
- optimize: add service extends lookup for descriptor by @HeyJavaBean in #196
- feat:(fieldmask) support black-list mode by @AsterDY in #192
- chore: update version.go by @HeyJavaBean in #197
Note: this version incorrectly removed necessary template component for Kitex's Thrift Streaming feature. If you rely on this feature, please use v0.3.10 or v0.3.12+.
Full Changelog: v0.3.10...v0.3.11