Skip to content

v0.6.0-preview4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Oct 21:15

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.
  • Adds skip body CLI argument - Skips Request and Response Body in Try Output (#170)

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