Skip to content

Releases: FamilySearch/pewpew

v0.6.1-preview2

v0.5.14-preview2

13 Aug 16:03
031c07d
Compare
Choose a tag to compare
v0.5.14-preview2 Pre-release
Pre-release

v0.6.1-preview1

02 Aug 15:28
Compare
Choose a tag to compare

v0.5.14-preview1

02 Aug 15:18
376feed
Compare
Choose a tag to compare
v0.5.14-preview1 Pre-release
Pre-release

test-server-v0.3.1

03 Jan 21:34
dd8a0f1
Compare
Choose a tag to compare
Added Macos aarch64 build

v0.6.0

07 Nov 16:37
Compare
Choose a tag to compare

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 ${e:VAR}
    • vars in logs and provides will not have the prepended _v. before the var name.

v0.5.13

07 Nov 14:33
6b28f55
Compare
Choose a tag to compare

Changes:

  • use IsTerminal trait (Rust 1.70.0), removing (direct) dependency on atty crate. (#130)
  • Added example yaml files under /examples
  • Adds skipBody CLI argument - Skips Request and Response Body in Try Output (#140) (#169)

Bug fixes:

  • Updated dependencies and fixed deprecations (#143)
  • Fixed the HDR Histogram build for webpack (#119)
  • Use clap derive, fixing behavior of --include flag. (#121)
  • Fix yaml loggers (#129)
  • Fix try script hang broken in 0.5.8 (#177)

v0.6.0-preview6

02 Nov 21:43
Compare
Choose a tag to compare
v0.6.0-preview6 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.
  • Added Mac M1 Aarch64 builds and renamed all files to be consistent

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: '
  • global loggers may not be running in try script

v0.6.0-preview5

31 Oct 20:14
Compare
Choose a tag to compare
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

v0.6.0-preview4

26 Oct 21:15
Compare
Choose a tag to compare
v0.6.0-preview4 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.
  • 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