Releases: FamilySearch/pewpew
Releases · FamilySearch/pewpew
v0.6.1-preview2
- Bump openssl from 0.10.57 to 0.10.60
- Bump zerocopy from 0.7.15 to 0.7.31
- Bump h2 from 0.3.21 to 0.3.24
- Bump mio from 0.8.10 to 0.8.11
- Bump h2 from 0.3.24 to 0.3.26
- Update Rust dependencies scripting 2024-06-03
- Update Rust Dependencies 2024-05-29
- 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
- Update rust dependencies scripting 2024-08-01 hyper/http
- Fix response status and headers
v0.5.14-preview2
- Bump openssl from 0.10.57 to 0.10.60
- Bump zerocopy from 0.7.15 to 0.7.31
- Bump h2 from 0.3.21 to 0.3.24
- Bump mio from 0.8.10 to 0.8.11
- Bump h2 from 0.3.24 to 0.3.26
- Update Rust Dependencies 2024-05-29
- 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
- Updated Rust hyper and http
- Fix response status and headers
v0.6.1-preview1
- Bump openssl from 0.10.57 to 0.10.60
- Bump zerocopy from 0.7.15 to 0.7.31
- Bump h2 from 0.3.21 to 0.3.24
- Bump mio from 0.8.10 to 0.8.11
- Bump h2 from 0.3.24 to 0.3.26
- Update Rust dependencies scripting 2024-06-03
- Update Rust Dependencies 2024-05-29
- 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
- Update rust dependencies scripting 2024-08-01 hyper/http
v0.5.14-preview1
- Bump openssl from 0.10.57 to 0.10.60
- Bump zerocopy from 0.7.15 to 0.7.31
- Bump h2 from 0.3.21 to 0.3.24
- Bump mio from 0.8.10 to 0.8.11
- Bump h2 from 0.3.24 to 0.3.26
- Update Rust Dependencies 2024-05-29
- 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
- Updated Rust hyper and http
test-server-v0.3.1
Added Macos aarch64 build
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
${e:VAR}
- vars in
logs
andprovides
will not have the prepended_v.
before the var name.
v0.5.13
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.
- 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
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
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
andprovides
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