Skip to content

Releases: Shopify/shopify-function-rust

v1.0.0

20 May 19:21
a035fca
Compare
Choose a tag to compare

This version introduces a number of notable changes in how Shopify Functions are written in Rust, in order to leverage the new Shopify Functions Wasm API. See our update guide here for instructions on updating to version 1.0.0.

What's Changed

New Contributors

Full Changelog: v0.8.1...v1.0.0

v0.8.1

08 Oct 17:18
a3ff649
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

08 May 18:25
83d8786
Compare
Choose a tag to compare

What's Changed

Updating

Update the graphql_client crate to v0.14

Full Changelog: v0.7.0...v0.8.0

v0.7.1

08 May 14:32
f207d62
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

08 Mar 16:19
b421e6e
Compare
Choose a tag to compare

What's Changed

  • Use Ryū's small feature to cut ~9kb by @jbourassa in #55
  • [BREAKING] Add extern_enums and skip codegen for large enums by @jbourassa in #56
    • CountryCode, CurrencyCode, and LanguageCode are now represented as String values
  • Decimal implements Deref by @Vam-Jam in #48

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

01 Mar 16:49
27c1d73
Compare
Choose a tag to compare

What's Changed

  • Drop anyhow by @jbourassa in #52. This should slim down the resulting Wasm by ~50kb