From d04e880115974a62d1b2148012d075d2cefcc931 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 01:07:32 +0000 Subject: [PATCH] Apply scheduled running result --- Outputs/Realm.json | 12 ++++++++++++ Outputs/Swift OpenAPI Generator.json | 12 ++++++++++++ Outputs/The Composable Architecture.json | 12 ++++++++++++ 3 files changed, 36 insertions(+) diff --git a/Outputs/Realm.json b/Outputs/Realm.json index 5aae897..816b0fd 100644 --- a/Outputs/Realm.json +++ b/Outputs/Realm.json @@ -1078,5 +1078,17 @@ "title" : "v10.54.0", "url" : "https://github.com/realm/realm-swift/releases/tag/v10.54.0", "version" : "v10.54.0" + }, + { + "body" : "### Enhancements\n* None.\n\n### Fixed\n* The events library would attempt to upload backup files created as part of\n file format upgrades, causing backup copies of those backups to be made,\n looping until the maximum file name size was reached\n ([Core #8040](https://github.com/realm/realm-core/issues/8040), since v10.26.0).\n\n\n\n### Compatibility\n* Realm Studio: 15.0.0 or later.\n* APIs are backwards compatible with all previous releases in the 10.x.y series.\n* Carthage release for Swift is built with Xcode 15.4.0.\n* CocoaPods: 1.10 or later.\n* Xcode: 15.3.0-16.1 beta.\n\n### Internal\n* Upgraded realm-core from v14.13.0 to 14.13.1", + "createdAt" : "2024-10-23T03:31:21+09:00", + "fetchedFromAPIAt" : "2024-10-23T10:07:31+09:00", + "id" : "RE_kwDOAD24W84KzlFf", + "owner" : "realm", + "publishedAt" : "2024-10-23T03:32:52+09:00", + "repository" : "realm-swift", + "title" : "v10.54.1", + "url" : "https://github.com/realm/realm-swift/releases/tag/v10.54.1", + "version" : "v10.54.1" } ] \ No newline at end of file diff --git a/Outputs/Swift OpenAPI Generator.json b/Outputs/Swift OpenAPI Generator.json index d543e8e..5888af2 100644 --- a/Outputs/Swift OpenAPI Generator.json +++ b/Outputs/Swift OpenAPI Generator.json @@ -370,5 +370,17 @@ "title" : "1.3.1", "url" : "https://github.com/apple/swift-openapi-generator/releases/tag/1.3.1", "version" : "1.3.1" + }, + { + "body" : "\r\n\r\n## What's Changed\r\n### SemVer Minor\r\n* Generate enums for server variables by @theoriginalbit in https://github.com/apple/swift-openapi-generator/pull/618\r\n* Generate a static property to create a responses without any parameters by @arthurcro in https://github.com/apple/swift-openapi-generator/pull/656\r\n### SemVer Patch\r\n* [Refactor] Introduce TranslatorContext (1/2) by @czechboy0 in https://github.com/apple/swift-openapi-generator/pull/638\r\n* [Refactor] Introduce TranslatorContext (2/2) by @czechboy0 in https://github.com/apple/swift-openapi-generator/pull/640\r\n### Other Changes\r\n* ci: Finish migration to Github Actions by @FranzBusch in https://github.com/apple/swift-openapi-generator/pull/604\r\n* ci: Remove Docker Compose files used by old CI by @simonjbeaumont in https://github.com/apple/swift-openapi-generator/pull/633\r\n* ci: Add missing environment variable to integration-test by @simonjbeaumont in https://github.com/apple/swift-openapi-generator/pull/641\r\n* Docs: Reference Handling of Custom Terminating Byte Sequences by @paulhdk in https://github.com/apple/swift-openapi-generator/pull/625\r\n* [CI] Disable the API breakage check by @czechboy0 in https://github.com/apple/swift-openapi-generator/pull/647\r\n* [CI] Move to reusable soundness workflow by @FranzBusch in https://github.com/apple/swift-openapi-generator/pull/648\r\n* Fix CI - renamed upstream GHA workflow by @czechboy0 in https://github.com/apple/swift-openapi-generator/pull/650\r\n* [Proposal] SOAR-0012 Generate enums for server variables by @theoriginalbit in https://github.com/apple/swift-openapi-generator/pull/629\r\n* [CI] Update to Swift 6 CI by @FranzBusch in https://github.com/apple/swift-openapi-generator/pull/652\r\n* [Docs] Explain how to enable plugins in Xcode and Xcode Cloud by @czechboy0 in https://github.com/apple/swift-openapi-generator/pull/653\r\n* Update FAQ script to include note on correctness of spelling mistake by @theoriginalbit in https://github.com/apple/swift-openapi-generator/pull/654\r\n\r\n## New Contributors\r\n* @paulhdk made their first contribution in https://github.com/apple/swift-openapi-generator/pull/625\r\n* @theoriginalbit made their first contribution in https://github.com/apple/swift-openapi-generator/pull/618\r\n\r\n**Full Changelog**: https://github.com/apple/swift-openapi-generator/compare/1.3.1...1.4.0", + "createdAt" : "2024-10-22T02:43:24+09:00", + "fetchedFromAPIAt" : "2024-10-23T10:07:31+09:00", + "id" : "RE_kwDOJZWvis4KzJq-", + "owner" : "apple", + "publishedAt" : "2024-10-22T18:38:45+09:00", + "repository" : "swift-openapi-generator", + "title" : "1.4.0", + "url" : "https://github.com/apple/swift-openapi-generator/releases/tag/1.4.0", + "version" : "1.4.0" } ] \ No newline at end of file diff --git a/Outputs/The Composable Architecture.json b/Outputs/The Composable Architecture.json index fa4645f..f561329 100644 --- a/Outputs/The Composable Architecture.json +++ b/Outputs/The Composable Architecture.json @@ -1270,5 +1270,17 @@ "title" : "1.15.1", "url" : "https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.15.1", "version" : "1.15.1" + }, + { + "body" : "## What's Changed\r\n\r\n* Fixed: Address race conditions in the Combine subject driving the `Store`'s state (thanks @kabiroberai, https://github.com/pointfreeco/swift-composable-architecture/pull/3447).\r\n* Infrastructure: Update Russian translation in README.md (thanks @SubvertDev, https://github.com/pointfreeco/swift-composable-architecture/pull/3457).\r\n\r\n## New Contributors\r\n* @SubvertDev made their first contribution in https://github.com/pointfreeco/swift-composable-architecture/pull/3457\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-composable-architecture/compare/1.15.1...1.15.2", + "createdAt" : "2024-10-23T01:56:43+09:00", + "fetchedFromAPIAt" : "2024-10-23T10:07:30+09:00", + "id" : "RE_kwDOD48kk84KzhO6", + "owner" : "pointfreeco", + "publishedAt" : "2024-10-23T01:57:58+09:00", + "repository" : "swift-composable-architecture", + "title" : "1.15.2", + "url" : "https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.15.2", + "version" : "1.15.2" } ] \ No newline at end of file