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 Oct 16, 2024
1 parent 88d73bd commit d9e96cc
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Outputs/Swift Crypto.json
Original file line number Diff line number Diff line change
Expand Up @@ -538,5 +538,17 @@
"title" : "Swift Crypto 3.8.0",
"url" : "https://github.com/apple/swift-crypto/releases/tag/3.8.0",
"version" : "3.8.0"
},
{
"body" : "<!-- Release notes generated using configuration in .github/release.yml at main -->\r\n\r\n## What's Changed\r\n### SemVer Patch\r\n* Support loading RSAPSS public keys with parameters by @gautierdelorme in https://github.com/apple/swift-crypto/pull/268\r\n* Update BoringSSL to 76968bb3d53982560bcf08bcd0ba3e1865fe15cd by @Lukasa in https://github.com/apple/swift-crypto/pull/271\r\n* Refactor and adopt package access to remove symlinked files by @simonjbeaumont in https://github.com/apple/swift-crypto/pull/265\r\n\r\n## New Contributors\r\n* @gautierdelorme made their first contribution in https://github.com/apple/swift-crypto/pull/268\r\n\r\n**Full Changelog**: https://github.com/apple/swift-crypto/compare/3.8.0...3.8.1",
"createdAt" : "2024-10-08T22:10:48+09:00",
"fetchedFromAPIAt" : "2024-10-16T10:08:24+09:00",
"id" : "RE_kwDOC9Swts4Kt4We",
"owner" : "apple",
"publishedAt" : "2024-10-14T21:24:11+09:00",
"repository" : "swift-crypto",
"title" : "Swift Crypto 3.8.1",
"url" : "https://github.com/apple/swift-crypto/releases/tag/3.8.1",
"version" : "3.8.1"
}
]
24 changes: 24 additions & 0 deletions Outputs/Swift Testing.json
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,18 @@
"url" : "https://github.com/swiftlang/swift-testing/releases/tag/swift-DEVELOPMENT-SNAPSHOT-2024-09-25-a",
"version" : "swift-DEVELOPMENT-SNAPSHOT-2024-09-25-a"
},
{
"body" : null,
"createdAt" : null,
"fetchedFromAPIAt" : "2024-10-16T10:08:24+09:00",
"id" : "REF_kwDOIpT9BtoAMXJlZnMvdGFncy9zd2lmdC1ERVZFTE9QTUVOVC1TTkFQU0hPVC0yMDI0LTEwLTA4LWE",
"owner" : "swiftlang",
"publishedAt" : null,
"repository" : "swift-testing",
"title" : "swift-DEVELOPMENT-SNAPSHOT-2024-10-08-a",
"url" : "https://github.com/swiftlang/swift-testing/releases/tag/swift-DEVELOPMENT-SNAPSHOT-2024-10-08-a",
"version" : "swift-DEVELOPMENT-SNAPSHOT-2024-10-08-a"
},
{
"body" : null,
"createdAt" : null,
Expand Down Expand Up @@ -454,5 +466,17 @@
"title" : "swift-6.0-DEVELOPMENT-SNAPSHOT-2024-10-08-a",
"url" : "https://github.com/swiftlang/swift-testing/releases/tag/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-10-08-a",
"version" : "swift-6.0-DEVELOPMENT-SNAPSHOT-2024-10-08-a"
},
{
"body" : null,
"createdAt" : null,
"fetchedFromAPIAt" : "2024-10-16T10:08:24+09:00",
"id" : "REF_kwDOIpT9BtoANXJlZnMvdGFncy9zd2lmdC02LjAtREVWRUxPUE1FTlQtU05BUFNIT1QtMjAyNC0xMC0xMi1h",
"owner" : "swiftlang",
"publishedAt" : null,
"repository" : "swift-testing",
"title" : "swift-6.0-DEVELOPMENT-SNAPSHOT-2024-10-12-a",
"url" : "https://github.com/swiftlang/swift-testing/releases/tag/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-10-12-a",
"version" : "swift-6.0-DEVELOPMENT-SNAPSHOT-2024-10-12-a"
}
]
12 changes: 12 additions & 0 deletions Outputs/SwiftNIO.json
Original file line number Diff line number Diff line change
Expand Up @@ -862,5 +862,17 @@
"title" : "SwiftNIO 2.74.0",
"url" : "https://github.com/apple/swift-nio/releases/tag/2.74.0",
"version" : "2.74.0"
},
{
"body" : "<!-- Release notes generated using configuration in .github/release.yml at main -->\r\n\r\n## What's Changed\r\n### SemVer Minor\r\n* Add EventLoop APIs for simpler scheduling of callbacks by @simonjbeaumont in https://github.com/apple/swift-nio/pull/2759\r\n* Add convenience conformances to `ByteCount` by @clintonpi in https://github.com/apple/swift-nio/pull/2909\r\n* Add `removeHandler(context: ChannelHandlerContext)` to SynchronousOperations of ChannelPipeline by @supersonicbyte in https://github.com/apple/swift-nio/pull/2912\r\n* [NIOFileSystem] Provide an API to specify allowing unlimited sized reads by @clintonpi in https://github.com/apple/swift-nio/pull/2914\r\n### SemVer Patch\r\n* A DatagramChannelTest now waits for writes by @rnro in https://github.com/apple/swift-nio/pull/2905\r\n* Throw error when the max read amount is greater than `ByteBuffer` can tolerate by @clintonpi in https://github.com/apple/swift-nio/pull/2911\r\n### Other Changes\r\n* Make ByteBufferQUICBinaryEncodingStrategyTests compatible with 32-bit systems by @hamzahrmalik in https://github.com/apple/swift-nio/pull/2904\r\n* Fix broken link to swift-server performance documentation by @plemarquand in https://github.com/apple/swift-nio/pull/2907\r\n* [CI] Switch to reusable soundness by @FranzBusch in https://github.com/apple/swift-nio/pull/2913\r\n* [CI] Fix unit test yaml file by @FranzBusch in https://github.com/apple/swift-nio/pull/2915\r\n* [CI] Add back matrix CI script by @FranzBusch in https://github.com/apple/swift-nio/pull/2916\r\n* Re-add CXX compat check script by @PeterAdams-A in https://github.com/apple/swift-nio/pull/2919\r\n\r\n## New Contributors\r\n* @plemarquand made their first contribution in https://github.com/apple/swift-nio/pull/2907\r\n* @clintonpi made their first contribution in https://github.com/apple/swift-nio/pull/2909\r\n\r\n**Full Changelog**: https://github.com/apple/swift-nio/compare/2.74.0...2.75.0",
"createdAt" : "2024-10-14T19:09:35+09:00",
"fetchedFromAPIAt" : "2024-10-16T10:08:24+09:00",
"id" : "RE_kwDOBy6rG84Kt4o0",
"owner" : "apple",
"publishedAt" : "2024-10-14T21:35:22+09:00",
"repository" : "swift-nio",
"title" : "SwiftNIO 2.75.0",
"url" : "https://github.com/apple/swift-nio/releases/tag/2.75.0",
"version" : "2.75.0"
}
]
12 changes: 12 additions & 0 deletions Outputs/The Composable Architecture.json
Original file line number Diff line number Diff line change
Expand Up @@ -1258,5 +1258,17 @@
"title" : "1.15.0",
"url" : "https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.15.0",
"version" : "1.15.0"
},
{
"body" : "## What's Changed\r\n\r\n* Fixed: Xcode 16.1 beta 3 introduced a concurrency change that requires an explicit `@MainActor` on a NavigationLink initializer to build (thanks @chrisjrex, https://github.com/pointfreeco/swift-composable-architecture/pull/3430).\r\n* Fixed: Suppress Swift <6 warning (https://github.com/pointfreeco/swift-composable-architecture/pull/3445)\r\n* Deprecated: `@Reducer(state: .equatable)` has been soft-deprecated in Swift 6 now that the bug preventing `extension Feature.State: Equatable {}` has been fixed (https://github.com/pointfreeco/swift-composable-architecture/pull/3379).\r\n* Deprecated: `Store.ifLet` has been soft deprecated in favor of observation tools (https://github.com/pointfreeco/swift-composable-architecture/pull/3382).\r\n* Infrastructure: Added migration guide for 1.15 (https://github.com/pointfreeco/swift-composable-architecture/pull/3390)\r\n* Infrastructure: Update README documentation links for 1.15.0 (thanks @kgrigsby59, https://github.com/pointfreeco/swift-composable-architecture/pull/3397).\r\n* Infrastructure: Update case studies to run in Swift 6 mode (https://github.com/pointfreeco/swift-composable-architecture/pull/3394)/\r\n* Infrastructure: Update documentation and examples to use Swift Testing (https://github.com/pointfreeco/swift-composable-architecture/pull/3413).\r\n* Infrastructure: Add import modules on NavigationStack tutorial source code (thanks @loinsir, https://github.com/pointfreeco/swift-composable-architecture/pull/3409).\r\n* Infrastructure: Add Swift Macro Compatibility Check to CI (thanks @Matejkob, https://github.com/pointfreeco/swift-composable-architecture/pull/3406).\r\n* Infrastructure: Update benchmarks target (https://github.com/pointfreeco/swift-composable-architecture/pull/3424).\r\n* Infrastructure: Don't `xcbeautify` Swift Testing suites in CI (https://github.com/pointfreeco/swift-composable-architecture/pull/3425).\r\n* Infrastructure: Internally use `AnyHashableSendable` from Concurrency Extras (https://github.com/pointfreeco/swift-composable-architecture/pull/3428).\r\n* Infrastructure: Run sync ups tests with main serial executor (https://github.com/pointfreeco/swift-composable-architecture/pull/3431).\r\n* Infrastructure: Clean up key path bitcasting (https://github.com/pointfreeco/swift-composable-architecture/pull/3411).\r\n* Infrastructure: Address concurrency warnings in tests (https://github.com/pointfreeco/swift-composable-architecture/pull/3438).\r\n\r\n## New Contributors\r\n* @loinsir made their first contribution in https://github.com/pointfreeco/swift-composable-architecture/pull/3409\r\n* @chrisjrex made their first contribution in https://github.com/pointfreeco/swift-composable-architecture/pull/3430\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-composable-architecture/compare/1.15.0...1.15.1",
"createdAt" : "2024-10-16T02:03:23+09:00",
"fetchedFromAPIAt" : "2024-10-16T10:08:25+09:00",
"id" : "RE_kwDOD48kk84Ku5dg",
"owner" : "pointfreeco",
"publishedAt" : "2024-10-16T02:09:22+09:00",
"repository" : "swift-composable-architecture",
"title" : "1.15.1",
"url" : "https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.15.1",
"version" : "1.15.1"
}
]
12 changes: 12 additions & 0 deletions Outputs/swift-format.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,17 @@
"title" : "601.0.0-prerelease-2024-10-09",
"url" : "https://github.com/swiftlang/swift-format/releases/tag/601.0.0-prerelease-2024-10-09",
"version" : "601.0.0-prerelease-2024-10-09"
},
{
"body" : null,
"createdAt" : "2024-10-16T03:27:17+09:00",
"fetchedFromAPIAt" : "2024-10-16T10:08:24+09:00",
"id" : "RE_kwDOC7ABTs4Ku8vx",
"owner" : "swiftlang",
"publishedAt" : "2024-10-16T03:27:18+09:00",
"repository" : "swift-format",
"title" : "601.0.0-prerelease-2024-10-15",
"url" : "https://github.com/swiftlang/swift-format/releases/tag/601.0.0-prerelease-2024-10-15",
"version" : "601.0.0-prerelease-2024-10-15"
}
]
12 changes: 12 additions & 0 deletions Outputs/xcbeautify.json
Original file line number Diff line number Diff line change
Expand Up @@ -862,5 +862,17 @@
"title" : "2.11.0",
"url" : "https://github.com/cpisciotta/xcbeautify/releases/tag/2.11.0",
"version" : "2.11.0"
},
{
"body" : "",
"createdAt" : "2024-10-15T10:45:53+09:00",
"fetchedFromAPIAt" : "2024-10-16T10:08:25+09:00",
"id" : "RE_kwDOCNUZc84KuU22",
"owner" : "cpisciotta",
"publishedAt" : "2024-10-15T10:46:06+09:00",
"repository" : "xcbeautify",
"title" : "2.12.0",
"url" : "https://github.com/cpisciotta/xcbeautify/releases/tag/2.12.0",
"version" : "2.12.0"
}
]

0 comments on commit d9e96cc

Please sign in to comment.