From b83dc21061cf12de6b655324a32cbcb7cc3296a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:07:06 +0000 Subject: [PATCH] Apply scheduled running result --- Outputs/R.swift.json | 12 ++++++++++++ Outputs/RxSwift.json | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/Outputs/R.swift.json b/Outputs/R.swift.json index 428fc7f..5ee6225 100644 --- a/Outputs/R.swift.json +++ b/Outputs/R.swift.json @@ -658,5 +658,17 @@ "title" : "7.6.1", "url" : "https://github.com/mac-cain13/R.swift/releases/tag/7.6.1", "version" : "7.6.1" + }, + { + "body" : "- Add conformance to Sendable for generated struct and for public types in RswiftResources", + "createdAt" : "2024-10-08T02:30:31+09:00", + "fetchedFromAPIAt" : "2024-10-08T10:07:05+09:00", + "id" : "RE_kwDOAamb-84Kp2AM", + "owner" : "mac-cain13", + "publishedAt" : "2024-10-08T02:34:08+09:00", + "repository" : "R.swift", + "title" : "7.7.0", + "url" : "https://github.com/mac-cain13/R.swift/releases/tag/7.7.0", + "version" : "7.7.0" } ] \ No newline at end of file diff --git a/Outputs/RxSwift.json b/Outputs/RxSwift.json index 67c0e9b..72a10ab 100644 --- a/Outputs/RxSwift.json +++ b/Outputs/RxSwift.json @@ -394,5 +394,17 @@ "title" : "Seder.1 🌾", "url" : "https://github.com/ReactiveX/RxSwift/releases/tag/6.7.1", "version" : "6.7.1" + }, + { + "body" : "## What's Changed\r\n\r\n* We've added an Empty Privacy Manifest to the framework. We are not actually required for a privacy manifest since we don't collect any information, but Apple keeps accidentally tagging the project as problematic, so we've added an empty one :) \r\n\r\n* You can now create a `Single` from an async piece of work, for example:\r\n\r\n```swift\r\nfunc doIncredibleWork() async throws -> AmazingResponse {\r\n ...\r\n}\r\n\r\nlet single = Single.create {\r\n try await doIncredibleWork()\r\n} // Single\r\n```\r\n\r\nAlong with our other existing bridging methods - we now cover the full range of use cases for interchangeably working with RxSwift and Swift Concurrency in a code base (`AsyncStream` -> `Observable`, `Observable` -> `AsyncStream`, `Single` -> `await`able value, `await`able value -> Single).\r\n\r\nCheck out the [updated documentation](Documentation/SwiftConcurrency.md#wrapping-an-async-result-as-a-single) for more details.\r\n\r\n---\r\n\r\nMembers of the community have also made other bug fixes, updates, and contributions:\r\n\r\n* Add Sendable conformance to AtomicInt by @marcelofabri in https://github.com/ReactiveX/RxSwift/pull/2624\r\n* Add the deployment_target for visionOS in Podspec by @sanghun0724 in https://github.com/ReactiveX/RxSwift/pull/2603\r\n* Update links for repositories moved to the swiftlang org on GitHub by @lamtrinhdev in https://github.com/ReactiveX/RxSwift/pull/2614\r\n* Bump up swift-tools-version to 5.5 by @adincebic in https://github.com/ReactiveX/RxSwift/pull/2608\r\n* Support .editorConfig for consistent code formatting by @TTOzzi in https://github.com/ReactiveX/RxSwift/pull/2626\r\n* Tidied up some code using optional map by @BenMaer in https://github.com/ReactiveX/RxSwift/pull/2549\r\n* Fix a typo from SwiftConcurrency.md by @HeegeePark in https://github.com/ReactiveX/RxSwift/pull/2623\r\n* Don't retain receiver of Completable.andThen beyond its completion by @nikolaykasyanov in https://github.com/ReactiveX/RxSwift/pull/2604\r\n* Added some documentations to AsyncLock file by @herlandro in https://github.com/ReactiveX/RxSwift/pull/2627\r\n\r\n## New Contributors\r\n* @adincebic made their first contribution in https://github.com/ReactiveX/RxSwift/pull/2608\r\n* @lamtrinhdev made their first contribution in https://github.com/ReactiveX/RxSwift/pull/2614\r\n* @BenMaer made their first contribution in https://github.com/ReactiveX/RxSwift/pull/2549\r\n* @HeegeePark made their first contribution in https://github.com/ReactiveX/RxSwift/pull/2623\r\n* @nikolaykasyanov made their first contribution in https://github.com/ReactiveX/RxSwift/pull/2604\r\n* @herlandro made their first contribution in https://github.com/ReactiveX/RxSwift/pull/2627\r\n\r\n**Full Changelog**: https://github.com/ReactiveX/RxSwift/compare/6.7.1...6.8.0", + "createdAt" : "2024-10-07T04:40:21+09:00", + "fetchedFromAPIAt" : "2024-10-08T10:07:05+09:00", + "id" : "RE_kwDOAgA5b84KpOh2", + "owner" : "ReactiveX", + "publishedAt" : "2024-10-07T16:07:22+09:00", + "repository" : "RxSwift", + "title" : "BringThemHome 🎗️", + "url" : "https://github.com/ReactiveX/RxSwift/releases/tag/6.8.0", + "version" : "6.8.0" } ] \ No newline at end of file