Skip to content

2025.1.0 [2025-01]

Latest
Compare
Choose a tag to compare
@cocoahero cocoahero released this 30 Jan 19:10
· 9 commits to main since this release
9ff428c

Updates the Mobile Buy SDK for Android with support for the 2025-01 version of the Shopify Storefront API.

Important

The 2025.1.0 release contains significant changes. The entire project has been rebuilt with updated dependencies, and there are some breaking changes.

Unfortunately, the entire caching mechanism was based on top of OkHttp internal API that is no longer available in 4.x versions. Due to lack of resourcing and capacity, rebuilding this functionality was not feasible in a reasonable timeline. Therefore, caching functionality has been removed from GraphClient. We encourage consumers to consider building a caching layer on top of the client if it is a requirement for your app.

Additionally, to match the iOS Mobile Buy SDK, the library has switched to a CalVer versioning scheme. See the README for more details.