v0.111.0
Changelog
v0.111.0 - 2022-11-06
Adds two options in hope to resolve #340.
--disable-template-functions
Disable execution of template functions within call data and metadata. This can be useful for some performance improvements. Note that if template functions are used within data with this option set to true
, it will result in an error. If --disable-template-data
is set to true
this is automatically also set to true
.
--disable-template-data
Disable execution of templates within call data and metadata. This can be useful for some performance improvements. This automatically also sets disable-template-functions
to true
.
Build
- ab7fa04 update go version and golangci-lint version
Enhancements
- 5021ba3 wip on no template funcs
Commits
- 6ecfa71 Merge pull request #376 from bojand/no_template
- 22d03de update docs for new template options
- ec50830 add disable-template-data option
- ab7fa04 update go version and golangci-lint version
- 12e5873 add disable-template-funcs option
- 5021ba3 wip on no template funcs
- 5b87c14 Refresh certificates
- 5c0208d Refresh certificates