v0.6.0-preview5
Pre-release
Pre-release
Changes:
- Major changes: Javascript scripting!
- Updated config-wasm to parse legacy and scripting yaml files
- New binary pewpew-config-updater will attempt to convert legacy config yamls to the new version. If it can't convert the code it will leave in PLACEHOLDERS and TODO
- Known issues in the config-updater:
- Expressions in vars will not wrap environment variables in the expected
- vars in and will not have the prepended before the var name.
Bugs Fixes:
- Collect returns an array of strings regardless of input type. Workaround, use scripting to
.map(parseInt)
. - Declare expressions that create strings will escape out any json/quotes. No workaround currently.
- Vars cannot be decimal point values. Ex
peakLoad: 0.87
. Workaround:peakLoad: ${x:0.87}
- global loggers may not be running in try script