v0.6.0-preview3
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:
- Expressions in vars will not wrap environment variables in the expected ${e:VAR}
- vars in logs and provides will not have the prepended _v. before the var name.
Bugs:
- 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