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 28, 2024
1 parent 782195d commit 639e756
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Outputs/SwiftFormat.json
Original file line number Diff line number Diff line change
Expand Up @@ -1198,5 +1198,17 @@
"title" : "0.55.3",
"url" : "https://github.com/nicklockwood/SwiftFormat/releases/tag/0.55.3",
"version" : "0.55.3"
},
{
"body" : "- Fixed bug where `sortTypealiases` rule could mangle generic types, or ones using the `any` keyword\r\n- The `preferKeyPaths` rule now only uses `\\\\.self` for Swift 6 and later (fix din't land yet in 5.10)\r\n- Added speculative fix for plugin `artifactbundle` not working on `ubuntu-latest`\r\n",
"createdAt" : "2024-11-27T08:58:45+09:00",
"fetchedFromAPIAt" : "2024-11-28T10:13:09+09:00",
"id" : "RE_kwDOA_OyXc4LL8FZ",
"owner" : "nicklockwood",
"publishedAt" : "2024-11-27T10:21:02+09:00",
"repository" : "SwiftFormat",
"title" : "0.55.3",
"url" : "https://github.com/nicklockwood/SwiftFormat/releases/tag/0.55.3",
"version" : "0.55.3"
}
]
12 changes: 12 additions & 0 deletions Outputs/SwiftNIO.json
Original file line number Diff line number Diff line change
Expand Up @@ -898,5 +898,17 @@
"title" : "SwiftNIO 2.75.0",
"url" : "https://github.com/apple/swift-nio/releases/tag/2.75.0",
"version" : "2.75.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 new protocol for ChannelHandler to get buffered bytes in the channel handler by @johnnzhou in https://github.com/apple/swift-nio/pull/2918\r\n* Add WebSocketFrame.reservedBits OptionSet by @adam-fowler in https://github.com/apple/swift-nio/pull/2971\r\n* Add ByteBuffer methods getUTF8ValidatedString and readUTF8ValidatedString by @adam-fowler in https://github.com/apple/swift-nio/pull/2973\r\n* EventLoopFuture.waitSpinningRunLoop() by @weissi in https://github.com/apple/swift-nio/pull/2985\r\n### SemVer Patch\r\n* EmbeddedEventLoop/Channel: check correct thread by @weissi in https://github.com/apple/swift-nio/pull/2951\r\n* Fix `NIOAsyncSequenceProducer` watermark strategy. by @FranzBusch in https://github.com/apple/swift-nio/pull/2952\r\n* BaseSocketChannel flushNow IONotificationState changes by @rnro in https://github.com/apple/swift-nio/pull/2954\r\n* Fix leaking technique by @asdf-bro in https://github.com/apple/swift-nio/pull/2963\r\n* Use Swift 6.0 docs pipeline by @rnro in https://github.com/apple/swift-nio/pull/2966\r\n* Remove sendable checking from NIOLock and NIOLockedValueBox by @glbrntt in https://github.com/apple/swift-nio/pull/2968\r\n* Close channel during upgrade, if client closes input by @adam-fowler in https://github.com/apple/swift-nio/pull/2756\r\n* Use condition variable in NIOThreadPool by @glbrntt in https://github.com/apple/swift-nio/pull/2964\r\n* Better handle ECONNRESET on connected datagram sockets. by @Lukasa in https://github.com/apple/swift-nio/pull/2979\r\n* Only toggle production state when above/below watermark by @glbrntt in https://github.com/apple/swift-nio/pull/2996\r\n* Prevent crash in Happy Eyeballs Resolver by @Lukasa in https://github.com/apple/swift-nio/pull/3003\r\n### Other Changes\r\n* Fix broken swift format link by @ali-ahsan-ali in https://github.com/apple/swift-nio/pull/2948\r\n* Correct allocation test script by @PeterAdams-A in https://github.com/apple/swift-nio/pull/2956\r\n* Remove unused dockerfiles and allocation limit scripts by @PeterAdams-A in https://github.com/apple/swift-nio/pull/2957\r\n* Improve docs around running act for formatting by @glbrntt in https://github.com/apple/swift-nio/pull/2965\r\n* Fix SemVer major label check by @FranzBusch in https://github.com/apple/swift-nio/pull/2970\r\n* unify scheduled and main yamls by @rnro in https://github.com/apple/swift-nio/pull/2972\r\n* remove unused Swift 6 language mode workflow by @rnro in https://github.com/apple/swift-nio/pull/2976\r\n* Swift 6ify NIOHTTP1Server demo by @weissi in https://github.com/apple/swift-nio/pull/2974\r\n* Add netstat -s to nio-diagnose by @Lukasa in https://github.com/apple/swift-nio/pull/2977\r\n* tests: Remove asserts on the value of local Vsock CID by @simonjbeaumont in https://github.com/apple/swift-nio/pull/2975\r\n* Add back alloc limits script with JSON mode by @Lukasa in https://github.com/apple/swift-nio/pull/2987\r\n\r\n**Full Changelog**: https://github.com/apple/swift-nio/compare/2.76.1...2.77.0",
"createdAt" : "2024-11-27T19:27:02+09:00",
"fetchedFromAPIAt" : "2024-11-28T10:13:09+09:00",
"id" : "RE_kwDOBy6rG84LMYXj",
"owner" : "apple",
"publishedAt" : "2024-11-27T20:28:17+09:00",
"repository" : "swift-nio",
"title" : "SwiftNIO 2.77.0",
"url" : "https://github.com/apple/swift-nio/releases/tag/2.77.0",
"version" : "2.77.0"
}
]

0 comments on commit 639e756

Please sign in to comment.