Skip to content

Commit

Permalink
Apply scheduled running result
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 17, 2024
1 parent 396f38a commit ac2d229
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Outputs/Apollo iOS.json
Original file line number Diff line number Diff line change
Expand Up @@ -1018,5 +1018,17 @@
"title" : "Preview: Codegen Field Merging",
"url" : "https://github.com/apollographql/apollo-ios/releases/tag/preview-field-merging.1",
"version" : "preview-field-merging.1"
},
{
"body" : "### New\r\n- **Add ability to disable fragment field merging ([#431](https://github.com/apollographql/apollo-ios-dev/pull/431)):** Added `ApolloCodegenConfiguration` option to allow for disabling fragment field merging on generated models. For more information on this feature see the notes [here](https://github.com/apollographql/apollo-ios/releases/tag/preview-field-merging.1).\r\n\r\n### Fixed\r\n- **Fix `legacyResponse` property not being set on `HTTPResponse` ([#456](https://github.com/apollographql/apollo-ios-dev/pull/456)):** When the `legacyResponse` property of `HTTPResponse` was deprecated setting the value was also removed; this was incorrect as it created a hidden breaking change for interceptors that might have been using the value.\r\n- **Fix `ObjectData` type check ([#459](https://github.com/apollographql/apollo-ios-dev/pull/459)):** Fixed bool type check in `ObjectData`.\r\n- **Fix `SelectionSetTemplate` scope comparison ([#460](https://github.com/apollographql/apollo-ios-dev/pull/460)):** Refactored the selection set template scope comparison to account for an edge case in merged sources.\r\n- **Fix memory leak in DataLoader closure ([#457](https://github.com/apollographql/apollo-ios-dev/pull/457)):** Fixed a memory leak in the DataLoader closure in `ApolloStore` caused by implicit use of `self`. _Thank you to [@prabhuamol](https://github.com/prabhuamol) for finding and fixing this._\r\n\r\n### Breaking\r\n- **Bug Fix: Generated Selections Sets in Inclusion Condition Scope:** This fixes a bug when using @include/@skip where generated models that should have been generated inside of a conditional inline fragment were generated outside of the conditional scope. This may cause breaking changes for a small number of users. Those breaking changes are considered a bug fix since accessing the conditional inline fragments outside of the conditional scope could cause runtime crashes (if the conditions for their inclusion were not met). More information [here](https://github.com/apollographql/apollo-ios/releases/tag/preview-field-merging.1)",
"createdAt" : "2024-08-17T04:02:09+09:00",
"fetchedFromAPIAt" : "2024-08-17T09:59:00+09:00",
"id" : "RE_kwDOA9NCTc4KK6-f",
"owner" : "apollographql",
"publishedAt" : "2024-08-17T04:06:44+09:00",
"repository" : "apollo-ios",
"title" : "1.15.0",
"url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.15.0",
"version" : "1.15.0"
}
]

0 comments on commit ac2d229

Please sign in to comment.