Skip to content

Releases: Shopify/mobile-buy-sdk-android

5.0.0

09 Apr 19:04
23d64fe
Compare
Choose a tag to compare

4.0.0

23 Jan 19:14
31af98f
Compare
Choose a tag to compare

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

17 Oct 17:40
a7139d3
Compare
Choose a tag to compare
  • Updates graphql end-point to 2019-10
  • Updates the schema (auto-generated) and bumps the SDK version

3.5.0

05 Jul 16:14
1ba321d
Compare
Choose a tag to compare

Release notes:

  • Lock schema end-point to 2019-07
  • Add support for querying GraphQL schema version
  • Add requiresShipping field on ProductVariant
  • Add BAD_DOMAIN, GIFT_CARD_DEPLETED, INVALID_FOR_COUNTRY and TOTAL_PRICE_MISMATCH checkout error codes.
  • Deprecate CurrencyCode.byr

3.4.1

14 Jun 20:30
9e3fb66
Compare
Choose a tag to compare

Add multi-currency fields to some queries:

  • Applied Gift Card: presentmentAmountUsed
  • Payment: amountV2
  • Product: presentmentPriceRanges
  • Transaction: amountV2

3.4.0

17 May 14:38
c9fbbe6
Compare
Choose a tag to compare
  • Update gradle to 4.10.3
  • Updates the schema (auto-generated) and bumps the version.

3.3.2

17 Apr 16:39
82736eb
Compare
Choose a tag to compare

Updates the schema (auto-generated) and bumps the version.

3.3.1

13 Feb 15:32
913062d
Compare
Choose a tag to compare

TBD

v3.3.0

20 Dec 23:23
6744b85
Compare
Choose a tag to compare
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

3.2.4

16 Aug 13:55
14426e9
Compare
Choose a tag to compare

Fetching customer for checkout object is now deprecated and will always return null.
Add append Gift Card to the checkout
Return access token for new created customer
Add Fulfilment to the order object

Update sample store front schema