8000 Tags · FamilySearch/pewpew · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: FamilySearch/pewpew

Tags

guide-latest

Toggle guide-latest's commit message
guide-latest

- #308

v0.5.14-preview3

Toggle v0.5.14-preview3's commit message
v0.5.14-preview3

Updated dependencies and dropped support for Node 18 in wasms

v0.6.1-preview2

Toggle v0.6.1-preview2's commit message
v0.6.1-preview2

- [Bump openssl from 0.10.57 to 0.10.60](#181)
- [Bump zerocopy from 0.7.15 to 0.7.31](#185)
- [Bump h2 from 0.3.21 to 0.3.24](#193)
- [Bump mio from 0.8.10 to 0.8.11](#200)
- [Bump h2 from 0.3.24 to 0.3.26](#216)
- [Update Rust dependencies scripting 2024-06-03](#229)
  - [Update Rust Dependencies 2024-05-29](#226)
  - Resolved a circular dependency in ahash pulled in by using the feature serde-serialize in wasm-bindgen.
  - Replaced the no longer maintained yaml-rust with the fork yaml-rust2
- [Bump openssl from 0.10.64 to 0.10.66](#238)
- [Update rust dependencies scripting 2024-08-01 hyper/http](#242)
  - [Updated Rust hyper and http](#237)
- [Fix response status and headers](#245)

v0.5.14-preview2

Toggle v0.5.14-preview2's commit message
v0.5.14-preview2

- [Bump openssl from 0.10.57 to 0.10.60](#181)
- [Bump zerocopy from 0.7.15 to 0.7.31](#185)
- [Bump h2 from 0.3.21 to 0.3.24](#193)
- [Bump mio from 0.8.10 to 0.8.11](#200)
- [Bump h2 from 0.3.24 to 0.3.26](#216)
- [Update Rust Dependencies 2024-05-29](#226)
  - Resolved a circular dependency in ahash pulled in by using the feature serde-serialize in wasm-bindgen.
  - Replaced the no longer maintained yaml-rust with the fork yaml-rust2
- [Bump openssl from 0.10.64 to 0.10.66](#238)
- [Updated Rust hyper and http](#237)
- [Fix response status and headers](#245)

v0.6.1-preview1

Toggle v0.6.1-preview1's commit message
v0.6.1-preview1

- [Bump openssl from 0.10.57 to 0.10.60](#181)
- [Bump zerocopy from 0.7.15 to 0.7.31](#185)
- [Bump h2 from 0.3.21 to 0.3.24](#193)
- [Bump mio from 0.8.10 to 0.8.11](#200)
- [Bump h2 from 0.3.24 to 0.3.26](#216)
- [Update Rust dependencies scripting 2024-06-03](#229)
  - [Update Rust Dependencies 2024-05-29](#226)
  - Resolved a circular dependency in ahash pulled in by using the feature serde-serialize in wasm-bindgen.
  - Replaced the no longer maintained yaml-rust with the fork yaml-rust2
- [Bump openssl from 0.10.64 to 0.10.66](#238)
- [Update rust dependencies scripting 2024-08-01 hyper/http](#242)
  - [Updated Rust hyper and http](#237)

v0.5.14-preview1

Toggle v0.5.14-preview1's commit message
v0.5.14-preview1

- [Bump openssl from 0.10.57 to 0.10.60](#181)
- [Bump zerocopy from 0.7.15 to 0.7.31](#185)
- [Bump h2 from 0.3.21 to 0.3.24](#193)
- [Bump mio from 0.8.10 to 0.8.11](#200)
- [Bump h2 from 0.3.24 to 0.3.26](#216)
- [Update Rust Dependencies 2024-05-29](#226)
  - Resolved a circular dependency in ahash pulled in by using the feature serde-serialize in wasm-bindgen.
  - Replaced the no longer maintained yaml-rust with the fork yaml-rust2
- [Bump openssl from 0.10.64 to 0.10.66](#238)
- [Updated Rust hyper and http](#237)

test-server-v0.3.1

Toggle test-server-v0.3.1's commit message
test-server-v0.3.1

Added Macos aarch64 build

v0.6.0

Toggle v0.6.0's commit message
v0.6.0

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 'logs' and 'provides' will not have the prepended '_v.' before the var name.

v0.5.13

Toggle v0.5.13's commit message
v0.5.13

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

Toggle v0.6.0-preview6's commit message
v0.6.0-preview6

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