Skip to content

Releases: FamilySearch/pewpew

v0.5.12-preview1

30 Jan 20:52
2fe329d
Compare
Choose a tag to compare
v0.5.12-preview1 Pre-release
Pre-release
- 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

03 Oct 14:02
b0dd534
Compare
Choose a tag to compare
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

15 Sep 15:07
d200bfa
Compare
Choose a tag to compare
v0.5.11-preview4 Pre-release
Pre-release
- 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

09 Sep 18:25
af9568a
Compare
Choose a tag to compare
v0.5.11-preview3 Pre-release
Pre-release
- Fixed an issue with out directories and stats file params
- Added tests for the command line parser

v0.5.11-preview2

07 Sep 19:21
0f607e9
Compare
Choose a tag to compare
v0.5.11-preview2 Pre-release
Pre-release
- Updated dependencies Cargo and npm
- Fixed tests that are failing in Rust 1.63
- Fixed clippy and format warnings

v0.5.11-preview1

17 May 13:09
Compare
Choose a tag to compare
v0.5.11-preview1 Pre-release
Pre-release
- 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

17 May 20:11
3ccbae0
Compare
Choose a tag to compare
test-server-v0.3.0 Pre-release
Pre-release
- Added logging and arm builds

v0.5.10

26 Apr 13:55
bba561e
Compare
Choose a tag to compare

Changes:

  • Added logging to the binaries. All binaries now support turning on logging via the RUST_LOG environment variable. The default value is error. Other available options are warn, info, debug, trace, and off.
  • Changed the log_provider_stats to be a boolean (default on)
  • Changed the default try script output to log headers_all rather than headers. 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() and parseFloat() which will attempt to convert a string to an integer or float (respectively). Returns null if unable to convert.

Bug fixes:

  • Upgrade percent-encoding, clap, and other dependencies

v0.5.10-preview4

15 Apr 20:23
Compare
Choose a tag to compare
v0.5.10-preview4 Pre-release
Pre-release
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

30 Mar 18:54
461d162
Compare
Choose a tag to compare
v0.5.10-preview3 Pre-release
Pre-release
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