Releases: FamilySearch/pewpew
Releases · FamilySearch/pewpew
v0.5.12-preview1
- Fixed clippy warnings - Updated dependencies - Clap has changed such that --include no longer allows multipe instances. Instead you can only pass in multiple values. The config file cannot immediately follow --include. - Fixed multiple includes on try runs
v0.5.11
Changes: - Added armv7 (Raspberry Pi) and aarch64 (AWS Graviton) builds - Due to standard library changes to Durations, [conversions from float to Durations are now rounded rather than truncated](https://github.com/rust-lang/rust/pull/96051) Bug fixes: - Updated dependencies
v0.5.11-preview4
- Updated Cargo versions - Updated the PR flows to test both Node 16.x and 18.x - Updated dependencies for the results viewer - Updated node version and lock files to Node 16 - Updated actions/setup-node to v2 - Updated version and dependencies legacy result-viewer
v0.5.11-preview3
- Fixed an issue with out directories and stats file params - Added tests for the command line parser
v0.5.11-preview2
- Updated dependencies Cargo and npm - Fixed tests that are failing in Rust 1.63 - Fixed clippy and format warnings
v0.5.11-preview1
- Updated Docker to use Ubuntu 20.04 - Added aarch64 and arm7 builds to the release - Added a build step to the PR to also build all releases
test-server-v0.3.0
- Added logging and arm builds
v0.5.10
Changes:
- Added logging to the binaries. All binaries now support turning on logging via the
RUST_LOG
environment variable. The default value iserror
. Other available options arewarn
,info
,debug
,trace
, andoff
. - Changed the log_provider_stats to be a boolean (default on)
- Changed the default try script output to log
headers_all
rather thanheaders
. There were complaints about not seeing duplicate headers causing confusion over what was being sent. - Change try script output to go through stdout instead of stderr.
- Modified the Config WebAssembly (config-wasm) to also return file body paths from the
getInputFiles()
method. - Added a new
encode()
option.encode(value, 'non-alphanumeric')
will encode all characters that are not an ASCII letter or digit. - Added new expressions
parseInt()
andparseFloat()
which will attempt to convert a string to an integer or float (respectively). Returnsnull
if unable to convert.
Bug fixes:
- Upgrade percent-encoding, clap, and other dependencies
v0.5.10-preview4
Added new expressions parseInt() and parseFloat() which will attempt to convert a string to an integer or float (respectively). Returns null if unable to convert.
v0.5.10-preview3
https://github.com/FamilySearch/pewpew/pull/75 https://github.com/FamilySearch/pewpew/pull/76 https://github.com/FamilySearch/pewpew/pull/77 https://github.com/FamilySearch/pewpew/pull/78