We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ee3a5 commit 073e996Copy full SHA for 073e996
1 file changed
docs/CHANGELOG.md
@@ -0,0 +1,11 @@
1
+# Release History
2
+
3
+## v0.5.2 (2023-08-10)
4
5
+- feat: add Init option `WithDebugLogger(debug bool)` to configure whether to print debug level logs in plugin process
6
+- feat: add Init option `WithLogFile(logFile string)` to specify log file path
7
+- feat: add Init option `WithDisableTime(disable bool)` to configure whether disable log time
8
+- refactor: merge shared utils `CallFunc` to fungo package
9
+- refactor: replace zerolog with hclog
10
+- refactor: optimize log printing for plugin
11
+- fix: ensure using grpc for hashicorp python plugin
0 commit comments