Releases: Shopify/mobile-buy-sdk-android
Releases · Shopify/mobile-buy-sdk-android
5.0.0
4.0.0
Latest GraphQL schema - 2020-01:
- Implement maximum input array size for GraphQL operations (BREAKING CHANGE)
- Support for multi language (Backwards compatible): GraphClient.build() now can take locale as an extra param, that sets the Accept-Language header for retrieving translated values from Storefront API. Documentation updated
- Support for FKP, GIP and SHP currencies
- Support for presentmentUnitPrices, unitPrice and unitPriceMeasurement on ProductVariant
- Support for rich media via new media field on Product: External video, Images and 3D models
3.6.0
3.5.0
Release notes:
- Lock schema end-point to
2019-07
- Add support for querying GraphQL schema version
- Add
requiresShipping
field onProductVariant
- Add
BAD_DOMAIN
,GIFT_CARD_DEPLETED
,INVALID_FOR_COUNTRY
andTOTAL_PRICE_MISMATCH
checkout error codes. - Deprecate
CurrencyCode.byr
3.4.1
3.4.0
- Update gradle to 4.10.3
- Updates the schema (auto-generated) and bumps the version.
3.3.2
Updates the schema (auto-generated) and bumps the version.
3.3.1
v3.3.0
Migrate all code in buy3 module to Kotlin (#575) (#589) * Migrate all code in buy3 module to Kotlin - Migrate code - Migrate and fix tests - Update sample to fix integration issues - Update to the latest dependencies * Improve GraphClient builder * Remove deprecated Android Pay support and comment out its usage (#583) - Remove `buy3-pay-support` module - Remove Google Wallet dependencies - Comment out any Pay related code for later migrate to Google Pay * Update schema