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

chore(deps): update dependency apollographql/apollo-ios to from: "1.7.1" #2

Merged
merged 1 commit into from
Dec 25, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 25, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
apollographql/apollo-ios minor from: "1.6.1" -> from: "1.7.1"

Release Notes

apollographql/apollo-ios (apollographql/apollo-ios)

v1.7.1

Compare Source

Fixed
  • Fixed inconsistent ordering of fragments in generated operation definitions (#​130): In order to make the ordering of fragments consistent, they are now alphabetized. This is a change to the data that gets sent over the wire when making a network request for an operation with fragments. Persisted Queries users should re-register their queries when upgrading to this version. Thank you to @​scottasoutherland for reporting the issue.
Improvement
  • Add initializer for SelectionSet that takes a [String: Any] JSON object (#​102): Thank you to @​Cookiezby for the contribution.

v1.7.0

Compare Source

ApolloCodegenLib Now Uses Swift Concurrency
To improve the performance of the code generation, the ApolloCodegenLib now uses async/await. Code generation is now parallelized and should complete much faster for users with a large number of GraphQL files.
This means that the entry point function, ApolloCodegen.build(with configuration:) is now an async function. For users using the ApolloCodegenLib directly, you will need to make your call sites into this function use async/await. In most cases, this requires minimal code changes. Please see the 1.7.0 migration guide for information on how to upgrade.

See PR #​57.

Fixed
  • Fixed a bug with ApolloAPI.Object clashing with custom objects name Object (#​94): Thank you to 215eight for reporting the issue.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/apollographql-apollo-ios-1.x branch from b698168 to fe9054a Compare December 25, 2023 04:46
@renovate renovate bot changed the title chore(deps): update dependency apollographql/apollo-ios to v1.7.1 chore(deps): update dependency apollographql/apollo-ios to from: "1.7.1" Dec 25, 2023
@tomokisun tomokisun merged commit 404623c into main Dec 25, 2023
4 checks passed
@tomokisun tomokisun deleted the renovate/apollographql-apollo-ios-1.x branch December 25, 2023 05:00
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.

1 participant