Skip to content

Releases: FamilySearch/pewpew

v0.5.13-preview2

26 Oct 20:40
6d6b252
Compare
Choose a tag to compare
v0.5.13-preview2 Pre-release
Pre-release

Changes:

  • use IsTerminal trait (Rust 1.70.0), removing (direct) dependency on atty crate. (#130)
  • Added example yaml files under /examples
  • Adds skip body CLI argument - Skips Request and Response Body in Try Output (#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)

v0.6.0-preview3

27 Sep 15:13
de04df8
Compare
Choose a tag to compare
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

v0.6.0-preview2

01 Sep 22:03
e8bdc90
Compare
Choose a tag to compare
v0.6.0-preview2 Pre-release
Pre-release
Changes:
- Major changes: Javascript scripting!

Bugs:
- Collect returns an array of strings regardless of input type
- auto-converter removes code templates. Leave in and TODO
- global loggers may not be running in try script

Bug fixes:
- Updated config-wasm to parse legacy and scripting yaml files

v0.5.13-preview1

01 Sep 21:33
805938c
Compare
Choose a tag to compare
v0.5.13-preview1 Pre-release
Pre-release

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)

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)

v0.6.0-preview1

15 Aug 19:37
Compare
Choose a tag to compare
v0.6.0-preview1 Pre-release
Pre-release
Initial release of scripting

- Major changes require new yaml
- New binary pewpew-config-updater which will attempt to update yaml to the new format
- See new changes under /guide
- config-wasm now supports v1 (0.5.x) and v2 (0.6.x) of the config

v0.5.12-preview4

26 Apr 16:34
4ab1357
Compare
Choose a tag to compare
v0.5.12-preview4 Pre-release
Pre-release

Fixed the HDR Histogram build for webpack

v0.5.12

25 Apr 14:59
9ca9060
Compare
Choose a tag to compare
Changes:
- Try Run: Clap no longer allows multiple occurences, it only allows multiple passed on one occurence. See [Simplify the takes_value API (range-based takes_values)](https://github.com/clap-rs/clap/issues/2688) and [Clap CHANGELOG](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md#400---2022-09-28). This does introduce a bug that if you specify the config file immediately after --include(s) it will think it's part of the --include. The user must either pass another option after -i or put the config file before the -i
- Removed the old Svelte Results Viewer

Bug fixes:
- Updated dependencies

v0.5.12-preview3

21 Apr 17:47
8832287
Compare
Choose a tag to compare
v0.5.12-preview3 Pre-release
Pre-release
Updated Dependencies

v0.5.12-preview2

28 Mar 14:15
161c05b
Compare
Choose a tag to compare
v0.5.12-preview2 Pre-release
Pre-release
- Updated Cargo dependencies for OpenSSL Vulnerability
- Fixed clippy warnings
- Added MacOS11 Github tests
- Updated ResultsViewer dependencies
- Removed the old Svelte Results Viewer

Mac M1 Compatible Arm edition

08 Feb 23:27
d965a8d
Compare
Choose a tag to compare
Pre-release

aarch64-apple-darwin | ARM64 macOS (11.0+, Big Sur+)