mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
change: upgrade funplugin to v0.4.0
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# Release History
|
||||
|
||||
## v0.8.0 (2022-03-18)
|
||||
## v0.8.0 (2022-03-21)
|
||||
|
||||
- feat: create scaffold with python plugin
|
||||
- feat: support hashicorp python plugin over gRPC
|
||||
- feat: create scaffold with plugin option, `--py`(default), `--go`, `--ignore-plugin`
|
||||
- feat: print statistics summary after load testing finished
|
||||
- fix: update prometheus state to stopped on quit
|
||||
|
||||
@@ -16,7 +17,7 @@
|
||||
|
||||
## v0.6.4 (2022-03-10)
|
||||
|
||||
- feat: both support gPRC(default) and net/rpc mode in hashicorp plugin, switch with environment `HRP_PLUGIN_TYPE`
|
||||
- feat: both support gRPC(default) and net/rpc mode in hashicorp plugin, switch with environment `HRP_PLUGIN_TYPE`
|
||||
- refactor: move submodule `plugin` to separate repo `github.com/httprunner/funplugin`
|
||||
- refactor: replace builtin json library with `json-iterator/go` to improve performance
|
||||
|
||||
|
||||
@@ -33,4 +33,4 @@ Copyright 2021 debugtalk
|
||||
* [hrp run](hrp_run.md) - run API test
|
||||
* [hrp startproject](hrp_startproject.md) - create a scaffold project
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Mar-2022
|
||||
###### Auto generated by spf13/cobra on 21-Mar-2022
|
||||
|
||||
@@ -41,4 +41,4 @@ hrp boom [flags]
|
||||
|
||||
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Mar-2022
|
||||
###### Auto generated by spf13/cobra on 21-Mar-2022
|
||||
|
||||
@@ -23,4 +23,4 @@ hrp har2case $har_path... [flags]
|
||||
|
||||
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Mar-2022
|
||||
###### Auto generated by spf13/cobra on 21-Mar-2022
|
||||
|
||||
@@ -34,4 +34,4 @@ hrp run $path... [flags]
|
||||
|
||||
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Mar-2022
|
||||
###### Auto generated by spf13/cobra on 21-Mar-2022
|
||||
|
||||
@@ -9,11 +9,14 @@ hrp startproject $project_name [flags]
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for startproject
|
||||
--go generate hashicorp go plugin
|
||||
-h, --help help for startproject
|
||||
--ignore-plugin ignore function plugin
|
||||
--py generate hashicorp python plugin (default true)
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Mar-2022
|
||||
###### Auto generated by spf13/cobra on 21-Mar-2022
|
||||
|
||||
Reference in New Issue
Block a user