Releases: Shopify/mobile-buy-sdk-ios
2025.1.0 [2025-01]
Updates the Mobile Buy SDK for iOS with support for the 2025-01
version of the Shopify Storefront API.
For more details about the changes, please see the release notes.
Important: The Mobile Buy SDK has switched to a CalVer versioning scheme. See the README for more details.
13.1.1 [2024-10]
- Updates
Graph.Client
to useapplication/json
request body format to comply with GraphQL over HTTP specification (#1249)
13.1.0 [2024-10]
Updates the Mobile Buy SDK for iOS with support for the 2024-10
version of the Shopify Storefront API.
For more details about the changes, please see the release notes.
13.0.0 [2024-07]
Updates the Mobile Buy SDK for iOS with support for the 2024-07
version of the Shopify Storefront API.
Shopify.dev - Latest Schema Changes
This is a major release with several breaking changes. Most notably, the suite of Checkout
related types, mutations, and queries have been removed. Additionally, this release removes the Pay
target from the SDK as it is no longer usable without the related Checkout
APIs. The Card.Client
and related types have also been removed.
For more information about the deprecation and sunsetting of the Checkout
APIs, please see the changelog post.
12.0.0 [2024-04]
Updates the Mobile Buy SDK for iOS with support for the 2024-04
version of the Shopify Storefront API.
For more details about the changes, please see the release notes.
11.3.0 [2024-01]
Updates the Mobile Buy SDK for iOS with support for the 2024-01
version of the Shopify Storefront API.
For more details about the changes, please see the release notes.
11.2.0 [2023-10]
Updates the Mobile Buy SDK for iOS with support for the 2023-10
version of the Shopify Storefront API.
For more details about the changes, please see the release notes.
11.1.0 [2023-07]
Updates the Mobile Buy SDK for iOS with support for the 2023-07
version of the Shopify Storefront API.
For more details about the changes, please see the release notes.
11.0.0 [2023-04]
Updates the Mobile Buy SDK for iOS with support for the 2023-04
version of the Shopify Storefront API.
For more details about the changes, please see the release notes.
10.1.0 [2023-01]
- Fixes a regression introduced in
v10.0.0
where developers could not access the raw field values onGraphQL.AbstractResponse
. (#1192)