Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 4.0.0 #634

Merged
merged 1 commit into from
Jan 23, 2020
Merged

Prepare for 4.0.0 #634

merged 1 commit into from
Jan 23, 2020

Conversation

jmignac
Copy link
Contributor

@jmignac jmignac commented Jan 21, 2020

Release notes

  • Latest GraphQL schema - 2020-01
    • Implement maximum input array size for GraphQL operations (BREAKING CHANGE)
    • Support for multi language (Backwards compatible)
    • 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
      • 3D models

@jmignac jmignac changed the title Prepare for 4.0.0 [DNM] Prepare for 4.0.0 Jan 21, 2020
@jmignac jmignac force-pushed the release-4.0.0 branch 2 times, most recently from 1b2d08a to 90f9c84 Compare January 22, 2020 15:37
@jmignac jmignac force-pushed the release-4.0.0 branch 2 times, most recently from 8a10c9e to 006d1a4 Compare January 22, 2020 21:53
@jmignac jmignac changed the title [DNM] Prepare for 4.0.0 Prepare for 4.0.0 Jan 22, 2020
@jmignac jmignac requested review from sav007 and a team January 22, 2020 22:22
Copy link
Contributor

@tristan-potter tristan-potter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still looks good, just some non-blocking questions

MobileBuy/sample/build.gradle Outdated Show resolved Hide resolved
Copy link

@tanderson85 tanderson85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @jmignac. Left a few suggestions for you

MobileBuy/sample/README.md Outdated Show resolved Hide resolved
MobileBuy/sample/README.md Outdated Show resolved Hide resolved
MobileBuy/sample/README.md Outdated Show resolved Hide resolved
MobileBuy/sample/README.md Show resolved Hide resolved
MobileBuy/sample/README.md Outdated Show resolved Hide resolved
MobileBuy/sample/README.md Show resolved Hide resolved
@jmignac jmignac force-pushed the release-4.0.0 branch 2 times, most recently from e91f6c4 to f880cdd Compare January 23, 2020 16:29
val httpCache = httpCacheConfig.let { config ->
when (config) {
is HttpCacheConfig.DiskLru -> {
val version = BuildConfig.VERSION_NAME
val tmp = (endpointUrl.toString() + "/" + version + "/" + accessToken).toByteArray(Charset.forName("UTF-8"))
val tmp = (endpointUrl.toString() + "/" + version + "/" + accessToken + "/" + locale).toByteArray(Charset.forName("UTF-8"))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sav007 is this the only change needed to make caching work with different locales?

@jmignac jmignac merged commit 31af98f into master Jan 23, 2020
@jmignac jmignac deleted the release-4.0.0 branch January 23, 2020 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants