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 24, 2024
1 parent d04e880 commit d0f6afa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Outputs/SwiftNIO.json
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,18 @@
"url" : "https://github.com/apple/swift-nio/releases/tag/2.68.0",
"version" : "2.68.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* Drop support for Swift 5.8 by @FranzBusch in https://github.com/apple/swift-nio/pull/2924\r\n* Fix `EventLoopFuture` and `EventLoopPromise` under strict concurrency checking by @FranzBusch in https://github.com/apple/swift-nio/pull/2654\r\n* Provide APIs to read file into more data types by @clintonpi in https://github.com/apple/swift-nio/pull/2923\r\n### SemVer Patch\r\n* Adopt NIOThrowingAsyncSequenceProducer 2nd try by @rnro in https://github.com/apple/swift-nio/pull/2917\r\n* Add future wait benchmark to catch memory leaks by @rnro in https://github.com/apple/swift-nio/pull/2931\r\n* Fix Windows build break. by @jeffdav in https://github.com/apple/swift-nio/pull/2935\r\n* Fix withConnectedSocket in async mode by @Lukasa in https://github.com/apple/swift-nio/pull/2937\r\n* Fix Windows build for NIOCore. by @jeffdav in https://github.com/apple/swift-nio/pull/2938\r\n* NIOPosix on Darwin: inherit main thread QoS by @weissi in https://github.com/apple/swift-nio/pull/2944\r\n### Other Changes\r\n* [CI] Migrate to Swift 6.0 and drop 5.8 by @FranzBusch in https://github.com/apple/swift-nio/pull/2920\r\n* Disable semver label check locally by @rnro in https://github.com/apple/swift-nio/pull/2928\r\n* [CI] Fix python lint by @FranzBusch in https://github.com/apple/swift-nio/pull/2925\r\n* clean up 5.8 thresholds by @rnro in https://github.com/apple/swift-nio/pull/2932\r\n* [CI] Add Windows matrix build by @FranzBusch in https://github.com/apple/swift-nio/pull/2929\r\n* [CI] Small adjustments to the Windows actions by @FranzBusch in https://github.com/apple/swift-nio/pull/2939\r\n* [CI] Enable benchmarks & cxx Windows CI by @FranzBusch in https://github.com/apple/swift-nio/pull/2940\r\n* [CI] Fix the Windows 6.0 check name by @FranzBusch in https://github.com/apple/swift-nio/pull/2941\r\n\r\n## New Contributors\r\n* @jeffdav made their first contribution in https://github.com/apple/swift-nio/pull/2935\r\n\r\n**Full Changelog**: https://github.com/apple/swift-nio/compare/2.75.0...2.76.0",
"createdAt" : "2024-10-24T01:14:35+09:00",
"fetchedFromAPIAt" : "2024-10-24T10:07:42+09:00",
"id" : "RE_kwDOBy6rG84K0dos",
"owner" : "apple",
"publishedAt" : "2024-10-24T01:25:12+09:00",
"repository" : "swift-nio",
"title" : "SwiftNIO 2.76.0",
"url" : "https://github.com/apple/swift-nio/releases/tag/2.76.0",
"version" : "2.76.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* `FileSystem.copyItem` can parallelise directory copy by @UncleMattHope in https://github.com/apple/swift-nio/pull/2806\r\n* `ChannelOption`: Allow types to be accessed with leading dot syntax by @ayush1794 in https://github.com/apple/swift-nio/pull/2816\r\n* Make `EventLoopPromise` conform to Equatable by @gjcairo in https://github.com/apple/swift-nio/pull/2714\r\n* Provide a default `CopyStrategy` overload for copyItem. by @UncleMattHope in https://github.com/apple/swift-nio/pull/2818\r\n### SemVer Patch\r\n* Better align shutdown semantics of testing event loops by @simonjbeaumont in https://github.com/apple/swift-nio/pull/2800\r\n* Clone files on Darwin rather than copying them by @rnro in https://github.com/apple/swift-nio/pull/2823\r\n### Other Changes\r\n* Fix compose file used in update-benchmark-thresholds script by @simonjbeaumont in https://github.com/apple/swift-nio/pull/2808\r\n* Remove advice to generate linux tests. by @PeterAdams-A in https://github.com/apple/swift-nio/pull/2807\r\n* Make `testInstantTCPConnectionResetThrowsError` more reliable by @hamzahrmalik in https://github.com/apple/swift-nio/pull/2810\r\n* [CI] Add `shellcheck` and fix up warnings by @FranzBusch in https://github.com/apple/swift-nio/pull/2809\r\n* [CI] Fix docs check by @FranzBusch in https://github.com/apple/swift-nio/pull/2811\r\n* [CI] Add Swift 6 language mode workflow by @FranzBusch in https://github.com/apple/swift-nio/pull/2812\r\n* Fix test compilation on non-macOS Darwin platforms by @simonjbeaumont in https://github.com/apple/swift-nio/pull/2817\r\n* Add `.index-build` to `.gitignore` by @MaxDesiatov in https://github.com/apple/swift-nio/pull/2819\r\n* [CI] Add action and workflow to check for semver label by @FranzBusch in https://github.com/apple/swift-nio/pull/2814\r\n* Update repository docs for swift-version support and recent CI check changes by @UncleMattHope in https://github.com/apple/swift-nio/pull/2815\r\n* Fix failing build for test by @ayush1794 in https://github.com/apple/swift-nio/pull/2824\r\n* Fix typo in comment in `WebSocketErrorCodes.swift` by @valeriyvan in https://github.com/apple/swift-nio/pull/2604\r\n* [CI] Add a scheduled workflow for tests and benchmarks by @FranzBusch in https://github.com/apple/swift-nio/pull/2822\r\n* [CI] Fix label check by @FranzBusch in https://github.com/apple/swift-nio/pull/2827\r\n\r\n## New Contributors\r\n* @UncleMattHope made their first contribution in https://github.com/apple/swift-nio/pull/2806\r\n* @ayush1794 made their first contribution in https://github.com/apple/swift-nio/pull/2816\r\n* @valeriyvan made their first contribution in https://github.com/apple/swift-nio/pull/2604\r\n\r\n**Full Changelog**: https://github.com/apple/swift-nio/compare/2.69.0...2.70.0",
"createdAt" : "2024-08-05T21:41:20+09:00",
Expand Down

0 comments on commit d0f6afa

Please sign in to comment.