-
Notifications
You must be signed in to change notification settings - Fork 656
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
Allow to store Json custom scalars in cache records #2859
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merged
sav007
approved these changes
Jan 11, 2021
martinbonnin
added a commit
that referenced
this pull request
Jan 19, 2021
* Do not sync android modules in the composite project * Fix storing JsonScalars in Records
martinbonnin
added a commit
that referenced
this pull request
Jan 20, 2021
* fix binary compatibility (#2812) * fix binary compatibility Follow up from #2809 * update metalava signatures * Ignore Android modules during Gradle sync. (#2811) This improves autocomplete in IntelliJ/Android Studio * Better UP-TO-DATE checks (#2817) * remove the "Build-Timestamp" Manifest property This makes the builds never up-to-date and compiling things over and over again * better up-to-date checks * Fix broken url in docs (#2829) ## Summary Easy navigation and easy reading for others * Fix broken url in docs (#2828) ## Summary Easy navigation and easy reading for others * Fix broken url in docs (#2827) * Fix broken url in docs ## Summary Easy navigation and easy reading for others * Update plugin-configuration.mdx * Adding ApolloAndroidLogger to apollo-android-support. (#2824) * Adding ApolloAndroidLogger. * Adding logger to KotlinSampleApp Http Cache. * Adding note in README.md about apollo-android-support. * Update README.md Co-authored-by: Martin Bonnin <[email protected]> * update metalava signatures Co-authored-by: Martin Bonnin <[email protected]> * Debugging renovate * Update dependency gatsby to v2.29.3 (#2836) Co-authored-by: Renovate Bot <[email protected]> * Update dependency gatsby-theme-apollo-docs to v4.5.12 (#2837) Co-authored-by: Renovate Bot <[email protected]> * Update the ROADMAP ❄️❄️ * Update get-started-multiplatform.mdx Multiplatform code is using NSUrlSession, not NSUrlConnection, thanks @dbaroncelli for reporting this! * bump version to 2.5.0 * release 2.5.0 * version is now 2.5.1-SNAPSHOT * update release documentation * build tags * release 2.5.1 * version is now 2.5.2-SNAPSHOT * fix worflow file * release 2.5.2 * version is now 2.5.3-SNAPSHOT * Update gradle-wrapper.properties (#2852) * Allow to store Json custom scalars in cache records (#2859) * Do not sync android modules in the composite project * Fix storing JsonScalars in Records * Use Okio's base64 implementation (#2870) java.util.Base64 is only available on API 26+ on Android while Okio's implementation works on all API levels. This fixes #2857 * Fix callback blocks (#2873) * Fix potential case where the tests would wait forever (#2875) * configure the Kotlin compiler option for multiplatform projects (#2877) * Fix broken url in docs (#2829) ## Summary Easy navigation and easy reading for others * Fix broken url in docs (#2828) ## Summary Easy navigation and easy reading for others * Adding ApolloAndroidLogger to apollo-android-support. (#2824) * Adding ApolloAndroidLogger. * Adding logger to KotlinSampleApp Http Cache. * Adding note in README.md about apollo-android-support. * Update README.md Co-authored-by: Martin Bonnin <[email protected]> * update metalava signatures Co-authored-by: Martin Bonnin <[email protected]> * Debugging renovate * Update dependency gatsby to v2.29.3 (#2836) Co-authored-by: Renovate Bot <[email protected]> * Update dependency gatsby-theme-apollo-docs to v4.5.12 (#2837) Co-authored-by: Renovate Bot <[email protected]> * Update the ROADMAP ❄️❄️ * Update get-started-multiplatform.mdx Multiplatform code is using NSUrlSession, not NSUrlConnection, thanks @dbaroncelli for reporting this! * build tags * fix worflow file * Update gradle-wrapper.properties (#2852) * Allow to store Json custom scalars in cache records (#2859) * Do not sync android modules in the composite project * Fix storing JsonScalars in Records * Fix callback blocks (#2873) * Fix potential case where the tests would wait forever (#2875) * configure the Kotlin compiler option for multiplatform projects (#2877) * cherry-pick of e64d34c Use okio's base64 * fix integration tests * fix integration-tests Co-authored-by: SaintMalik <[email protected]> Co-authored-by: Adam McNeilly <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Nicklas Ansman Giertz <[email protected]> Co-authored-by: emmano <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes #2854