Releases: kitex-contrib/kitexcall
Releases · kitex-contrib/kitexcall
v0.1.2
- Add -q option to support pure json output.
- Add -include-path option to support include path search for IDL.
- fix: Update generic_client.go, resolve the issue where the kitexcall -f /path/to/file.json command is not working. (#16)
- add IncludePath param for PB IDL type
What's Changed
- feat:add kitexcall version by @SHENCaesar in #11
- feat: add quiet flag by @rfyiamcool in #13
- feat: add include path for idl by @Zzhiter in #14
- chore: update kitex to v0.11.2 by @Zzhiter in #15
- chore: update CI to use github runner by @GuangmingLuo in #17
- fix: Update generic_client.go, resolve the issue where the kitexcall -f /path/to/file.json command is not working. by @xuanskyer in #16
- fix: Update generic_client.go: resolve the -include-path parameter does not support the PB IDL type. by @xuanskyer in #19
New Contributors
- @SHENCaesar made their first contribution in #11
- @rfyiamcool made their first contribution in #13
- @GuangmingLuo made their first contribution in #17
- @xuanskyer made their first contribution in #16
Full Changelog: v0.1.1...v0.1.2