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 Nov 11, 2024
1 parent 6da69d8 commit b905433
Show file tree
Hide file tree
Showing 3 changed files with 36 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 @@ -1043,6 +1043,18 @@
"url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.15.1",
"version" : "1.15.1"
},
{
"body" : "### Improvements\r\n- **Stable sort schema types for SchemaMetadata ([#514](https://github.com/apollographql/apollo-ios-dev/pull/514)):** _Thank you to [@asmundg](https://github.com/asmundg) for the contribution._\r\n\r\n### Fixed\r\n- **Fix multipart delimter boundary parsing ([#502](https://github.com/apollographql/apollo-ios-dev/pull/502)):** The multipart message parsing code was not splitting message chunks at the correct boundary.\r\n- **Fix Websocket error broadcast for unsubscribed ID ([#506](https://github.com/apollographql/apollo-ios-dev/pull/506))** Only broadcast an error to all subscribers if there was no id field in the message.\r\n- **Fix bug with `AnyHashable` coercion for non-iOS platforms ([#517](https://github.com/apollographql/apollo-ios-dev/pull/517)):** Extended the _AnyHashableCanBeCoerced check to include macOS, watchOS, and tvOS with their respective minimum versions. _Thank you to [@VMLe](https://github.com/VMLe) for the fix._\r\n- **Fix assigning websocket callback queue before connecting ([#529](https://github.com/apollographql/apollo-ios-dev/pull/529)):** Fix an issue with assigning the websocket callback queue before connecting the websocket.\r\n- **Fix `GraphQLOperation` hash uniqueness ([#530](https://github.com/apollographql/apollo-ios-dev/pull/530)):** Adding uniqueness to GraphQLOperation hashing.",
"createdAt" : "2024-11-10T02:18:51+09:00",
"fetchedFromAPIAt" : "2024-11-11T10:08:29+09:00",
"id" : "RE_kwDOA9NCTc4K_45z",
"owner" : "apollographql",
"publishedAt" : "2024-11-10T02:25:23+09:00",
"repository" : "apollo-ios",
"title" : "1.15.3",
"url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.15.3",
"version" : "1.15.3"
},
{
"body" : "### Improvements\r\n- **Set `URLRequest` cache policy on GET requests ([#476](https://github.com/apollographql/apollo-ios-dev/pull/476)):** Uses the Apollo cache policy to set a comparable cache policy on `URLRequest`. Previously there was no way to opt-out of default `URLRequest` caching behaviour.\r\n- **Batch writing records to the SQLite store ([#498](https://github.com/apollographql/apollo-ios-dev/pull/498)):** Uses the `insertMany` to batch write records for a given operation vs previously performing a write for each individual record.\r\n\r\n### Fixed\r\n- **Fix `ListData` type check ([#473](https://github.com/apollographql/apollo-ios-dev/pull/473)):** Fixed bool type check in `ListData`.\r\n- **Remove local cache mutation type condition setter ([#485](https://github.com/apollographql/apollo-ios-dev/pull/485)):** Removes the setter for mutable inline fragments. The correct way to initialize with a type condition is to use `asRootEntityType`.",
"createdAt" : "2024-10-02T03:05:32+09:00",
Expand Down
12 changes: 12 additions & 0 deletions Outputs/Swift Testing.json
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,18 @@
"url" : "https://github.com/swiftlang/swift-testing/releases/tag/swift-DEVELOPMENT-SNAPSHOT-2024-10-30-a",
"version" : "swift-DEVELOPMENT-SNAPSHOT-2024-10-30-a"
},
{
"body" : null,
"createdAt" : null,
"fetchedFromAPIAt" : "2024-11-11T10:08:29+09:00",
"id" : "REF_kwDOIpT9BtoAMXJlZnMvdGFncy9zd2lmdC1ERVZFTE9QTUVOVC1TTkFQU0hPVC0yMDI0LTExLTA5LWE",
"owner" : "swiftlang",
"publishedAt" : null,
"repository" : "swift-testing",
"title" : "swift-DEVELOPMENT-SNAPSHOT-2024-11-09-a",
"url" : "https://github.com/swiftlang/swift-testing/releases/tag/swift-DEVELOPMENT-SNAPSHOT-2024-11-09-a",
"version" : "swift-DEVELOPMENT-SNAPSHOT-2024-11-09-a"
},
{
"body" : null,
"createdAt" : null,
Expand Down
12 changes: 12 additions & 0 deletions Outputs/xcbeautify.json
Original file line number Diff line number Diff line change
Expand Up @@ -910,5 +910,17 @@
"title" : "2.14.1",
"url" : "https://github.com/cpisciotta/xcbeautify/releases/tag/2.14.1",
"version" : "2.14.1"
},
{
"body" : "",
"createdAt" : "2024-11-11T09:46:00+09:00",
"fetchedFromAPIAt" : "2024-11-11T10:08:29+09:00",
"id" : "RE_kwDOCNUZc84LAJZF",
"owner" : "cpisciotta",
"publishedAt" : "2024-11-11T09:46:12+09:00",
"repository" : "xcbeautify",
"title" : "2.15.0",
"url" : "https://github.com/cpisciotta/xcbeautify/releases/tag/2.15.0",
"version" : "2.15.0"
}
]

0 comments on commit b905433

Please sign in to comment.