Releases: Shopify/function-runner
Releases · Shopify/function-runner
v3.2.3
v3.2.2
What's Changed
- Remove debug symbol transformation since it's unreliable by @jeffcharles in #62
v3.2.1
What's Changed
- bugfix for release workflow
v3.2.0
v3.1.0
What's Changed
- chore: bump version in the readme by @hainsdominic in #31
- Update README to include releases link by @andrewhassan in #16
- fix: memory usage in json by @hainsdominic in #35
- Enable step debugging functions on x86 architectures by @jeffcharles in #33
- feat: changed the position of metrics calculations by @hainsdominic in #38
- feat: structured error logging / propagation by @hainsdominic in #32
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- Benchmark execution time & display benchmark results by @hainsdominic in #13
- refactor: move engine function outside of the main by @hainsdominic in #15
- Implement memory usage logging by @hainsdominic in #17
- Wasm binary size logging by @hainsdominic in #19
- JSON output using the --json flag by @hainsdominic in #20
- Integrate deterministic-wasi-ctx crate by @jeffcharles in #21
- Updated readme with the new command by @hainsdominic in #22
- Logs the wasm file name by @hainsdominic in #23
- fix: changed scripts to functions for docs/args by @hainsdominic in #27
- fix: typo while renaming scripts to function by @hainsdominic in #28
- fix: flag typo naming by @hainsdominic in #29
- chore: version bump by @hainsdominic in #30
Full Changelog: v0.2.0...v3.0.0
v0.2.0
- Drop support for msgpack encoded input/output
- Print script logs outputted to stderr
v0.1.0
Merge pull request #4 from Shopify/ah.add-binary-release Add binary release