chore(deps): update dependency apollographql/apollo-ios to v1.18.0 #606
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.
This PR contains the following updates:
1.16.1
->1.18.0
Release Notes
apollographql/apollo-ios (apollographql/apollo-ios)
v1.18.0
Compare Source
New
Object
types that are generated so that only types that are referenced in an operation document or have a@typePolicy
will be generated. See PR #601.Improvement
Fixed
InputObject
needed aGraphQLNullable
-specific subscript to prevent nil value keys being forcefully unwrapped. See PR #596. Thank you to @pixelmatrix for raising the issue.WebSocketTransport
due to data races (#3512): This data race would occur if starting or stopping a subscription at the same time as a message received on the websocket. To prevent these data races thesubscribers
property is now an@Atomic
property. See PR #599. Thank you to @tahirmt for the contribution.v1.17.0
Compare Source
New
appendSchemaTypeFilenameSuffix
) to add a suffix to schema generated filenames and prevent the build error. See PR #580.typePolicy
directive (#554): The@typePolicy
directive lets you specify an object's cache ID using key fields of the response object. See the documentation for full details. Thank you to @x-sheep for the contribution.Identifiable
conformance onSelectionSet
(#584): If the@typePolicy
of a type uses akeyField
ofid
the selection set will emit conformance to SwiftsIdentifiable
protocol. Thank you to @x-sheep for the contribution.Improvement
EntitySelectionSet
while building operations. See PR #571.Fixed
embeddedInTarget
andother
module types. See PR #581.DataDict
initialization ofdeferredFragments
for named fragments (#587): When deferred fragments are named fragments the deferred type should be the fragment generated definition name.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 8am and before 4pm on tuesday" in timezone Etc/UTC.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.