Skip to content

Releases: httprunner/funplugin

v0.5.5

21 Aug 08:36
Compare
Choose a tag to compare
  • feat: add heartbeat to keep the plugin alive
  • fix: set wrong env path in windows

v0.5.4

18 Jan 15:32
Compare
Choose a tag to compare
  • feat: add RunShell function to execute shell string commands and capture synchronous output
  • change: replace RunCommand with synchronous output
  • fix: check python package in windows
  • fix: prevent port conflicts when generating random ports

v0.5.3

20 Aug 13:47
Compare
Choose a tag to compare
  • feat: replace exec with myexec, add several exec helpers
  • feat: create python3 venv with funppy if python3 not specified
  • fix: create log file directory if not exists in InitLogger

v0.5.2

10 Aug 14:17
Compare
Choose a tag to compare
  • 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

v0.5.0

13 Jun 13:27
Compare
Choose a tag to compare
refactor: python3 must be specified for python path