feat: support switch hashicorp plugin with environment HRP_PLUGIN_TYPE

This commit is contained in:
debugtalk
2022-03-04 20:34:24 +08:00
parent c27224a452
commit ea89a0b6a9
8 changed files with 73 additions and 21 deletions

View File

@@ -2,7 +2,7 @@
## v0.7.0 (2022-03-04)
- refactor: replace hashicorp plugin from net/rpc to gPRC mode
- feat: both support gPRC(default) and net/rpc mode in hashicorp plugin, switch with environment `HRP_PLUGIN_TYPE`
- refactor: replace builtin json library with json-iterator/go to improve performance
## v0.6.3 (2022-03-04)