Skip to content

v0.5.2

Choose a tag to compare

@debugtalk debugtalk released this 10 Aug 14:17
· 33 commits to main since this release
  • 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