Releases: httprunner/funplugin
Releases · httprunner/funplugin
v0.5.5
v0.5.4
v0.5.3
v0.5.2
- feat: add Init option
WithDebugLogger(debug bool)
to configure whether to print debug level logs in plugin process - feat: add Init option
WithLogFile(logFile string)
to specify log file path - feat: add Init option
WithDisableTime(disable bool)
to configure whether disable log time - refactor: merge shared utils
CallFunc
to fungo package - refactor: replace zerolog with hclog
- refactor: optimize log printing for plugin
- fix: ensure using grpc for hashicorp python plugin