Releases: Shopify/function-runner
Releases · Shopify/function-runner
v9.2.0
What's Changed
- chore(deps): bump flate2 from 1.1.2 to 1.1.5 by @dependabot[bot] in #527
- chore(deps): bump clap from 4.5.42 to 4.5.53 by @dependabot[bot] in #535
- chore(deps): bump actions/checkout from 4.2.2 to 6.0.0 by @dependabot[bot] in #534
- chore(deps): bump anyhow from 1.0.98 to 1.0.100 by @dependabot[bot] in #512
- chore(deps): bump is-terminal from 0.4.16 to 0.4.17 by @dependabot[bot] in #525
- chore(deps): bump tokio from 1.42.0 to 1.44.2 by @dependabot[bot] in #454
- chore(deps): bump serde from 1.0.219 to 1.0.228 by @dependabot[bot] in #516
- chore(deps): bump reqwest from 0.12.23 to 0.12.24 by @dependabot[bot] in #524
- chore(deps): bump serde_json from 1.0.142 to 1.0.145 by @dependabot[bot] in #507
- chore(deps): bump assert_cmd from 2.0.17 to 2.1.1 by @dependabot[bot] in #530
- chore(deps): bump nanoserde from 0.1.37 to 0.2.1 by @dependabot[bot] in #449
- chore(deps): bump rust-embed from 8.7.2 to 8.9.0 by @dependabot[bot] in #532
- chore(deps): bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #536
- chore(deps): bump dtolnay/rust-toolchain from b3b07ba8b418998c39fb20f53e8b695cdcc8de1b to 0b1efabc08b657293548b77fb76cc02d26091c7e by @dependabot[bot] in #533
- chore(deps): bump actions/download-artifact from 4.3.0 to 6.0.0 by @dependabot[bot] in #529
- chore(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 by @dependabot[bot] in #528
- Rebuilt Rust test fixtures by @jeffcharles in #540
- Fix deprecated code by @jeffcharles in #537
- Update to Rust 1.91.1 by @jeffcharles in #538
- Have Dependabot ignore shopify_function_wasm_api updates by @jeffcharles in #539
- Update Wasmtime by @jeffcharles in #542
- chore(deps): bump reqwest from 0.12.24 to 0.12.25 by @dependabot[bot] in #541
- chore(deps): bump bytes from 1.11.0 to 1.11.1 by @dependabot[bot] in #563
- chore(deps): bump clap from 4.5.53 to 4.5.56 by @dependabot[bot] in #562
- chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #560
- chore(deps): bump flate2 from 1.1.5 to 1.1.8 by @dependabot[bot] in #559
- chore(deps): bump colored from 3.0.0 to 3.1.1 by @dependabot[bot] in #558
- chore(deps): bump rust-embed from 8.9.0 to 8.11.0 by @dependabot[bot] in #557
- chore(deps): bump assert_cmd from 2.1.1 to 2.1.2 by @dependabot[bot] in #556
- chore(deps): bump serde_json from 1.0.145 to 1.0.149 by @dependabot[bot] in #555
- chore(deps): bump rmp-serde from 1.3.0 to 1.3.1 by @dependabot[bot] in #550
- chore(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #544
- chore(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in #543
- chore(deps): bump reqwest from 0.12.25 to 0.13.1 by @dependabot[bot] in #552
- chore(deps): bump rmpv from 1.3.0 to 1.3.1 by @dependabot[bot] in #551
- group minor/patch dependabots by @jacobsteves in #564
- chore(deps): bump the minor-versions group with 3 updates by @dependabot[bot] in #565
- chore(deps): bump dtolnay/rust-toolchain from 0b1efabc08b657293548b77fb76cc02d26091c7e to f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 by @dependabot[bot] in #546
- No-op - Pinning github actions to commit SHAs by @kyli in #582
- Add shopify_functions_javy_plugin_v4 by @jeffcharles in #586
- v9.2.0 by @jeffcharles in #587
New Contributors
Full Changelog: v9.1.2...v9.2.0
v9.1.2
What's Changed
- Update shopify_functions_javy_v3 to include string.normalize by @jeffcharles in #520
- v9.1.2 by @jeffcharles in #521
Full Changelog: v9.1.1...v9.1.2
v9.1.1
What's Changed
- Add a build artifact for Windows on AArch64 by @jeffcharles in #515
- v9.1.1 by @jeffcharles in #517
- Fix typo in build workflow by @jeffcharles in #518
Full Changelog: v9.1.0...v9.1.1
v9.1.0
What's Changed
- chore(deps): bump rust-embed from 8.7.1 to 8.7.2 by @dependabot[bot] in #481
- Build on all supported platforms in standard CI run by @adamtroiani in #478
- chore(deps): bump clap from 4.5.38 to 4.5.39 by @dependabot[bot] in #482
- Pin GitHub Actions to commit by @rxbchen in #483
- Add module caching by @davejcameron in #485
- chore(deps): bump assert_fs from 1.1.2 to 1.1.3 by @dependabot[bot] in #467
- chore(deps): bump clap from 4.5.39 to 4.5.41 by @dependabot[bot] in #489
- chore(deps): bump clap from 4.5.41 to 4.5.42 by @dependabot[bot] in #490
- chore(deps): bump serde_json from 1.0.140 to 1.0.142 by @dependabot[bot] in #492
- Refactor to remove scoping by @jeffcharles in #494
- Remove unused use statement causing warning by @jeffcharles in #497
- Update Wasm API test to use provider imports by @jeffcharles in #498
- Support in-memory I/O APIs by @jeffcharles in #493
- v9.1.0 by @jeffcharles in #509
- Fix publish workflow by @jeffcharles in #510
New Contributors
- @adamtroiani made their first contribution in #478
- @rxbchen made their first contribution in #483
Full Changelog: v9.0.0...v9.1.0
v9.0.0
What's Changed
- chore(deps): bump clap from 4.5.37 to 4.5.38 by @dependabot in #477
- chore(deps): bump bluejay-validator from 0.2.0 to 0.3.0 by @dependabot in #475
- chore(deps): bump rust-embed from 8.6.0 to 8.7.1 by @dependabot in #473
- chore(deps): bump anyhow from 1.0.96 to 1.0.98 by @dependabot in #458
- Make
--jsonoutput format same as it was before by @adampetro in #479 - Bump version to 9.0.0 by @andrewhassan in #480
Full Changelog: v8.0.1...v9.0.0
v8.0.1
What's Changed
- Fix publish workflow by @adampetro in #470
- v8.0.1 by @adampetro in #472
Full Changelog: v8.0.0...v8.0.1
v8.0.0
What's Changed
- chore(deps): bump colored from 2.2.0 to 3.0.0 by @dependabot in #416
- chore(deps): bump clap from 4.5.23 to 4.5.26 by @dependabot in #415
- chore(deps): bump serde from 1.0.216 to 1.0.217 by @dependabot in #413
- chore(deps): bump serde_json from 1.0.135 to 1.0.137 by @dependabot in #421
- chore(deps): bump wasmtime from 28.0.0 to 28.0.1 by @dependabot in #419
- chore(deps): bump is-terminal from 0.4.13 to 0.4.15 by @dependabot in #425
- chore(deps): bump clap from 4.5.26 to 4.5.27 by @dependabot in #422
- chore(deps): bump wasmtime-wasi from 28.0.0 to 29.0.1 by @dependabot in #426
- chore(deps): bump deterministic-wasi-ctx from 0.1.28 to 0.1.29 by @dependabot in #428
- chore(deps): bump serde_json from 1.0.137 to 1.0.138 by @dependabot in #427
- chore(deps): bump clap from 4.5.27 to 4.5.28 by @dependabot in #429
- chore(deps): bump clap from 4.5.28 to 4.5.29 by @dependabot in #431
- Add wasmtime group for dependabot by @davejcameron in #432
- chore(deps): bump clap from 4.5.29 to 4.5.30 by @dependabot in #434
- chore(deps): bump anyhow from 1.0.95 to 1.0.96 by @dependabot in #436
- chore(deps): bump serde_json from 1.0.138 to 1.0.140 by @dependabot in #440
- chore(deps): bump serde from 1.0.217 to 1.0.219 by @dependabot in #444
- chore(deps): bump is-terminal from 0.4.15 to 0.4.16 by @dependabot in #445
- chore(deps): bump rust-embed from 8.5.0 to 8.6.0 by @dependabot in #441
- Simplify logging by @jeffcharles in #448
- chore(deps): bump clap from 4.5.30 to 4.5.34 by @dependabot in #451
- Switch to wasmtime-wasi by @jeffcharles in #455
- chore(deps): bump clap from 4.5.34 to 4.5.36 by @dependabot in #459
- Fix codec handling by @saulecabrera in #464
- add shopify_function_javy_v2 provider by @lopert in #463
- Using javy plugin v2 release from CDN by @saga-dasgupta in #466
- chore(deps): bump clap from 4.5.36 to 4.5.37 by @dependabot in #462
- chore(deps): bump assert_cmd from 2.0.16 to 2.0.17 by @dependabot in #461
- chore(deps): bump dtolnay/rust-toolchain from a54c7afa936fefeb4456b2dd8068152669aa8203 to b3b07ba8b418998c39fb20f53e8b695cdcc8de1b by @dependabot in #468
- Support WASM Api by @mssalemi in #460
- v8.0.0 by @adampetro in #469
New Contributors
- @davejcameron made their first contribution in #432
- @saga-dasgupta made their first contribution in #466
Full Changelog: v7.0.1...v8.0.0
v7.0.1
What's Changed
- chore(deps): bump serde_json from 1.0.133 to 1.0.134 by @dependabot in #408
- chore(deps): bump predicates from 3.1.2 to 3.1.3 by @dependabot in #412
- chore(deps): bump anyhow from 1.0.94 to 1.0.95 by @dependabot in #407
- chore(deps): bump serde_json from 1.0.134 to 1.0.135 by @dependabot in #414
- Bump
wasmtimeto version 28 by @adampetro in #418 - v7.0.1 by @adampetro in #420
New Contributors
- @adampetro made their first contribution in #418
Full Changelog: v7.0.0...v7.0.1
v7.0.0
What's Changed
- return non-zero error code when function run sees error by @jacobsteves in #401
- bump wasmtime to v27 by @jacobsteves in #405
- chore(deps): bump anyhow from 1.0.93 to 1.0.94 by @dependabot in #398
- chore(deps): bump colored from 2.1.0 to 2.2.0 by @dependabot in #402
- chore(deps): bump serde from 1.0.215 to 1.0.216 by @dependabot in #403
- chore(deps): bump dtolnay/rust-toolchain from 1482605bfc5719782e1267fd0c0cc350fe7646b8 to a54c7afa936fefeb4456b2dd8068152669aa8203 by @dependabot in #404
- v7.0.0 by @jacobsteves in #406
Full Changelog: v6.5.0...v7.0.0
v6.5.0
What's Changed
- chore(deps): bump clap from 4.5.21 to 4.5.23 by @dependabot in #399
- Add missing rerun in build.rs file by @jeffcharles in #395
- Add Shopify Functions Javy plugin support by @jeffcharles in #397
- v6.5.0 by @jeffcharles in #400
Full Changelog: v6.4.0...v6.5.0