Date: Sun, 14 Jul 2024 23:05:15 +0900
Subject: [PATCH] Apply "Scheduled Run" result 2024-07-14
---
Outputs/APNGKit.json | 48 +++
Outputs/Alamofire.json | 48 +++
Outputs/AlamofireImage.json | 12 +
Outputs/Apollo iOS.json | 288 ++++++++++++++
Outputs/Carthage.json | 12 +
Outputs/CocoaPods.json | 96 +++++
Outputs/Core ML Stable Diffusion.json | 24 ++
Outputs/Dependencies.json | 168 ++++++++
Outputs/Firebase Apple SDK.json | 252 ++++++++++++
Outputs/Foundation ICU.json | 72 ++++
Outputs/Kingfisher.json | 120 ++++++
Outputs/LicensePlist.json | 36 ++
Outputs/Lottie for Swift Package Manager.json | 120 ++++++
Outputs/Lottie for iOS, macOS.json | 120 ++++++
Outputs/Mockolo.json | 24 ++
Outputs/Nimble.json | 132 +++++++
Outputs/Nuke.json | 228 +++++++++++
Outputs/PINRemoteImage.json | 12 +
Outputs/Quick.json | 108 ++++++
Outputs/R.swift.json | 24 ++
Outputs/Realm.json | 336 ++++++++++++++++
Outputs/RxSwift.json | 24 ++
Outputs/SDWebImage.json | 228 +++++++++++
Outputs/Swift Algorithms.json | 24 ++
Outputs/Swift Argument Parser.json | 48 +++
Outputs/Swift Async Algorithms.json | 48 +++
Outputs/Swift Atomics.json | 12 +
Outputs/Swift Collections.json | 60 +++
Outputs/Swift Crypto.json | 108 ++++++
Outputs/Swift Markdown.json | 48 +++
Outputs/Swift OpenAPI Generator.json | 350 +++++++++++++++++
Outputs/Swift OpenAPI Runtime.json | 362 ++++++++++++++++++
Outputs/Swift OpenAPI URLSession.json | 146 +++++++
Outputs/Swift Package Manager.json | 36 ++
Outputs/Swift Protobuf.json | 96 +++++
Outputs/Swift System.json | 24 ++
Outputs/Swift-DocC.json | 25 +-
Outputs/Swift.json | 60 +++
Outputs/SwiftFormat.json | 324 ++++++++++++++++
Outputs/SwiftGen.json | 12 +
Outputs/SwiftLint.json | 60 +++
Outputs/SwiftLog.json | 48 +++
Outputs/SwiftNIO.json | 180 +++++++++
Outputs/SwiftSyntax.json | 120 ++++++
Outputs/The Composable Architecture.json | 360 +++++++++++++++++
Outputs/XcodeGen.json | 120 ++++++
Outputs/Xcodes.app.json | 60 +++
Outputs/fastlane.json | 120 ++++++
Outputs/swift-format.json | 36 ++
Outputs/xcbeautify.json | 312 +++++++++++++++
Outputs/xcodes.json | 24 ++
README.md | 7 +-
52 files changed, 5759 insertions(+), 3 deletions(-)
create mode 100644 Outputs/Swift OpenAPI Generator.json
create mode 100644 Outputs/Swift OpenAPI Runtime.json
create mode 100644 Outputs/Swift OpenAPI URLSession.json
diff --git a/Outputs/APNGKit.json b/Outputs/APNGKit.json
index 7c53e22..5433e72 100644
--- a/Outputs/APNGKit.json
+++ b/Outputs/APNGKit.json
@@ -382,5 +382,53 @@
"title" : "2.2.2",
"url" : "https://github.com/onevcat/APNGKit/releases/tag/2.2.2",
"version" : "2.2.2"
+ },
+ {
+ "body" : "### Fix\n\n- A timing issue that on iOS 17 a wrong timestamp might be used when the image starts to play when the app is just going to start up. It caused the image to be played at the wrong speed. [#140](https://github.com/onevcat/APNGKit/pull/140) @alexander-steel @devflow @onevcat",
+ "createdAt" : "2023-12-09T21:31:17+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAn3VYc4H8aYO",
+ "owner" : "onevcat",
+ "publishedAt" : "2023-12-09T21:31:24+09:00",
+ "repository" : "APNGKit",
+ "title" : "2.2.4",
+ "url" : "https://github.com/onevcat/APNGKit/releases/tag/2.2.4",
+ "version" : "2.2.4"
+ },
+ {
+ "body" : "### Fix\n\n- A wrong condition check that caused the fix in 2.2.4 not to work as expected. [#141](https://github.com/onevcat/APNGKit/pull/141)",
+ "createdAt" : "2023-12-11T11:39:39+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAn3VYc4H8qgW",
+ "owner" : "onevcat",
+ "publishedAt" : "2023-12-11T11:39:47+09:00",
+ "repository" : "APNGKit",
+ "title" : "2.2.5",
+ "url" : "https://github.com/onevcat/APNGKit/releases/tag/2.2.5",
+ "version" : "2.2.5"
+ },
+ {
+ "body" : "### Fix\n\n- Use an alpha bitmap context to render images with true color (PNG ColorType 2). This allows the `tRNS` chunk to be handled correctly. [#138](https://github.com/onevcat/APNGKit/pull/138)",
+ "createdAt" : "2023-10-09T13:46:49+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAn3VYc4HZzj5",
+ "owner" : "onevcat",
+ "publishedAt" : "2023-10-09T13:46:56+09:00",
+ "repository" : "APNGKit",
+ "title" : "2.2.3",
+ "url" : "https://github.com/onevcat/APNGKit/releases/tag/2.2.3",
+ "version" : "2.2.3"
+ },
+ {
+ "body" : "### Add\n\n- Support for visionOS. Now APNGKit can be used on visionOS in the native way. [#146](https://github.com/onevcat/APNGKit/pull/146)\n- Privacy Manifest support. Although APNGKit is not tracking any user information nor using any APIs that require declaration, an empty privacy manifest file was added to the project to prevent any potential warning. [#144](https://github.com/onevcat/APNGKit/pull/144)\n\n### Note\n\n- To align with the latest build environment and Xcode, APNGKit now increases the minimum deployment target to iOS 12, macOS 10.14 and tvOS 12. [#145](https://github.com/onevcat/APNGKit/pull/145)",
+ "createdAt" : "2024-03-19T23:45:19+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAn3VYc4IxvHt",
+ "owner" : "onevcat",
+ "publishedAt" : "2024-03-19T23:45:27+09:00",
+ "repository" : "APNGKit",
+ "title" : "2.3.0",
+ "url" : "https://github.com/onevcat/APNGKit/releases/tag/2.3.0",
+ "version" : "2.3.0"
}
]
\ No newline at end of file
diff --git a/Outputs/Alamofire.json b/Outputs/Alamofire.json
index 318bb95..9696686 100644
--- a/Outputs/Alamofire.json
+++ b/Outputs/Alamofire.json
@@ -418,5 +418,53 @@
"title" : "5.7.1",
"url" : "https://github.com/Alamofire/Alamofire/releases/tag/5.7.1",
"version" : "5.7.1"
+ },
+ {
+ "body" : "Released on 2023-08-31. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/Alamofire/milestone/87?closed=1).\r\n\r\n#### Added\r\n\r\n- visionOS support.\r\n - Added by [Jon Shier](https://github.com/jshier) in Pull Requests [#3738](https://github.com/Alamofire/Alamofire/pull/3738) and [#3750](https://github.com/Alamofire/Alamofire/pull/3750).\r\n- Hooks for initial `HTTPURLResponse` values.\r\n - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#3762](https://github.com/Alamofire/Alamofire/pull/3738).\r\n- Android build support.\r\n - Added by [Hugo Gonzalez](https://github.com/hggz) in Pull Request [#3744](https://github.com/Alamofire/Alamofire/pull/3744).\r\n\r\n#### Updated\r\n\r\n- Async integration to obey automatic cancellation by default.\r\n - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3757](https://github.com/Alamofire/Alamofire/pull/3757).\r\n- Platform `#if` checks.\r\n - Updated by [brenno](https://github.com/brennobemoura) in Pull Request [#3756](https://github.com/Alamofire/Alamofire/pull/3756).\r\n- Windows CI.\r\n - Updated by [Saleem Abdulrasool](https://github.com/compnerd) in Pull Request [#3763](https://github.com/Alamofire/Alamofire/pull/3763).\r\n- `URL` conversion tests for 2023 `URL` changes.\r\n - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3734](https://github.com/Alamofire/Alamofire/pull/3734).\r\n- for-loop to `contains`.\r\n - Updated by [Mayank Kumar Gupta](https://github.com/Mayank-84) in Pull Request [#3726](https://github.com/Alamofire/Alamofire/pull/3726).\r\n\r\n#### Fixed\r\n\r\n- `MultipartFormData` stream to properly obey `bodyContentLength`.\r\n - Fixed by [Henrique Valcanaia](https://github.com/hvsw) in Pull Request [#3730](https://github.com/Alamofire/Alamofire/pull/3730).\r\n- Unnecessary call to empty init.\r\n - Fixed by [Shinolr](https://github.com/Shinolr) in Pull Request [#3742](https://github.com/Alamofire/Alamofire/pull/3742).\r\n- Documentation typos.\r\n - Fixed by [Jenna](https://github.com/ueunli) in Pull Request [#3733](https://github.com/Alamofire/Alamofire/pull/3733).",
+ "createdAt" : "2023-09-01T07:50:52+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAVavk84HH90B",
+ "owner" : "Alamofire",
+ "publishedAt" : "2023-09-01T07:52:04+09:00",
+ "repository" : "Alamofire",
+ "title" : "5.8.0",
+ "url" : "https://github.com/Alamofire/Alamofire/releases/tag/5.8.0",
+ "version" : "5.8.0"
+ },
+ {
+ "body" : "Released on 2023-10-26. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/Alamofire/milestone/88?closed=1).\r\n\r\n### Updated\r\n\r\n- Internal: `Protected` to no longer be a `@propertyWrapper`.\r\n - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3777](https://github.com/Alamofire/Alamofire/pull/3777).\r\n\r\n### Fixed\r\n\r\n- `URLEncodedFormEncoder` encoding of `Encodable` values with optional properties using `encodeIfPresent`.\r\n - Fixed by [Jon Shier](https://github.com/jshier) in Pull Request [#3779](https://github.com/Alamofire/Alamofire/pull/3779).\r\n- Missing \"Skip Install\" setting for visionOS target.\r\n - Fixed by [Sai](https://github.com/Sai) in Pull Request [#3788](https://github.com/Alamofire/Alamofire/pull/3788).",
+ "createdAt" : "2023-10-27T04:47:55+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAVavk84Hj3pS",
+ "owner" : "Alamofire",
+ "publishedAt" : "2023-10-27T04:49:10+09:00",
+ "repository" : "Alamofire",
+ "title" : "5.8.1",
+ "url" : "https://github.com/Alamofire/Alamofire/releases/tag/5.8.1",
+ "version" : "5.8.1"
+ },
+ {
+ "body" : "Released on 2024-03-30. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/Alamofire/milestone/90?closed=1).\r\n\r\n### Updated\r\n\r\n- `HTTPHeaders` and `HTTPHeader` to be `Sendable`.\r\n - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3856](https://github.com/Alamofire/Alamofire/pull/3856).\r\n- `HTTPMethod` to be `Sendable`.\r\n - Updated by [Galvin Li](https://github.com/bestwnh) in Pull Request [#3848](https://github.com/Alamofire/Alamofire/pull/3848).\r\n\r\n### Fixed\r\n\r\n- CocoaPods visionOS support by explicitly declaring it in podspec.\r\n - Fixed by [Tamás Jäger](https://github.com/bestwnh) in Pull Request [#3845](https://github.com/Alamofire/Alamofire/pull/3845).",
+ "createdAt" : "2024-03-31T10:21:38+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAVavk84I42d6",
+ "owner" : "Alamofire",
+ "publishedAt" : "2024-03-31T10:22:33+09:00",
+ "repository" : "Alamofire",
+ "title" : "5.9.1",
+ "url" : "https://github.com/Alamofire/Alamofire/releases/tag/5.9.1",
+ "version" : "5.9.1"
+ },
+ {
+ "body" : "Released on 2024-03-03. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/Alamofire/milestone/89?closed=1).\r\n\r\n### Added\r\n\r\n- [🔥 Experimental 🔥] `WebSocketRequest`, as a wrapper for `URLSessionWebSocketTask`. This preview release is undocumented behind `@_spi(WebSocket)`. Its API _will_ change in the future, especially to adopt typed throws, but it is largely feature complete, tested, and usable now. API feedback, missing use cases, and bug reports are much appreciated before it goes fully public.\r\n - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#3455](https://github.com/Alamofire/Alamofire/pull/3455).\r\n- `PrivacyInfo.xcprivacy` file and integration with SPM, CocoaPods, and Carthage.\r\n - Added by [Dmitry Kuleshov](https://github.com/kdvmgn) and [Jon Shier](https://github.com/jshier) in Pull Requests [#3792](https://github.com/Alamofire/Alamofire/pull/3792), [#3831](https://github.com/Alamofire/Alamofire/pull/3831), and [#3839](https://github.com/Alamofire/Alamofire/pull/3839).\r\n- `AlamofireDynamic` target, to force dynamic linking in Xcode when using SPM. Only use when you know you need it.\r\n - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#3808](https://github.com/Alamofire/Alamofire/pull/3808).\r\n- `AFInfo` enum and a public `version` value to get Alamofire's current version, `AFInfo.version`.\r\n - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#3819](https://github.com/Alamofire/Alamofire/pull/3819).\r\n\r\n### Updated\r\n\r\n- Alamofire to require Swift 5.7.1.\r\n - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3798](https://github.com/Alamofire/Alamofire/pull/3798).\r\n- Project structure to break apart large `Request.swift` file and consolidate various `Request` subclasses into their own files.\r\n - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3798](https://github.com/Alamofire/Alamofire/pull/3798).\r\n- `Empty` type to be `Sendable`.\r\n - Updated by [Antoine van der Lee](https://github.com/AvdLee) in Pull Request [#3816](https://github.com/Alamofire/Alamofire/pull/3816).\r\n- `.swiftformat` to remove duplicate rules.\r\n - Updated by [Fourenn](https://github.com/giftbott) in Pull Request [#3835](https://github.com/Alamofire/Alamofire/pull/3835).\r\n\r\n### Fixed\r\n\r\n- Platform deprecation warnings in `Package.swift` in newer Xcode versions.\r\n - Updated by [fess](https://github.com/apps4everyone) in Pull Request [#3823](https://github.com/Alamofire/Alamofire/pull/3823).\r\n- `Alamofire.podspec` after project restructuring.\r\n - Updated by [mlch](https://github.com/mlch911) in Pull Request [#3825](https://github.com/Alamofire/Alamofire/pull/3825).\r\n- Various documentation typos.\r\n - Fixed by [JaewoongLee-swift](https://github.com/JaewoongLee-swift), [TaeHyun](https://github.com/kth1210), and [hugo-syn](https://github.com/hugo-syn) in various Pull Requests.",
+ "createdAt" : "2024-03-04T11:17:59+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAVavk84InfO1",
+ "owner" : "Alamofire",
+ "publishedAt" : "2024-03-04T11:19:13+09:00",
+ "repository" : "Alamofire",
+ "title" : "5.9.0",
+ "url" : "https://github.com/Alamofire/Alamofire/releases/tag/5.9.0",
+ "version" : "5.9.0"
}
]
\ No newline at end of file
diff --git a/Outputs/AlamofireImage.json b/Outputs/AlamofireImage.json
index f29dcdd..b3c975e 100644
--- a/Outputs/AlamofireImage.json
+++ b/Outputs/AlamofireImage.json
@@ -358,5 +358,17 @@
"title" : "Swift 3.2 and Xcode 9",
"url" : "https://github.com/Alamofire/AlamofireImage/releases/tag/3.3.0",
"version" : "3.3.0"
+ },
+ {
+ "body" : "Released on 2023-09-13. All issues associated with this milestone can be found using this\r\n[filter](https://github.com/Alamofire/AlamofireImage/milestone/42?closed=1).\r\n\r\n#### Added\r\n\r\n- visionOS support.\r\n - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#469](https://github.com/Alamofire/AlamofireImage/pull/469).\r\n- Swift concurrency support.\r\n - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#464](https://github.com/Alamofire/AlamofireImage/pull/464).\r\n- Combine support.\r\n - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#464](https://github.com/Alamofire/AlamofireImage/pull/464).\r\n- AVIF and JPEG XL image support.\r\n - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#464](https://github.com/Alamofire/AlamofireImage/pull/464).\r\n\r\n#### Updated\r\n\r\n- Project to require Swift 5.5.\r\n - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#464](https://github.com/Alamofire/AlamofireImage/pull/464).\r\n- Testing infrastructure and CI integration.\r\n - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#464](https://github.com/Alamofire/AlamofireImage/pull/464).\r\n- `ImageResponseSerializer` to be `open`.\r\n - Updated by [Aleksey Ostapenko](https://github.com/Banannzza) in Pull Request [#452](https://github.com/Alamofire/AlamofireImage/pull/452).\r\n- `acceptableImageContentTypes` to be publicly visible.\r\n - Updated by [Adam Lickel](https://github.com/lickel) in Pull Request [#453](https://github.com/Alamofire/AlamofireImage/pull/453).\r\n\r\n#### Fixed\r\n\r\n- Documentation example.\r\n - Fixed by [Norton](https://github.com/jiangdi0924) in Pull Request [#444](https://github.com/Alamofire/AlamofireImage/pull/444).",
+ "createdAt" : "2023-09-14T00:30:53+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAn2D584HNiet",
+ "owner" : "Alamofire",
+ "publishedAt" : "2023-09-14T00:31:52+09:00",
+ "repository" : "AlamofireImage",
+ "title" : "4.3.0: Welcome Back",
+ "url" : "https://github.com/Alamofire/AlamofireImage/releases/tag/4.3.0",
+ "version" : "4.3.0"
}
]
\ No newline at end of file
diff --git a/Outputs/Apollo iOS.json b/Outputs/Apollo iOS.json
index 5d8f178..4c94863 100644
--- a/Outputs/Apollo iOS.json
+++ b/Outputs/Apollo iOS.json
@@ -635,6 +635,30 @@
"url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.1.0-beta.1",
"version" : "1.1.0-beta.1"
},
+ {
+ "body" : "### Fixed\r\n- **Fix two issues with generated models:** See PR ([#3168](https://github.com/apollographql/apollo-ios/pull/3168)). _Thank you to [@iAmericanBoy](https://github.com/iAmericanBoy) for finding these issues and providing a reproduction case._\r\n- **Fix computation of operation identifiers for persisted queries:** See PR ([#3163](https://github.com/apollographql/apollo-ios/pull/3163)). _Thank you to [@WolframPRO](https://github.com/WolframPRO) for finding these issues._",
+ "createdAt" : "2023-08-02T04:14:39+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4G1jo8",
+ "owner" : "apollographql",
+ "publishedAt" : "2023-08-02T04:17:32+09:00",
+ "repository" : "apollo-ios",
+ "title" : "1.3.3",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.3.3",
+ "version" : "1.3.3"
+ },
+ {
+ "body" : "## v1.4.0\r\n\r\n### New\r\n\r\n- **Added the ability to set a casing strategy for field names in code generation ([#2738](https://github.com/apollographql/apollo-ios/issues/2738)):** See PR ([#3171](https://github.com/apollographql/apollo-ios/pull/3171)). _Thank you to [@Spatel91111](https://github.com/Spatel91111) for the feature request._\r\n\r\n### Improvement\r\n\r\n- **Updated the way persisted queries are configured for code and manifest generation:** See PR ([#3175](https://github.com/apollographql/apollo-ios/pull/3175))\r\n- **Updated docs for `other` schema module type to provide more clarity ([#3164](https://github.com/apollographql/apollo-ios/issues/3164)):** See PR ([#3170](https://github.com/apollographql/apollo-ios/pull/3170)) _Thank you to [@Mordil](https://github.com/Mordil) for suggesting this update._",
+ "createdAt" : "2023-08-11T02:44:19+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4G6YhK",
+ "owner" : "apollographql",
+ "publishedAt" : "2023-08-11T02:47:21+09:00",
+ "repository" : "apollo-ios",
+ "title" : "1.4.0",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.4.0",
+ "version" : "1.4.0"
+ },
{
"body" : "### Fixed\r\n- **`@dynamicMember` conflicting field name ([#2950](https://github.com/apollographql/apollo-ios/issues/2950)):** The subscript setters have been changed to allow a selection set property named `hash`. [#2965](https://github.com/apollographql/apollo-ios/pull/2965) _Thank you to [@renanbdias](https://github.com/renanbdias) for raising the issue._\r\n- **Disallow certain targetNames in code generation ([#2958](https://github.com/apollographql/apollo-ios/issues/2958)):** `apollo` is no longer allowed as a target name otherwise it causes a conflict when importing `Apollo` as a module. [#2972](https://github.com/apollographql/apollo-ios/pull/2972) _Thank you to [@moopoints](https://github.com/moopoints) for raising the issue._\r\n- **Fully Qualify name of RootEntityType and mergedSources ([#2949](https://github.com/apollographql/apollo-ios/issues/2949)):** Selection set types use fully qualified namespacing to prevent conflicts with other types. [#2956](https://github.com/apollographql/apollo-ios/pull/2956) _Thank you to [@martin-muller](https://github.com/martin-muller) for raising the issue._\r\n- **SelectionSet Codegen `__typename` fix ([#2955](https://github.com/apollographql/apollo-ios/issues/2955)):** Custom root types defined in the schema are now correctly applied to selection set fields typename definitions [#2983](https://github.com/apollographql/apollo-ios/pull/2983) _Thank you to [@ynnadrules](https://github.com/ynnadrules) for raising the issue._",
"createdAt" : "2023-05-02T03:42:30+09:00",
@@ -694,5 +718,269 @@
"title" : "1.3.0",
"url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.3.0",
"version" : "1.3.0"
+ },
+ {
+ "body" : "### Fixed\r\n- **Fix crashes in test mocks when setting an array of union types ([#3023](https://github.com/apollographql/apollo-ios/pull/3023)):** See PR ([#3089](https://github.com/apollographql/apollo-ios/pull/3089)). _Thank you to [@jabeattie](https://github.com/jabeattie) & [@scottasoutherland](https://github.com/scottasoutherland) for raising the issue._\r\n\r\n### Deprecated\r\n- **Deprecated `APQConfig` & `operationIdentifiersPath` in `ApolloCodegenConfiguration`.** \r\n - These have been replaced with `OperationDocumentFormat` and `OperationManifestFileOutput` respectively. Please see the documentation for [`ApolloCodegenConfiguration`](https://www.apollographql.com/docs/ios/code-generation/codegen-configuration) for more information.",
+ "createdAt" : "2023-07-13T06:19:05+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4GrVGV",
+ "owner" : "apollographql",
+ "publishedAt" : "2023-07-13T06:20:49+09:00",
+ "repository" : "apollo-ios",
+ "title" : "1.3.1",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.3.1",
+ "version" : "1.3.1"
+ },
+ {
+ "body" : "### Improved\r\n- **Throw an error when an invalid key is present in the codegen configuration JSON ([#2942](https://github.com/apollographql/apollo-ios/issues/2942)):** See PR ([#3125](https://github.com/apollographql/apollo-ios/pull/3125)) _Thank you to [@Iron-Ham](https://github.com/Iron-Ham) for the contribution._\r\n- **Cleanup unused imports and declarations. ([#3099](https://github.com/apollographql/apollo-ios/issues/3099)):** See PR ([#3100](https://github.com/apollographql/apollo-ios/pull/3100)) _Thank you to [@Iron-Ham](https://github.com/Iron-Ham) for raising the issue and contributing the fix._\r\n- **Improvement to response code error API ([#2426](https://github.com/apollographql/apollo-ios/issues/2426)):** See PR ([#3123](https://github.com/apollographql/apollo-ios/pull/3123)). _Thank you to [@dfperry5](https://github.com/dfperry5) for the contribution._\r\n- **Improved file path support for operation manifest generation:** See PR ([#3128](https://github.com/apollographql/apollo-ios/pull/3128))\r\n\r\n### Fixed\r\n- **Fix two issues in test mock generation:** See PR ([#3120](https://github.com/apollographql/apollo-ios/pull/3120)). _Thank you to [@TizianoCoroneo](https://github.com/TizianoCoroneo) for finding this issue and contributing the fix._\r\n- **Fixed precondition failure when surpassing graphql-js max error count ([#3126](https://github.com/apollographql/apollo-ios/issues/3126)):** See PR ([#3132](https://github.com/apollographql/apollo-ios/pull/3132)).\r\n\r\n### Deprecated\r\n- **Deprecated `queryStringLiteralFormat` in `ApolloCodegenConfiguration`:** Query string literals will now always be generated as single line strings. See PR ([#3129](https://github.com/apollographql/apollo-ios/pull/3129)).",
+ "createdAt" : "2023-07-21T07:07:39+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4GvN67",
+ "owner" : "apollographql",
+ "publishedAt" : "2023-07-21T07:11:23+09:00",
+ "repository" : "apollo-ios",
+ "title" : "1.3.2",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.3.2",
+ "version" : "1.3.2"
+ },
+ {
+ "body" : "### New\r\n\r\n- **Added the ability pass a custom `RequestContext` to networking APIs ([#3198](https://github.com/apollographql/apollo-ios/pull/3198)):** _Thank you to [@danieltiger](https://github.com/danieltiger) for the contribution._\r\n - **Minor Breaking Change:** The `requestContext` parameter is optional with a default value of `nil`. This means there are no breaking changes to the APIs for making networking calls. However, the `requestContext` parameter was also added to the `ApolloClientProtocol`. For custom implementations of this protocol (usually used for unit testing), you will need to add the `requestContext` parameter to your function signatures.\r\n \r\n### Fixed\r\n\r\n- **Null values are no longer stripped from the underlying data used by generated `SelectionSet` models ([apollo-ios-dev/#25](https://github.com/apollographql/apollo-ios-dev/pull/25)):**\r\n - When these models were manually inserted into the cache, the null fields, which were stripped, were not written to the cache. This caused unintended cache misses when fetching those values back out of the cache.\r\n - This fixes [#3092](https://github.com/apollographql/apollo-ios/issues/3092). _Thank you to [@aleksanderlorenc-lw](https://github.com/aleksanderlorenc-lw) for raising this issue._ ",
+ "createdAt" : "2023-09-06T05:51:53+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4HJ1aR",
+ "owner" : "apollographql",
+ "publishedAt" : "2023-09-06T06:07:16+09:00",
+ "repository" : "apollo-ios",
+ "title" : "1.5.0",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.5.0",
+ "version" : "1.5.0"
+ },
+ {
+ "body" : "### Improvement\r\n\r\n- **Added `OutputOptions` property to codegen for marking generated classes as `final` ([#3189](https://github.com/apollographql/apollo-ios/pull/3189)):** _Thank you to [@Mordil](https://github.com/Mordil) for the contribution._\r\n\r\n### Fixed\r\n\r\n- **Codegen `itemsToGenerate` option for `.all` not generating an operation manifest ([#3215](https://github.com/apollographql/apollo-ios/pull/3215)):** _Thank you to [@TizianoCoroneo](https://github.com/TizianoCoroneo) for finding and fixing the issue._\r\n- **Codegen operation manifest inadvertantly being generated twice ([#3225](https://github.com/apollographql/apollo-ios/pull/3225)):** _Thank you to [@jimisaacs](https://github.com/jimisaacs) for finding and fixing the issue._",
+ "createdAt" : "2023-09-30T04:44:50+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4HV3KZ",
+ "owner" : "apollographql",
+ "publishedAt" : "2023-09-30T04:47:42+09:00",
+ "repository" : "apollo-ios",
+ "title" : "1.5.1",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.5.1",
+ "version" : "1.5.1"
+ },
+ {
+ "body" : "The purpose of this release is to provide a deprecation message to users of `ApolloCodegenLib` who are scripting their code generation in advance of an upcoming change to our libraries and repo structure. Beginning with the upcoming 1.6.0 release the code generation libraries will be their own SPM package in their own repo which will require you to add a new dependency to you project in order for your code generation scripting to compile. More information can be found in our [announcement](https://github.com/apollographql/apollo-ios/issues/3240) of this change.\r\n\r\n**If you would like to avoid this deprecation warning in your builds feel free to stay on 1.5.1 or earlier, this warning will be gone in the 1.6.0 release**\r\n\r\nPR containing deprecation warning for reference: [#3243](https://github.com/apollographql/apollo-ios/pull/3243).",
+ "createdAt" : "2023-09-30T05:08:52+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4HV3u7",
+ "owner" : "apollographql",
+ "publishedAt" : "2023-09-30T05:10:39+09:00",
+ "repository" : "apollo-ios",
+ "title" : "1.5.2",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.5.2",
+ "version" : "1.5.2"
+ },
+ {
+ "body" : "The Apollo iOS ecosystem is changing in the 1.6.0 release in order to provide a better development experience for users. For most users nothing will change, while some users will see a minor difference. The biggest change is that the `ApolloCodegenLib` is now in a separate repo/package that will need to be included as its own dependency from [apollo-ios-codegen](https://github.com/apollographql/apollo-ios-codegen) if you are doing your code generation through Swift. If you are using the codegen CLI then no changes are necessary.\r\n\r\nFor a detailed breakdown of the changes please see this [GitHub Issue](https://github.com/apollographql/apollo-ios/issues/3240).\r\n\r\n### Fixed\r\n\r\n- **Fixed crashes in iOS 14.4 and below ([#61](https://github.com/apollographql/apollo-ios-dev/pull/61)):** _Thank you to [matijakregarGH](https://github.com/matijakregarGH) for reporting the issue._",
+ "createdAt" : "2023-10-07T03:59:21+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4HZZc2",
+ "owner" : "apollographql",
+ "publishedAt" : "2023-10-07T04:06:14+09:00",
+ "repository" : "apollo-ios",
+ "title" : "1.6.0",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.6.0",
+ "version" : "1.6.0"
+ },
+ {
+ "body" : "### Fixed\r\n\r\n- **Fix bug with `AnyHashable` coercion ([#68](https://github.com/apollographql/apollo-ios-dev/pull/68)):** This is an additional fix for the crashes on iOS `14.4.1`.",
+ "createdAt" : "2023-10-13T07:55:54+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4Hcepo",
+ "owner" : "apollographql",
+ "publishedAt" : "2023-10-13T08:03:23+09:00",
+ "repository" : "apollo-ios",
+ "title" : "1.6.1",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.6.1",
+ "version" : "1.6.1"
+ },
+ {
+ "body" : "**`ApolloCodegenLib` Now Uses Swift Concurrency**\r\nTo improve the performance of the code generation, the `ApolloCodegenLib` now uses `async/await`. Code generation is now parallelized and should complete much faster for users with a large number of GraphQL files.\r\nThis means that the entry point function, `ApolloCodegen.build(with configuration:)` is now an `async` function. For users using the `ApolloCodegenLib` directly, you will need to make your call sites into this function use `async/await`. In most cases, this requires minimal code changes. Please see the [1.7.0 migration guide](https://www.apollographql.com/docs/ios/migrations/1.7) for information on how to upgrade.\r\n\r\nSee PR [#57](https://github.com/apollographql/apollo-ios-dev/pull/57).\r\n\r\n### Fixed\r\n\r\n- **Fixed a bug with ApolloAPI.Object clashing with custom objects name Object ([#94](https://github.com/apollographql/apollo-ios-dev/pull/94)):** _Thank you to [215eight](https://github.com/215eight) for reporting the issue._",
+ "createdAt" : "2023-11-02T05:52:28+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4HmvDY",
+ "owner" : "apollographql",
+ "publishedAt" : "2023-11-02T05:53:12+09:00",
+ "repository" : "apollo-ios",
+ "title" : "1.7.0",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.7.0",
+ "version" : "1.7.0"
+ },
+ {
+ "body" : "### Fixed\r\n\r\n- **Fixed inconsistent ordering of fragments in generated operation definitions ([#130](https://github.com/apollographql/apollo-ios-dev/pull/130)):** In order to make the ordering of fragments consistent, they are now alphabetized. This is a change to the data that gets sent over the wire when making a network request for an operation with fragments. **[Persisted Queries](https://www.apollographql.com/docs/ios/fetching/persisted-queries) users should re-register their queries when upgrading to this version.** _Thank you to [@scottasoutherland](https://github.com/scottasoutherland) for reporting the issue._\r\n\r\n### Improvement\r\n\r\n- **Add initializer for `SelectionSet` that takes a `[String: Any]` JSON object ([#102](https://github.com/apollographql/apollo-ios-dev/pull/102)):** _Thank you to [@Cookiezby](https://github.com/Cookiezby) for the contribution._",
+ "createdAt" : "2023-11-14T07:03:05+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4HtAi1",
+ "owner" : "apollographql",
+ "publishedAt" : "2023-11-14T07:03:19+09:00",
+ "repository" : "apollo-ios",
+ "title" : "1.7.1",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.7.1",
+ "version" : "1.7.1"
+ },
+ {
+ "body" : "### Fixed\r\n\r\n- **Fix injecting of context for UploadRequest:** Any request context passed into an upload request was not being added to the HTTP request and would not be available to the interceptor chain. See PR ([#302](https://github.com/apollographql/apollo-ios-dev/pull/302)). _Thanks to [@RobertDresler](https://github.com/RobertDresler) for the contribution._\r\n- **Added support for SPM Package.resolved format version 3 ([#3355](https://github.com/apollographql/apollo-ios/issues/3355)):** When using Xcode 15.3 the codegen CLI would fail the `generate` command with an error stating the Package.resolve file version is unsupported. Version 3 is now accepted as a valid file format for the codegen version checker. See PR ([#304](https://github.com/apollographql/apollo-ios-dev/pull/304)).\r\n- **PrivacyInfo.xcprivacy file is invalid for Apollo and ApolloApi ([#3359](https://github.com/apollographql/apollo-ios/issues/3359)):** We received reports that when submitting to the App Store the submission would fail with an error stating that the privacy manifests were invalid. We identified the error and updated the privacy files. See PR ([#309](https://github.com/apollographql/apollo-ios-dev/pull/309)). _Thanks to [@azilbershtein](https://github.com/azilbershtein) for raising the issue._\r\n\r\n### Improvement\r\n\r\n- **Provide a direct means to observe changes in ApolloStore:** `ApolloStore` now exposes it's subscriber mechanism publicly. This means you can now observe and receive notifications about changes to the store. See PR ([#300](https://github.com/apollographql/apollo-ios-dev/pull/300)). _Thanks to [@jamesonwilliams](https://github.com/jamesonwilliams) for the contribution._\r\n- **Remove redundant iteration in EntitySelectionTree merging algorithm:** The conditions for merging selections were revisited and we identified, and removed, a redundant iteration. This is a significant performance improvement as it removes an entire additional iteration through all the conditional scopes in the tree. See PR ([#308](https://github.com/apollographql/apollo-ios-dev/pull/308)).",
+ "createdAt" : "2024-03-23T05:29:05+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4I0jUf",
+ "owner" : "apollographql",
+ "publishedAt" : "2024-03-23T05:36:20+09:00",
+ "repository" : "apollo-ios",
+ "title" : "1.9.3",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.9.3",
+ "version" : "1.9.3"
+ },
+ {
+ "body" : "This is the second preview release of `@defer` support in Apollo iOS which focuses on providing early access to using the `@defer` directive in your operations. During preview releases bugs can occur, if you do experience anything unexpected please report it to us.\r\n\r\n**Note:** Apollo supports a very specific version of the `@defer` directive proposal as documented [here](https://www.apollographql.com/docs/router/executing-operations/defer-support#specification-status). The `@defer` directive is still in the proposal stage and is not an official addition to the [GraphQL specification](https://spec.graphql.org/draft/) yet. This means that Apollo iOS may not work with all servers that currently support `@defer`.\r\n\r\n### In this release\r\n* Fixed: If your schema explicitly declared the `@defer` directive then an error about duplicate directives would be thrown during code generation.\r\n* Fixed: In some cases the operation metadata for deferred fragments may have been generated with incorrect Swift syntax resulting in a build error.\r\n\r\n### How to use it\r\nWe have a [sample schema/server that supports `@defer`](https://github.com/apollographql/client-router-e2e-tests/tree/main) and can be launched using the [Docker configuration](https://github.com/apollographql/client-router-e2e-tests/blob/main/scripts/docker-compose.router.yml).\r\n\r\nOnce you have that service launched you can configure your Apollo iOS client to target the `apollo-ios` and `apollo-ios-codegen` dependency packages using the `preview-defer.2` tag. Below is an example query using `@defer` against the schema.\r\n```\r\nquery ExampleQuery {\r\n allProducts {\r\n sku\r\n id\r\n ... on Product @defer(label: \"additional\") {\r\n dimensions {\r\n size\r\n }\r\n variation {\r\n id\r\n name\r\n }\r\n }\r\n }\r\n}\r\n```\r\n\r\nAlternatively [here](https://github.com/apollographql/apollo-ios/files/13845848/DeferExampleClient.zip) is a sample client to demonstrate the code generation and operation execution of the `@defer` directive.\r\n\r\n**Caveats in this preview release**\r\n* Caching is intentionally disabled for operations using `@defer`.",
+ "createdAt" : "2024-04-05T08:59:57+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4I7urj",
+ "owner" : "apollographql",
+ "publishedAt" : "2024-04-05T11:31:11+09:00",
+ "repository" : "apollo-ios",
+ "title" : "preview-defer.2",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/preview-defer.2",
+ "version" : "preview-defer.2"
+ },
+ {
+ "body" : "This is the first preview release of `@defer` support in Apollo iOS which focuses on providing early access to using the `@defer` directive in your operations. During preview releases bugs can occur, if you do experience anything unexpected please report it to us.\r\n\r\n**Note:** Apollo supports a very specific early RFC version of the `@defer` directive as documented [here](https://www.apollographql.com/docs/router/executing-operations/defer-support#specification-status). The `@defer` directive is still an RFC and is not an official addition to the [GraphQL specification](https://spec.graphql.org/draft/) yet. This means that Apollo iOS may not work with all servers that currently support `@defer`.\r\n\r\n**How to use it**\r\nWe have a [sample schema/server that supports `@defer`](https://github.com/apollographql/client-router-e2e-tests/tree/main) and can be launched using the [Docker configuration](https://github.com/apollographql/client-router-e2e-tests/blob/main/scripts/docker-compose.router.yml).\r\n\r\nOnce you have that service launched you can configure your Apollo iOS client to target the `apollo-ios` and `apollo-ios-codegen` dependency packages using the `preview-defer.1` tag. Below is an example query using `@defer` against the schema.\r\n```\r\nquery ExampleQuery {\r\n allProducts {\r\n sku\r\n id\r\n ... on Product @defer(label: \"additional\") {\r\n dimensions {\r\n size\r\n }\r\n variation {\r\n id\r\n name\r\n }\r\n }\r\n }\r\n}\r\n```\r\n\r\nAlternatively [here](https://github.com/apollographql/apollo-ios/files/13845848/DeferExampleClient.zip) is a sample client to demonstrate the code generation and operation execution of the `@defer` directive.\r\n\r\n**Caveats in this preview release**\r\n* Caching is intentionally disabled for operations using `@defer`.",
+ "createdAt" : "2024-01-06T03:17:29+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4IG2pp",
+ "owner" : "apollographql",
+ "publishedAt" : "2024-01-06T04:34:34+09:00",
+ "repository" : "apollo-ios",
+ "title" : "preview-defer.1",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/preview-defer.1",
+ "version" : "preview-defer.1"
+ },
+ {
+ "body" : "### Fixed\r\n- **Duplicate `@defer` directive error ([#235](https://github.com/apollographql/apollo-ios-dev/pull/235)):** When executing codegen against Apollo Router and a schema that supports the `@defer` directive it would fail with an error stating the directive is duplicated.\r\n\r\n### Changed\r\n- **InstallCLI plugin updates ([#132](https://github.com/apollographql/apollo-ios-dev/pull/132)):** The InstallCLI plugin now downloads the CLI binary from GitHub. This requires that we update the `swift-tools-version` to `5.9`, therefore **Xcode 15 is now the minimum version of Xcode allowed.**\r\n\r\n### Improvement\r\n\r\n- **Added `InputObject` casing strategy ([#137](https://github.com/apollographql/apollo-ios-dev/pull/137)):** We've added a new casing strategy option for InputObjects which mimics the behaviour of the enum case conversion strategy. _Thank you to [@alexifrim](https://github.com/alexifrim) for raising this in issue [#3257](https://github.com/apollographql/apollo-ios/issues/3257)._\r\n- **Added `GraphQLResult` conversion extension ([#139](https://github.com/apollographql/apollo-ios-dev/pull/139)):** `GraphQLResult` response data can now be easily converted into a JSON dictionary. This is useful for taking server response data and serializing it into a JSON dictionary which can then be used in a test suite.\r\n- **Codegen performance improvements ([#152](https://github.com/apollographql/apollo-ios-dev/pull/152)):** There has been a bunch of refactoring work to prepare for future codegen features but we've also managed to squeeze out some performance improvements.",
+ "createdAt" : "2024-01-13T07:08:02+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4IKQCm",
+ "owner" : "apollographql",
+ "publishedAt" : "2024-01-13T07:29:12+09:00",
+ "repository" : "apollo-ios",
+ "title" : "1.8.0",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.8.0",
+ "version" : "1.8.0"
+ },
+ {
+ "body" : "### Improvement\r\n\r\n- **New import directive for operations:** GraphQL operations now support a directive to control custom module import statements in the generated file. Any operation that includes the directive `@import(module:)`, on the defintion line, with a supplied `String` as the module name will have that module used in a Swift `import` statement at the top of the operation file and any referenced fragments. _Thank you to [@hemel](https://github.com/hemel) for the contribution ([#236](https://github.com/apollographql/apollo-ios-dev/pull/236) / [#245](https://github.com/apollographql/apollo-ios-dev/pull/245))._\r\n\r\n### Fixed\r\n\r\n- **The `fragmentDefinition` remains in all generated fragments when `operationDocumentFormat` does not include `.definition` ([#3282](https://github.com/apollographql/apollo-ios/issues/3282)):** Code generation will now only generate definitions in fragment files if the `operationDocumentFormat` config contains the `.definition` value ([#218](https://github.com/apollographql/apollo-ios-dev/pull/218)). _Thank you to [@jimisaacs](https://github.com/jimisaacs) for raising the issue._\r\n- **Custom scalar file header comment ([#3323](https://github.com/apollographql/apollo-ios/issues/3323)):** The header comment for generated custom scalar files was incorrectly changed to state that the output \"should not be edited\" but the file content could still be edited and would not be overwritten. The header comment has been changed back to state that the contents will be preserved during subsequent codegen executions. _Thank you to [@matsudamper](https://github.com/matsudamper) for raising the issue and the contribution to fix it ([#243](https://github.com/apollographql/apollo-ios-dev/pull/243))._\r\n\r\n### Changed\r\n\r\n- **WebSocket disconnection errors are no longer printed to stdout ([#3325](https://github.com/apollographql/apollo-ios/issues/3325)):** See PR ([#253](https://github.com/apollographql/apollo-ios-dev/pull/253)) _Thank you to [@sgade](https://github.com/sgade) for raising the issue._\r\n",
+ "createdAt" : "2024-02-03T08:25:05+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4IVE6u",
+ "owner" : "apollographql",
+ "publishedAt" : "2024-02-03T08:40:08+09:00",
+ "repository" : "apollo-ios",
+ "title" : "1.9.0",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.9.0",
+ "version" : "1.9.0"
+ },
+ {
+ "body" : "### Fixed\r\n\r\n- **`SelectionSet` generated initializers don't compile with `self` parameter ([#3330](https://github.com/apollographql/apollo-ios/issues/3330)):** Selection set initializers now use a local property name when the external property name is a Swift reserved word; see PR [#257](https://github.com/apollographql/apollo-ios-dev/pull/257). _Thanks to [@grantjbutler](https://github.com/grantjbutler) for raising the issue._\r\n- **asXXXXXXX property on a union never returning `nil` if selection set empty ([#3326](https://github.com/apollographql/apollo-ios/issues/3326)):** - The codegen logic to determine whether a selection set is composite or not has been improved to handle the case when `__typename` was the only field in the selection set; see PR [#261](https://github.com/apollographql/apollo-ios-dev/pull/261). _Thanks to [@vincentisambart](https://github.com/vincentisambart) for raising the issue._\r\n\r\n### Improvement\r\n\r\n- **Feature/ContextIdentifier for the mutate queries ([#281](https://github.com/apollographql/apollo-ios-dev/pull/281)):** Mutation operations can now be given a context identifier to be used later in the request. _Thanks to [@VladimirK-ah](https://github.com/VladimirK-ah) for the contribution._",
+ "createdAt" : "2024-03-05T05:05:03+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4IoD2T",
+ "owner" : "apollographql",
+ "publishedAt" : "2024-03-05T05:34:32+09:00",
+ "repository" : "apollo-ios",
+ "title" : "1.9.1",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.9.1",
+ "version" : "1.9.1"
+ },
+ {
+ "body" : "Alongside the release of Apollo iOS 1.9.2, we are excited to announce the release of [Apollo iOS Pagination](https://github.com/apollographql/apollo-ios-pagination)! This package works alongside the Apollo iOS Client to make fetching and caching of paginated data a lot easier! Fetching paginated data has always been a pain point with our mobile clients, and an elegant solution for this has been a common feature request for many years. This library is feature rich and highly configurable, so we believe that it will be able to make this previously complex and difficult task a lot easier for our users!\r\n\r\nThis library supports:\r\n- Reading/Writing paginated data with an Apollo NormalizedCache\r\n- Watching paginated data for changes\r\n- Forward, Reverse, and Bi-directional pagination\r\n- Cursor-based, offset-based, and custom pagination mechanisms\r\n\r\nThis library is currently released as a 0.x version and is in active development. The API is subject to breaking changes until the stable 1.0 release. We hope that you will check it out and give us your feedback so that we can address any API improvements, edge cases, bugs, or valuable features we hadn’t considered before moving to a 1.0 release soon!\r\n\r\nTo learn more about Apollo iOS Pagination, see our [usage docs](https://www.apollographql.com/docs/ios/pagination/introduction).\r\n\r\n### Fixed\r\n\r\n- **Backwards Compatibility issues in 1.9.1:** 1.9.1 introduced a minor breaking change for some users who were creating a custom implementaiton of `ApolloClientProtocol`. Sorry about that! This patch release fixed the compatiblity. See PR [#290](https://github.com/apollographql/apollo-ios-dev/pull/290). _Thanks to [@michaelloo](https://github.com/michaelloo) for raising the issue._\r\n\r\n### Improvement\r\n\r\n- **Session and task descriptions parameters added to `URLSessionClient` ([#286](https://github.com/apollographql/apollo-ios-dev/pull/286)):** The `URLSessionClient` now allows you to set a `sessionDescription` on the session and `taskDescription` on each task. These are helpful when debugging, especially when analyzing HTTP traffic with Instruments. _Thanks to [@hishma](https://github.com/hishma) for the contribution._",
+ "createdAt" : "2024-03-09T06:56:14+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4IrTSi",
+ "owner" : "apollographql",
+ "publishedAt" : "2024-03-09T07:02:16+09:00",
+ "repository" : "apollo-ios",
+ "title" : "1.9.2",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.9.2",
+ "version" : "1.9.2"
+ },
+ {
+ "body" : "### New\r\n\r\n- **Added support for visionOS ([#3320](https://github.com/apollographql/apollo-ios/issues/3320)):** All the dependecies that Apollo iOS requires have been updated to add support for visionOS, so we can now add official support for visionOS too. See PR [#333](https://github.com/apollographql/apollo-ios-dev/pull/333).\r\n\r\n### Improvement\r\n\r\n- **Add Sendable conformance to some basic SchemaTypes:** This adds `Sendable` conformance to the some of the generated schema types. This does not mean that all of the generated code is safe to use yet with complete concurrency checking of Swift 5.10 but it gets us closer to that goal. See PR [#322](https://github.com/apollographql/apollo-ios-dev/pull/322). _Thanks to [@bdbergeron](https://github.com/bdbergeron) for the contributon._",
+ "createdAt" : "2024-04-16T05:31:27+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4JA-Fj",
+ "owner" : "apollographql",
+ "publishedAt" : "2024-04-16T05:41:07+09:00",
+ "repository" : "apollo-ios",
+ "title" : "1.10.0",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.10.0",
+ "version" : "1.10.0"
+ },
+ {
+ "body" : "### New\r\n\r\n- **Added `refetchOnFailedUpdates` option to `GraphQLQueryWatcher` ([#347](https://github.com/apollographql/apollo-ios-dev/pull/347)):** This allows you to configure the query watcher not to refetch it's query from the server when a cache read to update it's data fails.\r\n \r\n### Fixed\r\n\r\n- **Generated input objects have default `nil` value for parameters with a schema-defined default value ([#2997](https://github.com/apollographql/apollo-ios/issues/2997)):** When the schema defines a default value for an input parameter, you can now omit that parameter when initializing the input object and the default value will be used. This corrects feature parity with the Apollo Kotlin client. See PR [#358](https://github.com/apollographql/apollo-ios-dev/pull/358).\r\n\r\n- **Fix namespacing error in `InterfaceTemplate` ([#3375](https://github.com/apollographql/apollo-ios/issues/3375)):** This fixes an issue where having a schema type named `Interface` caused compilation errors in generated code. See PR [#359](https://github.com/apollographql/apollo-ios-dev/pull/359).\r\n",
+ "createdAt" : "2024-05-16T03:32:18+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4JS200",
+ "owner" : "apollographql",
+ "publishedAt" : "2024-05-16T03:29:51+09:00",
+ "repository" : "apollo-ios",
+ "title" : "1.11.0",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.11.0",
+ "version" : "1.11.0"
+ },
+ {
+ "body" : "### Fixed\r\n* **Rebuilt the CLI binary:** The CLI binary included in the `1.12.0` package was built with inconsistent SDK versions resulting in the linker signing not working correctly.",
+ "createdAt" : "2024-05-23T06:14:27+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4JW6Ea",
+ "owner" : "apollographql",
+ "publishedAt" : "2024-05-23T06:18:37+09:00",
+ "repository" : "apollo-ios",
+ "title" : "1.12.1",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.12.1",
+ "version" : "1.12.1"
+ },
+ {
+ "body" : "### New\r\n- **`ID` as a custom scalar ([#3379](https://github.com/apollographql/apollo-ios/issues/3379)):** This changes the generation of the built-in GraphQL `ID` scalar to be treated as a custom scalar that can be modified by the user. See PR [#363](https://github.com/apollographql/apollo-ios-dev/pull/363).\r\n\r\n### Fixed\r\n- **Adds visionOS deployment to ApolloTestSupport podspec ([#364](https://github.com/apollographql/apollo-ios-dev/pull/364)):** This adds the `visionOS` deployment target to the ApolloTestSupport podspec to match the other package managers.\r\n- **Add `@_spi(Execution)` to executor for import in test mocks ([#362](https://github.com/apollographql/apollo-ios-dev/pull/362)):** This replaces the use of `@testable` in ApolloTestSupport with specific `@_spi` scopes. This resolves a few issues that have been reported where the Apollo module could not be built for testing in non-debug configurations.",
+ "createdAt" : "2024-05-22T08:36:28+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4JWEaD",
+ "owner" : "apollographql",
+ "publishedAt" : "2024-05-22T08:38:19+09:00",
+ "repository" : "apollo-ios",
+ "title" : "1.12.0",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.12.0",
+ "version" : "1.12.0"
+ },
+ {
+ "body" : "### Fixed\r\n- **Rebuilt the CLI binary with the correct version number:** The CLI binary included in the `1.12.1` package was built with an incorrect version number causing a version mismatch when attempting to execute code generation.\r\n",
+ "createdAt" : "2024-05-24T05:20:58+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4JXr9R",
+ "owner" : "apollographql",
+ "publishedAt" : "2024-05-24T05:23:46+09:00",
+ "repository" : "apollo-ios",
+ "title" : "1.12.2",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.12.2",
+ "version" : "1.12.2"
+ },
+ {
+ "body" : "### New\r\n- **Added `ExistentialAny` requirement ([#379](https://github.com/apollographql/apollo-ios-dev/pull/379)):** This adds the `-enable-upcoming-feature ExistentialAny` to all targets to ensure compatibility with the upcoming Swift feature.\r\n- **Schema type renaming ([#388](https://github.com/apollographql/apollo-ios-dev/pull/388)):** This adds the feature to allow customizing the names of schema types in Swift generated code.\r\n- **JSONConverter helper ([#380](https://github.com/apollographql/apollo-ios-dev/pull/380)):** This adds a new helper class for handling JSON conversion of data including the ability to convert `SelectionSet` instances to JSON.\r\n\r\n### Fixed\r\n- **ApolloSQLite build error with Xcode 16 ([#386](https://github.com/apollographql/apollo-ios-dev/pull/386)):** This fixes a naming conflict with Foundation in iOS 18 and the SQLite library. _Thanks to [@rastersize](https://github.com/rastersize) for the contributon._",
+ "createdAt" : "2024-06-25T22:18:45+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOA9NCTc4JrJ96",
+ "owner" : "apollographql",
+ "publishedAt" : "2024-06-26T00:06:37+09:00",
+ "repository" : "apollo-ios",
+ "title" : "1.13.0",
+ "url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.13.0",
+ "version" : "1.13.0"
}
]
\ No newline at end of file
diff --git a/Outputs/Carthage.json b/Outputs/Carthage.json
index de21990..a829077 100644
--- a/Outputs/Carthage.json
+++ b/Outputs/Carthage.json
@@ -382,5 +382,17 @@
"title" : "0.39.0",
"url" : "https://github.com/Carthage/Carthage/releases/tag/0.39.0",
"version" : "0.39.0"
+ },
+ {
+ "body" : "**Fixed**\r\n\r\n* Support visionOS by using -destination `xros`/`xrsimulator`. Make additive changes to `XCDBLD`’s `SDK`. (#3345).\r\n* Fix Makefile to only pass `-static-stdlib` when Xcodes are accommodated. (#3350).\r\n\r\n**Acknowledgments**\r\n\r\nThanks to all contributors.",
+ "createdAt" : "2023-09-19T01:44:17+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAX4-3M4HPvoz",
+ "owner" : "Carthage",
+ "publishedAt" : "2023-09-19T01:45:54+09:00",
+ "repository" : "Carthage",
+ "title" : "0.39.1",
+ "url" : "https://github.com/Carthage/Carthage/releases/tag/0.39.1",
+ "version" : "0.39.1"
}
]
\ No newline at end of file
diff --git a/Outputs/CocoaPods.json b/Outputs/CocoaPods.json
index 8dde8fb..6266371 100644
--- a/Outputs/CocoaPods.json
+++ b/Outputs/CocoaPods.json
@@ -382,5 +382,101 @@
"title" : "",
"url" : "https://github.com/CocoaPods/CocoaPods/releases/tag/1.12.0",
"version" : "1.12.0"
+ },
+ {
+ "body" : "##### Enhancements\r\n\r\n* Add `visionOS` as a new platform. \r\n [Gabriel Donadel](https://github.com/gabrieldonadel)\r\n [#11965](https://github.com/CocoaPods/CocoaPods/pull/11965)\r\n\r\n* Extend `script_phase` DSL to support `always_out_of_date` attribute. \r\n [Alvar Hansen](https://github.com/alvarhansen)\r\n [#12055](https://github.com/CocoaPods/CocoaPods/pull/12055)\r\n\r\n##### Bug Fixes\r\n\r\n* Use `safe_load` during custom YAML config loading. \r\n [Dimitris Koutsogiorgas](https://github.com/dnkoutso)\r\n [#11974](https://github.com/CocoaPods/CocoaPods/pull/11974)\r\n\r\n* Xcode 15 fix: Replace `DT_TOOLCHAIN_DIR` with `TOOLCHAIN_DIR` when generating script. \r\n [Marcus Wu](https://github.com/marcuswu0814)\r\n [#12009](https://github.com/CocoaPods/CocoaPods/pull/12009)",
+ "createdAt" : "2023-09-23T06:47:37+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOACGf_c4HSeii",
+ "owner" : "CocoaPods",
+ "publishedAt" : "2023-09-23T06:48:49+09:00",
+ "repository" : "CocoaPods",
+ "title" : "1.13.0",
+ "url" : "https://github.com/CocoaPods/CocoaPods/releases/tag/1.13.0",
+ "version" : "1.13.0"
+ },
+ {
+ "body" : "##### Enhancements\r\n\r\n* None. \r\n\r\n##### Bug Fixes\r\n\r\n* Fix a crash when attempting to `require 'cocoapods-core'` on specific versions of activesupport\r\n [Eric Amorde](https://github.com/amorde)\r\n [#12116](https://github.com/CocoaPods/CocoaPods/issues/12116)",
+ "createdAt" : "2023-10-27T05:34:42+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOACGf_c4Hj6P_",
+ "owner" : "CocoaPods",
+ "publishedAt" : "2023-10-27T05:45:58+09:00",
+ "repository" : "CocoaPods",
+ "title" : "",
+ "url" : "https://github.com/CocoaPods/CocoaPods/releases/tag/1.14.1",
+ "version" : "1.14.1"
+ },
+ {
+ "body" : "##### Enhancements\r\n\r\n* None. \r\n\r\n##### Bug Fixes\r\n\r\n* Fix a crash when running with activesupport 7.1.0. \r\n [MCanhisares](https://github.com/MCanhisares)\r\n [#12081](https://github.com/CocoaPods/CocoaPods/issues/12081)\r\n\r\n* Fix another crash when running with activesupport 7.1.0. \r\n [movila](https://github.com/movila)\r\n [#12089](https://github.com/CocoaPods/CocoaPods/issues/12089)\r\n\r\n##### Other\r\n\r\n* Drop support for Ruby 2.6 (note: this may be reversed if possible so we can support macOS system ruby, but was a blocker at the time of release)\r\n\r\n* Drop support for bazaar SCM. \r\n",
+ "createdAt" : "2023-10-26T15:03:22+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOACGf_c4HjX1B",
+ "owner" : "CocoaPods",
+ "publishedAt" : "2023-10-26T15:05:01+09:00",
+ "repository" : "CocoaPods",
+ "title" : "",
+ "url" : "https://github.com/CocoaPods/CocoaPods/releases/tag/1.14.0",
+ "version" : "1.14.0"
+ },
+ {
+ "body" : "##### Enhancements\r\n\r\n* None. \r\n\r\n##### Bug Fixes\r\n\r\n* Fix a bug when attempting to publish a Pod with `pod trunk push` in certain cases \r\n [Eric Amorde](https://github.com/amorde)\r\n [CocoaPods/Core#729](https://github.com/CocoaPods/Core/pull/759)\r\n",
+ "createdAt" : "2023-10-27T10:28:51+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOACGf_c4Hj_V1",
+ "owner" : "CocoaPods",
+ "publishedAt" : "2023-10-27T10:30:28+09:00",
+ "repository" : "CocoaPods",
+ "title" : "",
+ "url" : "https://github.com/CocoaPods/CocoaPods/releases/tag/1.14.2",
+ "version" : "1.14.2"
+ },
+ {
+ "body" : "##### Enhancements\r\n\r\n* None. \r\n\r\n##### Bug Fixes\r\n\r\n* Revert minimum required Ruby version to 2.6 to support macOS system Ruby \r\n [Eric Amorde](https://github.com/amorde)\r\n [#12122](https://github.com/CocoaPods/CocoaPods/issues/12122)\r\n\r\n",
+ "createdAt" : "2023-11-20T06:24:31+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOACGf_c4HwzES",
+ "owner" : "CocoaPods",
+ "publishedAt" : "2023-11-20T06:26:35+09:00",
+ "repository" : "CocoaPods",
+ "title" : "",
+ "url" : "https://github.com/CocoaPods/CocoaPods/releases/tag/1.14.3",
+ "version" : "1.14.3"
+ },
+ {
+ "body" : "##### Enhancements\r\n\r\n* Optimize performance during uncached pod installation. \r\n [Dimitris Koutsogiorgas](https://github.com/dnkoutso)\r\n [#12154](https://github.com/CocoaPods/CocoaPods/pull/12154)\r\n\r\n##### Bug Fixes\r\n\r\n* Fix pod install issue when git's `core.fsmonitor` feature is enabled \r\n [Justin Martin](https://github.com/justinseanmartin)\r\n [#11640](https://github.com/CocoaPods/CocoaPods/issues/11640)\r\n\r\n* Don't use the `remove_destination` parameter in FileUtils.cp_r \r\n [Justin Martin](https://github.com/justinseanmartin)\r\n [#12165](https://github.com/CocoaPods/CocoaPods/pull/12165)\r\n\r\n* Support `visionos` in `pod lib lint --platforms=` and use `xros` for `Fourflusher` \r\n [MagnificentMiles](https://github.com/MagnificentMiles)\r\n [#12159](https://github.com/CocoaPods/CocoaPods/pull/12159)\r\n\r\n### Changes in [cocoapods-core 1.15.0](https://github.com/CocoaPods/Core/releases/tag/1.15.0)\r\n\r\n##### Enhancements\r\n\r\n* None. \r\n\r\n##### Bug Fixes\r\n\r\n* Fix an issue updating spec repos in Podfile.lock when the key already exists \r\n [fnxpt](https://github.com/fnxpt)\r\n [#748](https://github.com/CocoaPods/Core/issues/748)\r\n\r\n* Fix a crash when calling Specification#subspec_by_name on a deprecated specification with no name \r\n [sagiwei](https://github.com/sagiwei)\r\n [#742](https://github.com/CocoaPods/Core/pull/742)\r\n",
+ "createdAt" : "2024-01-29T02:40:28+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOACGf_c4IRk_r",
+ "owner" : "CocoaPods",
+ "publishedAt" : "2024-01-29T02:45:28+09:00",
+ "repository" : "CocoaPods",
+ "title" : "",
+ "url" : "https://github.com/CocoaPods/CocoaPods/releases/tag/1.15.0",
+ "version" : "1.15.0"
+ },
+ {
+ "body" : "##### Enhancements\n\n* None. \n\n##### Bug Fixes\n\n* Fix an issue when caching downloads of certain Pods. \n [Eric Amorde](https://github.com/amorde)\n [#12226](https://github.com/CocoaPods/CocoaPods/issues/12226)",
+ "createdAt" : "2024-02-06T12:05:50+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOACGf_c4IWIUK",
+ "owner" : "CocoaPods",
+ "publishedAt" : "2024-02-06T12:07:21+09:00",
+ "repository" : "CocoaPods",
+ "title" : "1.15.1",
+ "url" : "https://github.com/CocoaPods/CocoaPods/releases/tag/1.15.1",
+ "version" : "1.15.1"
+ },
+ {
+ "body" : "##### Enhancements\n\n* None. \n\n##### Bug Fixes\n\n* Revert #12154, #12165, and #12158 to fix regressions in 1.15.0 and 1.15.1. \n [Paul Beusterien](https://github.com/paulb777)\n [#12226](https://github.com/CocoaPods/CocoaPods/issues/12226)",
+ "createdAt" : "2024-02-07T03:12:35+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOACGf_c4IWnCY",
+ "owner" : "CocoaPods",
+ "publishedAt" : "2024-02-07T03:12:59+09:00",
+ "repository" : "CocoaPods",
+ "title" : "1.15.2",
+ "url" : "https://github.com/CocoaPods/CocoaPods/releases/tag/1.15.2",
+ "version" : "1.15.2"
}
]
\ No newline at end of file
diff --git a/Outputs/Core ML Stable Diffusion.json b/Outputs/Core ML Stable Diffusion.json
index 5c024f3..c347933 100644
--- a/Outputs/Core ML Stable Diffusion.json
+++ b/Outputs/Core ML Stable Diffusion.json
@@ -58,5 +58,29 @@
"title" : "1.0.0",
"url" : "https://github.com/apple/ml-stable-diffusion/releases/tag/1.0.0",
"version" : "1.0.0"
+ },
+ {
+ "body" : "- SDXL iOS and iPadOS Benchmarks\r\n- SDXL refiner Swift inference by @zachnagengast\r\n- SDXL base Python inference by @lopez-hector \r\n- CUDA RNG in Swift by @liuliu \r\n- Karras schedule for DPMSolver by @pcuenq \r\n- Other improvements",
+ "createdAt" : "2023-09-28T23:26:41+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIcVD8s4HVHvO",
+ "owner" : "apple",
+ "publishedAt" : "2023-09-28T23:28:21+09:00",
+ "repository" : "ml-stable-diffusion",
+ "title" : "1.1.0",
+ "url" : "https://github.com/apple/ml-stable-diffusion/releases/tag/1.1.0",
+ "version" : "1.1.0"
+ },
+ {
+ "body" : "Changed the license to MIT\r\n\r\n## What else has Changed\r\n* Fix safety_checker dtype by @ZachNagengast in https://github.com/apple/ml-stable-diffusion/pull/276\r\n* Fix missing parameters ('mixed_bit_compression_apply', ) & import pkg (mixed_bit_compression_pre_analysis) issues by @jiangdi0924 in https://github.com/apple/ml-stable-diffusion/pull/279\r\n* Fix pipeline.py for Python 3.8 by @TobyRoseman in https://github.com/apple/ml-stable-diffusion/pull/287\r\n* Compiled Models in Python by @TobyRoseman in https://github.com/apple/ml-stable-diffusion/pull/296\r\n* Use sRGB if available by @stuartjmoore in https://github.com/apple/ml-stable-diffusion/pull/301\r\n* Applying mixed bit compression using new optimize API by @TobyRoseman in https://github.com/apple/ml-stable-diffusion/pull/311\r\n* Update swift-argument-parser to latest minor version by @godly-devotion in https://github.com/apple/ml-stable-diffusion/pull/318\r\n\r\n## New Contributors\r\n* @stuartjmoore made their first contribution in https://github.com/apple/ml-stable-diffusion/pull/301\r\n\r\n**Full Changelog**: https://github.com/apple/ml-stable-diffusion/compare/1.1.0...1.1.1",
+ "createdAt" : "2024-05-04T10:03:21+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIcVD8s4JMUdh",
+ "owner" : "apple",
+ "publishedAt" : "2024-05-04T10:05:33+09:00",
+ "repository" : "ml-stable-diffusion",
+ "title" : "1.1.1",
+ "url" : "https://github.com/apple/ml-stable-diffusion/releases/tag/1.1.1",
+ "version" : "1.1.1"
}
]
\ No newline at end of file
diff --git a/Outputs/Dependencies.json b/Outputs/Dependencies.json
index c010874..df0f0c0 100644
--- a/Outputs/Dependencies.json
+++ b/Outputs/Dependencies.json
@@ -107,6 +107,18 @@
"url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/0.2.0",
"version" : "0.2.0"
},
+ {
+ "body" : "* Added: First \"stable\" release. Dependencies contains APIs extracted from the Composable Architecture's suite of tools, which is now considered stable. This 1.0 release will introduce a more strict adherence to semantic versioning.\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-dependencies/compare/0.6.0...1.0.0",
+ "createdAt" : "2023-07-31T03:27:14+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIF_Mq84G0bnX",
+ "owner" : "pointfreeco",
+ "publishedAt" : "2023-07-31T03:27:50+09:00",
+ "repository" : "swift-dependencies",
+ "title" : "1.0.0",
+ "url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/1.0.0",
+ "version" : "1.0.0"
+ },
{
"body" : "## What's Changed\r\n\r\n* Changed: Both `continuousClock` and `suspendingClock` test values have been changed from failing immediate clocks to failing live clocks (https://github.com/pointfreeco/swift-dependencies/pull/89). While this is a behavioral change, it should only affect failing test suites. It should also make analyzing failure easier/less noisy, since code will behave as it would in live applications, and timers won't immediately emit many failures.\r\n* Fixed: re-introduce SPI-gated `withMainSerialExecutor` (thanks @kabiroberai, https://github.com/pointfreeco/swift-dependencies/pull/84).\r\n\r\n## New Contributors\r\n* @kabiroberai made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/84\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-dependencies/compare/0.4.1...0.4.2",
"createdAt" : "2023-05-02T02:47:00+09:00",
@@ -142,5 +154,161 @@
"title" : "0.5.1",
"url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/0.5.1",
"version" : "0.5.1"
+ },
+ {
+ "body" : "## What's Changed\r\n\r\n* Added: Extracted concurrency helpers to new ConcurrencyExtras dependency (https://github.com/pointfreeco/swift-dependencies/pull/105).\r\n* Infrastructure: Add test/docs around static `@Dependency` usage (https://github.com/pointfreeco/swift-dependencies/pull/97); doc fixes (thanks @alexhunsley, https://github.com/pointfreeco/swift-dependencies/pull/98, https://github.com/pointfreeco/swift-dependencies/pull/101; @Mika5652, https://github.com/pointfreeco/swift-dependencies/pull/95); add test for `invokeTest` behavior (https://github.com/pointfreeco/swift-dependencies/pull/103); add test for thread safety (https://github.com/pointfreeco/swift-dependencies/pull/70).\r\n\r\n## New Contributors\r\n\r\n* @alexhunsley made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/98\r\n* @Mika5652 made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/95\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-dependencies/compare/0.5.1...0.6.0",
+ "createdAt" : "2023-07-18T04:52:47+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIF_Mq84GtX9W",
+ "owner" : "pointfreeco",
+ "publishedAt" : "2023-07-18T04:54:58+09:00",
+ "repository" : "swift-dependencies",
+ "title" : "0.6.0",
+ "url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/0.6.0",
+ "version" : "0.6.0"
+ },
+ {
+ "body" : "## What's Changed\r\n\r\n* Fixed: `@DependencyClient` and `@DependencyEndpoint` now properly support closures with inout parameters (thanks @Alex293, https://github.com/pointfreeco/swift-dependencies/pull/149).\r\n* Infrastructure: Update docs links to SPI (https://github.com/pointfreeco/swift-dependencies/pull/143).\r\n* Infrastructure: Update the demo repo link in the Examples section of the README to point to the SyncUps repo (thanks @kuglee, https://github.com/pointfreeco/swift-dependencies/pull/144).\r\n* Infrastructure: Update README.md (thanks @kgrigsby59, https://github.com/pointfreeco/swift-dependencies/pull/145)\r\n* Infrastructure: Add missing shortcuts to sections in README (thanks @Mika5652, https://github.com/pointfreeco/swift-dependencies/pull/142).\r\n\r\n## New Contributors\r\n\r\n* @kuglee made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/144\r\n* @kgrigsby59 made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/145\r\n* @Alex293 made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/149\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-dependencies/compare/1.1.1...1.1.2",
+ "createdAt" : "2023-11-30T03:25:19+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIF_Mq84H3auI",
+ "owner" : "pointfreeco",
+ "publishedAt" : "2023-11-30T03:32:36+09:00",
+ "repository" : "swift-dependencies",
+ "title" : "1.1.2",
+ "url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/1.1.2",
+ "version" : "1.1.2"
+ },
+ {
+ "body" : "## What's Changed\r\n\r\n* Fixed: Support `@autoclosure` in `@DependencyEndpoint`s (thanks @xiii111, https://github.com/pointfreeco/swift-dependencies/pull/160).\r\n* Fixed: Support (but warn against) `fatalError` default (https://github.com/pointfreeco/swift-dependencies/pull/158).\r\n* Infrastructure: Add community library link to README (thanks @arasan01, https://github.com/pointfreeco/swift-dependencies/pull/151).\r\n* Infrastructure: Clarify documentation (https://github.com/pointfreeco/swift-dependencies/pull/152).\r\n\r\n## New Contributors\r\n\r\n* @arasan01 made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/151\r\n* @xiii111 made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/160\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-dependencies/compare/1.1.2...1.1.3",
+ "createdAt" : "2023-12-12T06:27:25+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIF_Mq84H9MLu",
+ "owner" : "pointfreeco",
+ "publishedAt" : "2023-12-12T06:29:22+09:00",
+ "repository" : "swift-dependencies",
+ "title" : "1.1.3",
+ "url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/1.1.3",
+ "version" : "1.1.3"
+ },
+ {
+ "body" : "## What's Changed\r\n\r\n* Fixed: Avoid erroneous missing default diagnosis, a regression introduced in 1.1.3 (https://github.com/pointfreeco/swift-dependencies/pull/161).\r\n* Infrastructure: Bumped Swift tools version to 5.7.1 to follow Apple's policy (thanks @x-0o0, https://github.com/pointfreeco/swift-dependencies/pull/140).\r\n\r\n## New Contributors\r\n\r\n* @x-0o0 made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/140\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-dependencies/compare/1.1.3...1.1.4",
+ "createdAt" : "2023-12-13T02:23:18+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIF_Mq84H9tmm",
+ "owner" : "pointfreeco",
+ "publishedAt" : "2023-12-13T02:24:18+09:00",
+ "repository" : "swift-dependencies",
+ "title" : "1.1.4",
+ "url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/1.1.4",
+ "version" : "1.1.4"
+ },
+ {
+ "body" : "## What's Changed\r\n\r\n* Fixed: `@DependencyClient` no longer tries to apply `@DependencyEndpoint` to `let` properties (https://github.com/pointfreeco/swift-dependencies/pull/163).\r\n* Fixed: `@DependencyClient` no longer tries to apply `@DependencyEndpoint` to computed properties with explicit `get` blocks (https://github.com/pointfreeco/swift-dependencies/pull/163).\r\n* Fixed: `@DependencyEndpoint` now properly forwards `willSet` and `didSet` accessors to the underlying storage (https://github.com/pointfreeco/swift-dependencies/pull/163).\r\n* Infrastructure: Document default value requirement for `@DependencyClient` endpoints (https://github.com/pointfreeco/swift-dependencies/pull/164).\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-dependencies/compare/1.1.4...1.1.5",
+ "createdAt" : "2023-12-16T05:46:13+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIF_Mq84H_wx_",
+ "owner" : "pointfreeco",
+ "publishedAt" : "2023-12-16T07:19:10+09:00",
+ "repository" : "swift-dependencies",
+ "title" : "1.1.5",
+ "url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/1.1.5",
+ "version" : "1.1.5"
+ },
+ {
+ "body" : "## What's Changed\r\n\r\n* Added: A `DependenciesMacros` module, which includes a new `@DependencyClient` macro (https://github.com/pointfreeco/swift-dependencies/pull/132).\r\n* Fixed: Avoid a watchOS test crash (https://github.com/pointfreeco/swift-dependencies/pull/122).\r\n* Infrastructure: Bumped README version to 1.0.0 (thanks @Jager-yoo, https://github.com/pointfreeco/swift-dependencies/pull/106)\r\n* Infrastructure: CI fixes (https://github.com/pointfreeco/swift-dependencies/pull/109)\r\n* Infrastructure: Document SWIFT_DEPENDENCIES_CONTEXT (https://github.com/pointfreeco/swift-dependencies/pull/115).\r\n* Infrastructure: Document test leakage (https://github.com/pointfreeco/swift-dependencies/pull/130).\r\n\r\n## New Contributors\r\n\r\n* @Jager-yoo made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/106\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-dependencies/compare/1.0.0...1.1.0",
+ "createdAt" : "2023-11-16T03:04:58+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIF_Mq84HuZVr",
+ "owner" : "pointfreeco",
+ "publishedAt" : "2023-11-16T03:08:12+09:00",
+ "repository" : "swift-dependencies",
+ "title" : "1.1.0",
+ "url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/1.1.0",
+ "version" : "1.1.0"
+ },
+ {
+ "body" : "## What's Changed\r\n\r\n* Fixed: `@DependencyClient` and `@DependencyEndpoint` now emit diagnostics when non-closure literal is assigned, including `unimplemented` (https://github.com/pointfreeco/swift-dependencies/pull/137).\r\n* Fixed: `@DependencyClient` and `@DependencyEndpoint` no longer fail on multiline closure literal defaults (https://github.com/pointfreeco/swift-dependencies/pull/137).\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-dependencies/compare/1.1.0...1.1.1",
+ "createdAt" : "2023-11-17T05:42:31+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIF_Mq84HvTPY",
+ "owner" : "pointfreeco",
+ "publishedAt" : "2023-11-17T05:43:55+09:00",
+ "repository" : "swift-dependencies",
+ "title" : "1.1.1",
+ "url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/1.1.1",
+ "version" : "1.1.1"
+ },
+ {
+ "body" : "## What's Changed\r\n\r\n* Added: `DependencyKey` and `TestDependencyKey` now have a `Value` primary associated type (https://github.com/pointfreeco/swift-dependencies/pull/173).\r\n* Added: `@Dependency(MyDependency.self)`, for specifying a dependency by a type name instead of a key path (https://github.com/pointfreeco/swift-dependencies/pull/172).\r\n* Fixed: Test values are now cached when accessed in a live context (thanks @oronbz, https://github.com/pointfreeco/swift-dependencies/pull/78). This ensures a dependency isn't recreated every single time it is accessed in an application. \r\n* Fixed: `XCTest` is now dynamically linked on non-Apple platforms, like Linux and Windows (thanks @compnerd, https://github.com/pointfreeco/swift-dependencies/pull/169).\r\n* Infrastructure: Improved macro warning message (thanks @ZevEisenberg, https://github.com/pointfreeco/swift-dependencies/pull/167).\r\n* Infrastructure: Updated installation snippet (thanks @x-0o0, https://github.com/pointfreeco/swift-dependencies/pull/168).\r\n* Infrastructure: Simplify WASI handling in tests (thanks @compnerd, https://github.com/pointfreeco/swift-dependencies/pull/170).\r\n\r\n## New Contributors\r\n\r\n* @ZevEisenberg made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/167\r\n* @compnerd made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/170\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-dependencies/compare/1.1.5...1.2.0",
+ "createdAt" : "2024-01-23T07:47:39+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIF_Mq84IOqYJ",
+ "owner" : "pointfreeco",
+ "publishedAt" : "2024-01-23T07:58:22+09:00",
+ "repository" : "swift-dependencies",
+ "title" : "1.2.0",
+ "url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/1.2.0",
+ "version" : "1.2.0"
+ },
+ {
+ "body" : "## What's Changed\r\n\r\n* Fixed: `@DependencyClient` no longer fails when using Swift 5.9's `package` modifier (thanks @nhenri, https://github.com/pointfreeco/swift-dependencies/pull/180).\r\n* Fixed: Sendability warnings have been addressed (https://github.com/pointfreeco/swift-dependencies/pull/174).\r\n* Infrastructure: Update documentation for dependency key shorthand (https://github.com/pointfreeco/swift-dependencies/pull/176).\r\n\r\n## New Contributors\r\n\r\n* @nhenri made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/180\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-dependencies/compare/1.2.0...1.2.1",
+ "createdAt" : "2024-02-02T06:54:14+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIF_Mq84IUenC",
+ "owner" : "pointfreeco",
+ "publishedAt" : "2024-02-02T06:56:02+09:00",
+ "repository" : "swift-dependencies",
+ "title" : "1.2.1",
+ "url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/1.2.1",
+ "version" : "1.2.1"
+ },
+ {
+ "body" : "## What's Changed\r\n\r\n* Fixed: Support swift-syntax 510.0 (https://github.com/pointfreeco/swift-dependencies/pull/190).\r\n* Infrastructure: Document Swift compiler bug in `@DependencyClient` (https://github.com/pointfreeco/swift-dependencies/pull/189).\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-dependencies/compare/1.2.1...1.2.2",
+ "createdAt" : "2024-03-05T09:43:18+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIF_Mq84IoQpy",
+ "owner" : "pointfreeco",
+ "publishedAt" : "2024-03-05T09:44:21+09:00",
+ "repository" : "swift-dependencies",
+ "title" : "1.2.2",
+ "url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/1.2.2",
+ "version" : "1.2.2"
+ },
+ {
+ "body" : "## What's Changed\r\n\r\n* Changed: Swift Language Support: Drop <5.9, Add 6.0 (https://github.com/pointfreeco/swift-dependencies/pull/226).\r\n* Fixed: Allow `withRandomGenerator` to rethrow errors (thanks @samisuteria, https://github.com/pointfreeco/swift-dependencies/pull/232).\r\n* Fixed: Update Package.swift for SwiftSyntax 601-prerelease via new swiftlang GitHub organization (https://github.com/pointfreeco/swift-dependencies/pull/231; https://github.com/pointfreeco/swift-dependencies/pull/240).\r\n* Infrastructure: Remove reference to archived Cleanse project in README (thanks @BrentMifsud, https://github.com/pointfreeco/swift-dependencies/pull/225).\r\n* Infrastructure: Add `.editorconfig` for consistent code formatting (thanks @Matejkob, https://github.com/pointfreeco/swift-dependencies/pull/236).\r\n\r\n## New Contributors\r\n\r\n* @BrentMifsud made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/225\r\n* @samisuteria made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/232\r\n* @Matejkob made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/236\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-dependencies/compare/1.3.1...1.3.2",
+ "createdAt" : "2024-07-13T05:09:13+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIF_Mq84J2YQJ",
+ "owner" : "pointfreeco",
+ "publishedAt" : "2024-07-13T05:20:12+09:00",
+ "repository" : "swift-dependencies",
+ "title" : "1.3.2",
+ "url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/1.3.2",
+ "version" : "1.3.2"
+ },
+ {
+ "body" : "## What's Changed\r\n\r\n* Added: `assert` and `precondition` dependencies, for making Swift assertions testable (https://github.com/pointfreeco/swift-dependencies/pull/213).\r\n* Fixed: `@DependencyClient` now ignores static properties (thanks @rhysm94, https://github.com/pointfreeco/swift-dependencies/pull/196).\r\n* Fixed: Improve runtime warning when no `liveValue` is defined (https://github.com/pointfreeco/swift-dependencies/pull/206).\r\n* Fixed: Address some strict concurrency sendable warnings (https://github.com/pointfreeco/swift-dependencies/pull/207).\r\n* Fixed: Improve `@DependencyEndpoint` failure messages by incorporating the type name (https://github.com/pointfreeco/swift-dependencies/pull/208).\r\n* Fixed: `@DependencyClient` support for the `package` access modifier (thanks @ivanlisovyi, https://github.com/pointfreeco/swift-dependencies/pull/209).\r\n* Fixed: `@DependencyClient` will now automatically ignore `@Dependency` properties via the new `@DependencyEndpointIgnored` marker macro (thanks @freak4pc, https://github.com/pointfreeco/swift-dependencies/pull/212).\r\n* Infrastructure: Fix documentation (thanks @gibachan, https://github.com/pointfreeco/swift-dependencies/pull/198).\r\n\r\n## New Contributors\r\n\r\n* @rhysm94 made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/196\r\n* @gibachan made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/198\r\n* @ivanlisovyi made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/209\r\n* @freak4pc made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/212\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-dependencies/compare/1.2.2...1.3.0",
+ "createdAt" : "2024-05-08T10:49:57+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIF_Mq84JOjMU",
+ "owner" : "pointfreeco",
+ "publishedAt" : "2024-05-09T01:25:59+09:00",
+ "repository" : "swift-dependencies",
+ "title" : "1.3.0",
+ "url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/1.3.0",
+ "version" : "1.3.0"
+ },
+ {
+ "body" : "## What's Changed\r\n\r\n* Fixed: Remove insecure `assert` and `precondition` setters (https://github.com/pointfreeco/swift-dependencies/pull/214). The ability to override these dependencies posed a security risk if a third party did so, so the library should prevent the possibility.\r\n* Fixed: Avoid deadlock when dependency values is first initialized if the main thread is blocked (https://github.com/pointfreeco/swift-dependencies/pull/219).\r\n* Fixed: Support swift-syntax from 600.0.0-latest (https://github.com/pointfreeco/swift-dependencies/pull/223).\r\n* Fixed: Silence some Swift 6 warnings (https://github.com/pointfreeco/swift-dependencies/pull/224).\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-dependencies/compare/1.3.0...1.3.1",
+ "createdAt" : "2024-06-13T06:42:19+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIF_Mq84JjBr6",
+ "owner" : "pointfreeco",
+ "publishedAt" : "2024-06-13T06:44:44+09:00",
+ "repository" : "swift-dependencies",
+ "title" : "1.3.1",
+ "url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/1.3.1",
+ "version" : "1.3.1"
}
]
\ No newline at end of file
diff --git a/Outputs/Firebase Apple SDK.json b/Outputs/Firebase Apple SDK.json
index e8ae0e6..08da182 100644
--- a/Outputs/Firebase Apple SDK.json
+++ b/Outputs/Firebase Apple SDK.json
@@ -563,6 +563,18 @@
"url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.7.0",
"version" : "10.7.0"
},
+ {
+ "body" : "The Firebase Apple SDK (10.13.0) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes](https://firebase.google.com/support/release-notes/ios#10.13.0).\r\n\r\nTo install this SDK, see [Add Firebase to your project](https://firebase.google.com/docs/ios/setup).",
+ "createdAt" : "2023-07-27T22:48:25+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBU6LVM4G1bG-",
+ "owner" : "firebase",
+ "publishedAt" : "2023-08-01T23:53:38+09:00",
+ "repository" : "firebase-ios-sdk",
+ "title" : "Firebase Apple 10.13.0",
+ "url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.13.0",
+ "version" : "10.13.0"
+ },
{
"body" : "The Firebase Apple SDK (10.9.0) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#10.9.0)\r\n\r\nTo install this SDK, see [Add Firebase to your project.](https://firebase.google.com/docs/ios/setup)",
"createdAt" : "2023-04-25T01:29:16+09:00",
@@ -598,5 +610,245 @@
"title" : "Firebase Apple 10.11.0",
"url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.11.0",
"version" : "10.11.0"
+ },
+ {
+ "body" : "The Firebase Apple SDK (10.12.0) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#10.12.0)\r\n\r\nTo install this SDK, see [Add Firebase to your project.](https://firebase.google.com/docs/ios/setup)",
+ "createdAt" : "2023-07-02T02:59:51+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBU6LVM4GqkAJ",
+ "owner" : "firebase",
+ "publishedAt" : "2023-07-12T01:01:56+09:00",
+ "repository" : "firebase-ios-sdk",
+ "title" : "Firebase Apple 10.12.0",
+ "url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.12.0",
+ "version" : "10.12.0"
+ },
+ {
+ "body" : "The Firebase Apple SDK (10.19.0) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#10.19.0)\r\n\r\nTo install this SDK, see [Add Firebase to your project.](https://firebase.google.com/docs/ios/setup)",
+ "createdAt" : "2023-11-30T01:22:39+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBU6LVM4H6RE3",
+ "owner" : "firebase",
+ "publishedAt" : "2023-12-06T02:29:09+09:00",
+ "repository" : "firebase-ios-sdk",
+ "title" : "Firebase Apple 10.19.0",
+ "url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.19.0",
+ "version" : "10.19.0"
+ },
+ {
+ "body" : "The Firebase Apple SDK (10.14.0) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#10.14.0)\r\n\r\nTo install this SDK, see [Add Firebase to your project.](https://firebase.google.com/docs/ios/setup)",
+ "createdAt" : "2023-08-22T01:52:23+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBU6LVM4HDBUS",
+ "owner" : "firebase",
+ "publishedAt" : "2023-08-23T00:50:45+09:00",
+ "repository" : "firebase-ios-sdk",
+ "title" : "Firebase Apple 10.14.0",
+ "url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.14.0",
+ "version" : "10.14.0"
+ },
+ {
+ "body" : "The Firebase Apple SDK (10.15.0) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#10.15.0)\r\n\r\nTo install this SDK, see [Add Firebase to your project.](https://firebase.google.com/docs/ios/setup)",
+ "createdAt" : "2023-09-06T23:50:28+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBU6LVM4HM_rl",
+ "owner" : "firebase",
+ "publishedAt" : "2023-09-13T03:41:37+09:00",
+ "repository" : "firebase-ios-sdk",
+ "title" : "Firebase Apple 10.15.0",
+ "url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.15.0",
+ "version" : "10.15.0"
+ },
+ {
+ "body" : "The Firebase Apple SDK (10.16.0) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes](https://firebase.google.com/support/release-notes/ios#10.16.0).\r\n\r\nTo install this SDK, see [Add Firebase to your project](https://firebase.google.com/docs/ios/setup).",
+ "createdAt" : "2023-10-03T00:09:10+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBU6LVM4HXVFY",
+ "owner" : "firebase",
+ "publishedAt" : "2023-10-04T04:20:40+09:00",
+ "repository" : "firebase-ios-sdk",
+ "title" : "Firebase Apple 10.16.0",
+ "url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.16.0",
+ "version" : "10.16.0"
+ },
+ {
+ "body" : "The Firebase Apple SDK (10.17.0) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#10.17.0)\r\n\r\nTo install this SDK, see [Add Firebase to your project.](https://firebase.google.com/docs/ios/setup)",
+ "createdAt" : "2023-10-25T12:38:37+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBU6LVM4HleGD",
+ "owner" : "firebase",
+ "publishedAt" : "2023-10-31T06:42:46+09:00",
+ "repository" : "firebase-ios-sdk",
+ "title" : "Firebase Apple 10.17.0",
+ "url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.17.0",
+ "version" : "10.17.0"
+ },
+ {
+ "body" : "The Firebase Apple SDK (10.18.0) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#10.18.0)\r\n\r\nTo install this SDK, see [Add Firebase to your project.](https://firebase.google.com/docs/ios/setup)",
+ "createdAt" : "2023-11-11T05:04:53+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBU6LVM4Htg19",
+ "owner" : "firebase",
+ "publishedAt" : "2023-11-15T00:12:02+09:00",
+ "repository" : "firebase-ios-sdk",
+ "title" : "Firebase Apple 10.18.0",
+ "url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.18.0",
+ "version" : "10.18.0"
+ },
+ {
+ "body" : "The Firebase Apple SDK (10.23.1) is now available. \r\n\r\nThis release is only available for CocoaPods and Swift Package Manager and only changes Firebase Analytics.\r\n\r\nSee details at [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#10.23.1)\r\n\r\n\r\n## What's Changed\r\n* [Release] Update Package.swift for 10.23.1 patch by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12644\r\n* Analytics 10.23.1 by @htcgh in https://github.com/firebase/firebase-ios-sdk/pull/12648\r\n* 10.23.1 podspec updates by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12647\r\n* Tweak release note by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12649\r\n\r\n\r\n**Full Changelog**: https://github.com/firebase/firebase-ios-sdk/compare/10.23.0...10.23.1",
+ "createdAt" : "2024-03-28T13:40:57+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBU6LVM4I5dni",
+ "owner" : "firebase",
+ "publishedAt" : "2024-04-02T04:42:06+09:00",
+ "repository" : "firebase-ios-sdk",
+ "title" : "10.23.1",
+ "url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.23.1",
+ "version" : "10.23.1"
+ },
+ {
+ "body" : "The Firebase Apple SDK (10.24.0) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#10.24.0)\r\n\r\nTo install this SDK, see [Add Firebase to your project.](https://firebase.google.com/docs/ios/setup)\r\n\r\n## What's Changed\r\n* Remove calls to fstat in crashlytics by @volantwish in https://github.com/firebase/firebase-ios-sdk/pull/12531\r\n* fix unit tests by @themiswang in https://github.com/firebase/firebase-ios-sdk/pull/12553\r\n* [Release] Add release note for signed artifact changes by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12558\r\n* Fix typo by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12565\r\n* [Firestore] Add a check to ensure FirestoreInternal has same public headers as Firestore by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12575\r\n* Carthage 10.23.0 by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12588\r\n* Initial CI for visionOS by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12578\r\n* Upgrade cmake build to grpc 162 by @wu-hui in https://github.com/firebase/firebase-ios-sdk/pull/12417\r\n* More visionOS CI by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12608\r\n* Update versions for Release 10.24.0 by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12594\r\n* [Release Tooling] Update XCFramework structure by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12595\r\n* [Docs] Update `FirebaseCore/CHANGELOG.md` with correct issue # by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12639\r\n* Adds putFileHandle and putFileHandleAsync by @mattcomi in https://github.com/firebase/firebase-ios-sdk/pull/12580\r\n* [CocoaPods] Lock FirestoreInternal version to Firestore by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12654\r\n* Merge 10.23.1 by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12655\r\n* [Crashlytics] Fix missing Swift header error by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12659\r\n* Move MIEQ to composite index tests by @milaGGL in https://github.com/firebase/firebase-ios-sdk/pull/12416\r\n* feat: add basic support to build frameworks and zip them for the Apple Watch by @jasesuperhero in https://github.com/firebase/firebase-ios-sdk/pull/12624\r\n* Release note for watchOS zip/Carthage by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12670\r\n* [Crashlytics] Remove mach_absolute_time usages by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12664\r\n* Update to SwiftFormat 0.53.5 by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12665\r\n* Fix typo: Timout -> Timeout by @Jager-yoo in https://github.com/firebase/firebase-ios-sdk/pull/12672\r\n* [Crashlytics] Regenerate privacy manifest by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12675\r\n* [Release] Version changelog entries for 10.24.0 by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12677\r\n* [Release Tooling] Fix METADATA.md regression introduced in #12595 by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12661\r\n* Analytics 10.24.0 by @tsunghung in https://github.com/firebase/firebase-ios-sdk/pull/12693\r\n* [Release] Update binary SPM Firestore distro for 10.24.0 by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12708\r\n* [Release] Update Firestore's binary deps in Package.swift by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12709\r\n\r\n## New Contributors\r\n* @volantwish made their first contribution in https://github.com/firebase/firebase-ios-sdk/pull/12531\r\n* @mattcomi made their first contribution in https://github.com/firebase/firebase-ios-sdk/pull/12580\r\n* @jasesuperhero made their first contribution in https://github.com/firebase/firebase-ios-sdk/pull/12624\r\n* @Jager-yoo made their first contribution in https://github.com/firebase/firebase-ios-sdk/pull/12672\r\n\r\n**Full Changelog**: https://github.com/firebase/firebase-ios-sdk/compare/10.23.1...10.24.0",
+ "createdAt" : "2024-04-05T06:53:43+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBU6LVM4I90rc",
+ "owner" : "firebase",
+ "publishedAt" : "2024-04-10T00:28:00+09:00",
+ "repository" : "firebase-ios-sdk",
+ "title" : "Firebase Apple 10.24.0",
+ "url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.24.0",
+ "version" : "10.24.0"
+ },
+ {
+ "body" : "The Firebase Apple SDK (10.20.0) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#10.20.0)\r\n\r\nTo install this SDK, see [Add Firebase to your project.](https://firebase.google.com/docs/ios/setup)",
+ "createdAt" : "2024-01-11T00:33:41+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBU6LVM4ILmuV",
+ "owner" : "firebase",
+ "publishedAt" : "2024-01-17T01:56:40+09:00",
+ "repository" : "firebase-ios-sdk",
+ "title" : "10.20.0",
+ "url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.20.0",
+ "version" : "10.20.0"
+ },
+ {
+ "body" : "The Firebase Apple SDK (10.21.0) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#10.21.0)\r\n\r\nTo install this SDK, see [Add Firebase to your project.](https://firebase.google.com/docs/ios/setup)",
+ "createdAt" : "2024-02-01T04:18:37+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBU6LVM4IWom2",
+ "owner" : "firebase",
+ "publishedAt" : "2024-02-07T03:59:49+09:00",
+ "repository" : "firebase-ios-sdk",
+ "title" : "Firebase Apple 10.21.0",
+ "url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.21.0",
+ "version" : "10.21.0"
+ },
+ {
+ "body" : "The Firebase Apple SDK (10.22.0) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes](https://firebase.google.com/support/release-notes/ios#10.22.0).\r\n\r\nTo install this SDK, see [Add Firebase to your project](https://firebase.google.com/docs/ios/setup).",
+ "createdAt" : "2024-03-01T01:08:41+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBU6LVM4IoB0z",
+ "owner" : "firebase",
+ "publishedAt" : "2024-03-05T04:34:55+09:00",
+ "repository" : "firebase-ios-sdk",
+ "title" : "Firebase Apple 10.22.0",
+ "url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.22.0",
+ "version" : "10.22.0"
+ },
+ {
+ "body" : "The Firebase Apple SDK (10.22.1) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#10.22.1)\r\n\r\nTo install this SDK, see [Add Firebase to your project.](https://firebase.google.com/docs/ios/setup)",
+ "createdAt" : "2024-03-08T02:58:53+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBU6LVM4IqY8O",
+ "owner" : "firebase",
+ "publishedAt" : "2024-03-08T04:05:03+09:00",
+ "repository" : "firebase-ios-sdk",
+ "title" : "Firebase Apple 10.22.1",
+ "url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.22.1",
+ "version" : "10.22.1"
+ },
+ {
+ "body" : "The Firebase Apple SDK (10.23.0) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#10.23.0)\r\n\r\nTo install this SDK, see [Add Firebase to your project.](https://firebase.google.com/docs/ios/setup)\r\n\r\n## What's Changed\r\n* [Release] Update versions for Release 10.23.0 by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/12467\r\n* Add API tests for hashed email and phone number by @tsunghung in https://github.com/firebase/firebase-ios-sdk/pull/12469\r\n* Update upload-symbols to 13.7 by @themiswang in https://github.com/firebase/firebase-ios-sdk/pull/12471\r\n* Analytics 10.22.1 by @tsunghung in https://github.com/firebase/firebase-ios-sdk/pull/12482\r\n* Upgrade `clang-format` to v18 by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/12483\r\n* [Release] Add patch note for 10.22.1 by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12490\r\n* Restore 10.23.0 versions to main after 10.22.1 by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12497\r\n* Patch abseil-cpp to ignore deprecated errors in new Xcode. by @jonsimantov in https://github.com/firebase/firebase-ios-sdk/pull/12498\r\n* Fix CI breakage from recent merge by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12504\r\n* Resolved warning no rule to process file 'PrivacyInfo.xcprivacy' of type 'text.xml' with CocoaPods by @HikaruSato in https://github.com/firebase/firebase-ios-sdk/pull/12513\r\n* Upgrade grpc to 1.62 for cocoapods by @wu-hui in https://github.com/firebase/firebase-ios-sdk/pull/12398\r\n* Snapshot listener source from cache by @milaGGL in https://github.com/firebase/firebase-ios-sdk/pull/12370\r\n* [Rollouts] Feature rollouts merge to main by @themiswang in https://github.com/firebase/firebase-ios-sdk/pull/12410\r\n* [spm] Update grpc to 1.62.3 by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12520\r\n* [Release Tooling] Copy over macOS/macCatalyst plists by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12517\r\n* NOTICES Change by @github-actions in https://github.com/firebase/firebase-ios-sdk/pull/12524\r\n* Changelog updates for 10.23.0 by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12533\r\n* [Firestore] Improve logging in scripts/check_firestore_symbols.sh by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12535\r\n* [Firestore] Add unlinked symbol introduced in #12370 by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12534\r\n* [Firestore] Re-export public header added in #12370 by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12537\r\n* [Firestore] Bump dependency ranges for Firestore's binary SPM distro by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12538\r\n* Fix Firestore build warnings by @cherylEnkidu in https://github.com/firebase/firebase-ios-sdk/pull/12536\r\n* Analytics 10.23.0 by @htcgh in https://github.com/firebase/firebase-ios-sdk/pull/12539\r\n* [Release] Update FirebaseFirestoreInternal checksum by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12545\r\n* [Release] Re-spin FST with signed artifact by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12549\r\n\r\n## New Contributors\r\n* @HikaruSato made their first contribution in https://github.com/firebase/firebase-ios-sdk/pull/12513\r\n\r\n**Full Changelog**: https://github.com/firebase/firebase-ios-sdk/compare/10.22.1...10.23.0",
+ "createdAt" : "2024-03-14T08:36:18+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBU6LVM4Ix1DX",
+ "owner" : "firebase",
+ "publishedAt" : "2024-03-20T01:49:43+09:00",
+ "repository" : "firebase-ios-sdk",
+ "title" : "10.23.0",
+ "url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.23.0",
+ "version" : "10.23.0"
+ },
+ {
+ "body" : "The Firebase Apple SDK (10.25.0) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#10.25.0)\r\n\r\nTo install this SDK, see [Add Firebase to your project.](https://firebase.google.com/docs/ios/setup)\r\n\r\n## What's Changed\r\n* [FirebaseCoreInternal] Switch to implementation-only import of GULs by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12714\r\n* [AppCheck, Database, InAppMessaging, MLModelDownloader, Performance, Sessions] Migrate to GoogleUtilities's storage container by @ncooke3 in #12752, #12753, #12757, #12759, #12762, #12773\r\n* Use declspec in Firestore on Windows machines by @a-maurice in https://github.com/firebase/firebase-ios-sdk/pull/12758\r\n* [CI] Stop Xcode 14, start Xcode 15.3 by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12746\r\n* [Performance] Migrate to GoogleUtilities's storage container by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12759\r\n* Todos and workarounds for tests not yet ready for macos-14 by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12781\r\n* Another macos-14 CI workaround by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12787\r\n* [CI] Update grpc dependent jobs to macos-14 by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12790\r\n* [Firestore] Remove DocumentID setter warning by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/12756\r\n* [App Check] Bump dependency on AppCheckCore to 10.19.0+ by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12806\r\n* Allow Blob of data with zero length. by @tom-andersen in https://github.com/firebase/firebase-ios-sdk/pull/12694\r\n* [Infra] Switch zip building over to Xcode 15.2 by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12737\r\n* Make use of SQLITE_OPEN_FILEPROTECTION_COMPLETEUNTILFIRSTUSERAUTHENTICATION conditional. by @cprince-foreflight in https://github.com/firebase/firebase-ios-sdk/pull/12548\r\n* [Release Tooling] Consistent approach to resources when building on Xcode 15 by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12821\r\n* [Release Tooling] Cleanup unused folder references by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12825\r\n* Analytics 10.25.0 by @pcfba in https://github.com/firebase/firebase-ios-sdk/pull/12843\r\n* Update `FIRAuthInterop` to use `_Nullable_result` annotation by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/12841\r\n* Disable quickstart CI that doesn't work with Xcode 15 by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12846\r\n\r\n## New Contributors\r\n* @mrs1669 made their first contribution in https://github.com/firebase/firebase-ios-sdk/pull/12760\r\n* @a-maurice made their first contribution in https://github.com/firebase/firebase-ios-sdk/pull/12758\r\n* @cprince-foreflight made their first contribution in https://github.com/firebase/firebase-ios-sdk/pull/12548\r\n\r\n**Full Changelog**: https://github.com/firebase/firebase-ios-sdk/compare/10.24.0...10.25.0",
+ "createdAt" : "2024-05-01T03:31:28+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBU6LVM4JJzQR",
+ "owner" : "firebase",
+ "publishedAt" : "2024-05-01T03:42:56+09:00",
+ "repository" : "firebase-ios-sdk",
+ "title" : "Firebase Apple 10.25.0",
+ "url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.25.0",
+ "version" : "10.25.0"
+ },
+ {
+ "body" : "The Firebase Apple SDK (10.26.0) is now available. This release is **only available for Swift Package Manager**.\r\nFor more details, see the [Firebase Apple SDK release notes](https://firebase.google.com/support/release-notes/ios#10.26.0).\r\n\r\nTo install this SDK, see [Add Firebase to your project](https://firebase.google.com/docs/ios/setup).\r\n\r\n## What's Changed\r\n* [Vertex AI] **Initial release of the Vertex AI for Firebase SDK (public preview)**. Learn how to [get started](https://firebase.google.com/docs/vertex-ai/get-started?platform=ios) with the SDK in your app.\r\n* [In-App Messaging] Fixed [crash](https://github.com/firebase/firebase-ios-sdk/issues/12882) at app start that affected SwiftPM users by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12910\r\n\r\n**Full Changelog**: https://github.com/firebase/firebase-ios-sdk/compare/10.25.0...10.26.0\r\n\r\n**Note**: For the latest CocoaPods and zip distributions, see the https://github.com/firebase/firebase-ios-sdk/releases/tag/10.25.0.",
+ "createdAt" : "2024-05-13T23:37:42+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBU6LVM4JQhYx",
+ "owner" : "firebase",
+ "publishedAt" : "2024-05-14T00:20:52+09:00",
+ "repository" : "firebase-ios-sdk",
+ "title" : "Firebase Apple 10.26.0",
+ "url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.26.0",
+ "version" : "10.26.0"
+ },
+ {
+ "body" : "The Firebase Apple SDK (10.27.0) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#10.27.0)\r\n\r\nTo install this SDK, see [Add Firebase to your project.](https://firebase.google.com/docs/ios/setup)\r\n\r\n## What's Changed\r\n* Disable failing ObjC Performance quickstart on CI by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/12853\r\n* Gracefully fail rollout write by @themiswang in https://github.com/firebase/firebase-ios-sdk/pull/12863\r\n* [Release] Carthage updates for 10.25.0 by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/12871\r\n* [Release] Update Package.swift for 10.26.0 by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/12873\r\n* Update versions for Release 10.27.0 by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/12875\r\n* Add SIGTERM support by @naftaly in https://github.com/firebase/firebase-ios-sdk/pull/12881\r\n* [Release] Update CHANGELOG.md for #12881 by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12885\r\n* Improve/use shorthand syntax for unwrapping optionals and fix typos by @sheikhbayazid in https://github.com/firebase/firebase-ios-sdk/pull/12369\r\n* Stop CI on Swift podspecs by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12895\r\n* [Release Tooling] Add functionality to build dynamic frameworks by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12890\r\n* [InAppMessaging] Fix #12882 by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12910\r\n* Improve Usage of SQLITE_OPEN_FILEPROTECTION_NONE in FIRMessagingRmqManager.m by @doganaltinbas in https://github.com/firebase/firebase-ios-sdk/pull/12909\r\n* [Release] Update changelog to reflect #12900 by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12915\r\n* [RTDB] Use NSURLSessionWebSocket instead of SocketRocket where possible by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12894\r\n* [InAppMessaging] Follow-up to #12910 by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12917\r\n* [Release] Update FIAM changelog to reflect 10.26.0 by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12919\r\n* Update FirebaseAppCheck's FirebaseCore dependency by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12925\r\n* [Firestore] Cleanup compilation guards for building on older SDKs by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12936\r\n* [Messaging] Cleanup compilation guards for building on older SDKs by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12935\r\n* [Infra] Attempt to fix #12769 by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12938\r\n* [NFC] Remove outdated comment by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12940\r\n* [FIAM] Cleanup compilation guards for building on older SDKs by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12937\r\n* [Infra] Clean up visionOS conditionals by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12934\r\n* [Infra] Re-enable 'zip / quickstart_framework_firestore' job by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/12943\r\n* Merge `release-10.26` into `main` by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/12955\r\n* [Vertex AI] Update sample README for `main` by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/12956\r\n* [Vertex AI] Rename `FirebaseVertexAI-Docs.podspec` to avoid CI by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/12958\r\n* [Vertex AI] Align text and add close keyboard function in Sample Project by @1998code in https://github.com/firebase/firebase-ios-sdk/pull/12887\r\n* Fix VisionOS and WatchOS CI by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12966\r\n* use correct variable by @morganchen12 in https://github.com/firebase/firebase-ios-sdk/pull/12971\r\n* Update versions in `FirebaseVertexAI-Docs.not_podspec` by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/12973\r\n* Bump rexml from 3.2.5 to 3.2.8 by @dependabot in https://github.com/firebase/firebase-ios-sdk/pull/12978\r\n* Bump rexml from 3.2.5 to 3.2.8 in /.github/actions/notices_generation by @dependabot in https://github.com/firebase/firebase-ios-sdk/pull/12980\r\n* [Vertex AI] Update samples/docs to use `gemini-1.5-flash-preview-0514` by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/12979\r\n* Crashlytics dispatch Rollouts writes async to prevent crashes by @samedson in https://github.com/firebase/firebase-ios-sdk/pull/12977\r\n* Update retry logic for flaky tests by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12998\r\n* Deprecation warning for FDL by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12999\r\n* [Release] Prep changelogs for 10.27.0 / M148 by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/13005\r\n* Analytics 10.27.0 by @tsunghung in https://github.com/firebase/firebase-ios-sdk/pull/13006\r\n* [Vertex AI] Add error message for Firebase ML API not enabled by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/13007\r\n* [Vertex AI] Log server error responses without `-FIRDebugEnabled` by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/13009\r\n* [Vertex AI] Add CHANGELOG entry for 10.27.0 by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/13010\r\n* [Release] Update FirestoreInternal binary for 10.27.0 / M148 by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/13013\r\n\r\n## New Contributors\r\n* @naftaly made their first contribution in https://github.com/firebase/firebase-ios-sdk/pull/12881\r\n* @sheikhbayazid made their first contribution in https://github.com/firebase/firebase-ios-sdk/pull/12369\r\n* @doganaltinbas made their first contribution in https://github.com/firebase/firebase-ios-sdk/pull/12909\r\n* @1998code made their first contribution in https://github.com/firebase/firebase-ios-sdk/pull/12887\r\n\r\n**Full Changelog**: https://github.com/firebase/firebase-ios-sdk/compare/10.25.0...10.27.0",
+ "createdAt" : "2024-05-23T05:11:41+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBU6LVM4Jawe8",
+ "owner" : "firebase",
+ "publishedAt" : "2024-05-29T23:43:57+09:00",
+ "repository" : "firebase-ios-sdk",
+ "title" : "Firebase Apple 10.27.0",
+ "url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.27.0",
+ "version" : "10.27.0"
+ },
+ {
+ "body" : "> [!IMPORTANT] \r\n> If you downloaded the `Firebase.zip` prior to July 2, 2024, please re-download it. There was an issue where the originally uploaded artifact was missing code signatures.\r\n\r\nThe Firebase Apple SDK (10.28.0) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#10.28.0)\r\n\r\nTo install this SDK, see [Add Firebase to your project.](https://firebase.google.com/docs/ios/setup)\r\n\r\n## What's Changed\r\n* [Remote Config] Attempt to reduce int. tests flakes by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/13019\r\n* Removed Unused Availability Checks by @yakovmanshin in https://github.com/firebase/firebase-ios-sdk/pull/13023\r\n* Fix fireperf exception by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/12991\r\n* [Release] Carthage versions for M148 / 10.27.0 by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/13030\r\n* [Release] Update versions for Release 10.28.0 by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/13033\r\n* Fix deprecated typo by @michalsrutek in https://github.com/firebase/firebase-ios-sdk/pull/13037\r\n* Make sure rollouts logging queue is not nil by @themiswang in https://github.com/firebase/firebase-ios-sdk/pull/13058\r\n* [Infra] Get testing tag from latest tag merged to main by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/13061\r\n* [Infra] Quick fix for NOTICES generation by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/13062\r\n* [Vertex AI] Add simple integration tests by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/13075\r\n* Replace SystemConfiguration with a more recent Apple provided network monitoring API. by @visumickey in https://github.com/firebase/firebase-ios-sdk/pull/13091\r\n* [Vertex AI] Add environment variable to control integration tests by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/13095\r\n* [Vertex AI] Update samples/docs to use `gemini-1.5-flash` by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/13099\r\n* [Vertex AI] Add support for compiling on tvOS by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/13090\r\n* [Vertex AI] Add CI for visionOS by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/13092\r\n* Early return for rollouts write errors by @themiswang in https://github.com/firebase/firebase-ios-sdk/pull/13103\r\n* [Vertex AI] Add CHANGELOG for tvOS/visionOS community support by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/13105\r\n* Changelogs 10.28.0 by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/13111\r\n* [Docs] Update Crashlytics/CHANGELOG.md by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/13112\r\n* Add `FIRAppCheckTokenProtocol` for use in `FIRAppCheckProtocol` by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/13035\r\n* Analytics 10.28.0 by @pcfba in https://github.com/firebase/firebase-ios-sdk/pull/13116\r\n* Import `Foundation` in `FIRAppCheckTokenProtocol` by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/13121\r\n\r\n## New Contributors\r\n* @michalsrutek made their first contribution in https://github.com/firebase/firebase-ios-sdk/pull/13037\r\n\r\n**Full Changelog**: https://github.com/firebase/firebase-ios-sdk/compare/10.27.0...10.28.0",
+ "createdAt" : "2024-06-13T01:50:05+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBU6LVM4JlwDv",
+ "owner" : "firebase",
+ "publishedAt" : "2024-06-18T00:54:14+09:00",
+ "repository" : "firebase-ios-sdk",
+ "title" : "Firebase Apple 10.28.0",
+ "url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.28.0",
+ "version" : "10.28.0"
+ },
+ {
+ "body" : "The Firebase Apple SDK (10.28.1) is now available.\r\n\r\nThis release is only available for CocoaPods and Swift Package Manager and only changes Firebase Crashlytics.\r\n\r\nSee details at [Firebase Apple SDK release notes](https://firebase.google.com/support/release-notes/ios#10.28.1).\r\n\r\n## What's Changed\r\n* [Crashlytics] Reverted \"Add SIGTERM support (#12881)\" introduced in version 10.27.0 (#13117).\r\n\r\n**Full Changelog**: https://github.com/firebase/firebase-ios-sdk/compare/10.28.0...10.28.1",
+ "createdAt" : "2024-06-25T00:17:23+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBU6LVM4JqWiy",
+ "owner" : "firebase",
+ "publishedAt" : "2024-06-25T00:43:28+09:00",
+ "repository" : "firebase-ios-sdk",
+ "title" : "Firebase Apple 10.28.1",
+ "url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.28.1",
+ "version" : "10.28.1"
+ },
+ {
+ "body" : "The Firebase Apple SDK (10.29.0) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#10.29.0)\r\n\r\nTo install this SDK, see [Add Firebase to your project.](https://firebase.google.com/docs/ios/setup)\r\n\r\n## What's Changed\r\n* [Messaging] Rename initWithFileName internal method by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/13139\r\n* Revert \"Add SIGTERM support (#12881)\" by @themiswang in https://github.com/firebase/firebase-ios-sdk/pull/13162\r\n* [MLModelDownloader] Use `FirebaseLogger` instead of `GULLoggerWrapper` by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/13160\r\n* [Messaging] Fix APS Environment entitlement key on visionOS by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/13176\r\n* [Messaging] Update `TARGET_OS_*` conditionals by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/13184\r\n* VertexAI: use shared repository for test golden files by @tanzimfh in https://github.com/firebase/firebase-ios-sdk/pull/13186\r\n* Update FPRDataUtils.m by @Kyle-Ye in https://github.com/firebase/firebase-ios-sdk/pull/13200\r\n* [Vertex AI] Add support for compiling on watchOS by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/13215\r\n\r\n## New Contributors\r\n* @tanzimfh made their first contribution in https://github.com/firebase/firebase-ios-sdk/pull/13152\r\n* @totoro642 made their first contribution in https://github.com/firebase/firebase-ios-sdk/pull/13179\r\n* @Kyle-Ye made their first contribution in https://github.com/firebase/firebase-ios-sdk/pull/13200\r\n\r\n**Full Changelog**: https://github.com/firebase/firebase-ios-sdk/compare/10.28.1...10.29.0",
+ "createdAt" : "2024-07-09T01:51:29+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBU6LVM4JzVqB",
+ "owner" : "firebase",
+ "publishedAt" : "2024-07-09T02:04:56+09:00",
+ "repository" : "firebase-ios-sdk",
+ "title" : "Firebase Apple 10.29.0",
+ "url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.29.0",
+ "version" : "10.29.0"
}
]
\ No newline at end of file
diff --git a/Outputs/Foundation ICU.json b/Outputs/Foundation ICU.json
index c57e527..45b6c79 100644
--- a/Outputs/Foundation ICU.json
+++ b/Outputs/Foundation ICU.json
@@ -22,5 +22,77 @@
"title" : "FoundationICU 0.0.2",
"url" : "https://github.com/apple/swift-foundation-icu/releases/tag/0.0.2",
"version" : "0.0.2"
+ },
+ {
+ "body" : "This release fixed Linux build failures for `ICU 72.1`.\r\n\r\n### Pull Requests\r\n- https://github.com/apple/swift-foundation-icu/pull/17 Fix Linux build failure\r\n\r\n\r\n### Corresponding ICU Version: `ICU 72.1`",
+ "createdAt" : "2023-12-06T10:40:23+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIzpzt84H6eFJ",
+ "owner" : "apple",
+ "publishedAt" : "2023-12-06T10:49:03+09:00",
+ "repository" : "swift-foundation-icu",
+ "title" : "FoundationICU 0.0.4",
+ "url" : "https://github.com/apple/swift-foundation-icu/releases/tag/0.0.4",
+ "version" : "0.0.4"
+ },
+ {
+ "body" : "This release changed ICU data delivery method to embedded binary, as well as upgraded ICU to `72.1` (which aligns with the version shipped in macOS Sonoma).\r\n\r\n### Pull Requests\r\n- https://github.com/apple/swift-foundation-icu/pull/14 Update SwiftFoundationICU to embed data files in the binary\r\n- https://github.com/apple/swift-foundation-icu/pull/16 Upgrade to ICU 72.1\r\n\r\n### Corresponding ICU Version: `ICU 72.1`",
+ "createdAt" : "2023-10-31T01:03:54+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIzpzt84HmAkl",
+ "owner" : "apple",
+ "publishedAt" : "2023-11-01T02:22:38+09:00",
+ "repository" : "swift-foundation-icu",
+ "title" : "FoundationICU 0.0.3",
+ "url" : "https://github.com/apple/swift-foundation-icu/releases/tag/0.0.3",
+ "version" : "0.0.3"
+ },
+ {
+ "body" : "This release contains a (temporary) fix for test failures on macOS, and a build fix for Windows.\r\n\r\n---\r\n### What's Changed\r\n* Temporary fix: capture macros.unit to ensure we are using the right MeasureUnit is used with `initIsBaseUnit` by @iCharlesHu in https://github.com/apple/swift-foundation-icu/pull/19\r\n* build: repair the build on Windows by @compnerd in https://github.com/apple/swift-foundation-icu/pull/20\r\n\r\n\r\n**Full Changelog**: https://github.com/apple/swift-foundation-icu/compare/0.0.5...0.0.6\r\n\r\n---\r\n### Corresponding ICU Version: `ICU 72.1`",
+ "createdAt" : "2024-03-30T06:38:17+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIzpzt84I4ohR",
+ "owner" : "apple",
+ "publishedAt" : "2024-03-30T07:08:55+09:00",
+ "repository" : "swift-foundation-icu",
+ "title" : "FoundationICU 0.0.6",
+ "url" : "https://github.com/apple/swift-foundation-icu/releases/tag/0.0.6",
+ "version" : "0.0.6"
+ },
+ {
+ "body" : "This release contains a (temporary) fix for build failures on macOS.\r\n\r\n### Pull Requests\r\n- https://github.com/apple/swift-foundation-icu/pull/18 Renamed Point to work around the build failure\r\n\r\n### Corresponding ICU Version: `ICU 72.1`",
+ "createdAt" : "2024-01-18T03:31:18+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIzpzt84IMSX3",
+ "owner" : "apple",
+ "publishedAt" : "2024-01-18T03:35:49+09:00",
+ "repository" : "swift-foundation-icu",
+ "title" : "FoundationICU 0.0.5",
+ "url" : "https://github.com/apple/swift-foundation-icu/releases/tag/0.0.5",
+ "version" : "0.0.5"
+ },
+ {
+ "body" : "This release renamed the FoundationICU's module name to `_FoundationICU` in preparation for cmake support.\r\n\r\n## What's Changed\r\n* build: Repair the build on WASI by @kateinoigakukun in https://github.com/apple/swift-foundation-icu/pull/21\r\n* Add library targets for the exported/import sub-modules of FoundationICU by @parkera in https://github.com/apple/swift-foundation-icu/pull/23\r\n* Add underscore prefix to all modules in prepration for cmake support by @iCharlesHu in https://github.com/apple/swift-foundation-icu/pull/24\r\n\r\n## New Contributors\r\n* @kateinoigakukun made their first contribution in https://github.com/apple/swift-foundation-icu/pull/21\r\n\r\n**Full Changelog**: https://github.com/apple/swift-foundation-icu/compare/0.0.6...0.0.7\r\n\r\n---\r\n### Corresponding ICU Version: `ICU 72.1`",
+ "createdAt" : "2024-06-01T02:00:34+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIzpzt84JcLrS",
+ "owner" : "apple",
+ "publishedAt" : "2024-06-01T02:13:00+09:00",
+ "repository" : "swift-foundation-icu",
+ "title" : "FoundationICU 0.0.7",
+ "url" : "https://github.com/apple/swift-foundation-icu/releases/tag/0.0.7",
+ "version" : "0.0.7"
+ },
+ {
+ "body" : "This release:\r\n- Introduced Cmake support.\r\n- Combined all targets into one.\r\n- Changed the `include` directory from `unicode` to `_foundation_unicode` to avoid conflicts with system ICU\r\n\r\n## What's Changed\r\n* Moved headers in ./unicode to ./include/unicode by @iCharlesHu in https://github.com/apple/swift-foundation-icu/pull/25\r\n* Introduce CMake support for SwiftFoundationICU by @iCharlesHu in https://github.com/apple/swift-foundation-icu/pull/22\r\n\r\n\r\n**Full Changelog**: https://github.com/apple/swift-foundation-icu/compare/0.0.7...0.0.8\r\n\r\n\r\n---\r\n### Corresponding ICU Version: `ICU 72.1`",
+ "createdAt" : "2024-06-15T01:51:46+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIzpzt84JkasX",
+ "owner" : "apple",
+ "publishedAt" : "2024-06-15T02:29:20+09:00",
+ "repository" : "swift-foundation-icu",
+ "title" : "FoundationICU 0.0.8",
+ "url" : "https://github.com/apple/swift-foundation-icu/releases/tag/0.0.8",
+ "version" : "0.0.8"
}
]
\ No newline at end of file
diff --git a/Outputs/Kingfisher.json b/Outputs/Kingfisher.json
index 7b9c13a..da61147 100644
--- a/Outputs/Kingfisher.json
+++ b/Outputs/Kingfisher.json
@@ -538,5 +538,125 @@
"title" : "7.8.1 - Animated <3 Processor",
"url" : "https://github.com/onevcat/Kingfisher/releases/tag/7.8.1",
"version" : "7.8.1"
+ },
+ {
+ "body" : "#### Add\r\n* Add visionOS as support target. Now Kingfisher can run natively on visionOS, in both UIKit or SwiftUI mode. [#2103](https://github.com/onevcat/Kingfisher/pull/2103)\r\n* Add private manifest file (`PrivacyInfo.xcprivacy`) to the project to meet Apple's requirement of describing data collected and use of required reason API. [#2104](https://github.com/onevcat/Kingfisher/pull/2104)\r\n* Support digital signature in xcframework. Now the xcframework of Kingfisher is signed with the Apple Developer ID of the maintainer team. [#2106](https://github.com/onevcat/Kingfisher/pull/2106)\r\n* A public initializer of `ImageDownloadResult`. This allows overriding side to construct and return a valid download result. [#2107](https://github.com/onevcat/Kingfisher/pull/2107) @kmaschke85\r\n\r\n#### Fix\r\n* Some documentation fixes.\r\n\r\nIn this version, visionOS support is not yet available when integrating with CocoaPods. It requires the new version of CocoaPods 1.13.0 and not yet released. (https://github.com/CocoaPods/CocoaPods/pull/11965)",
+ "createdAt" : "2023-07-29T10:31:27+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAf70wM4GzJGH",
+ "owner" : "onevcat",
+ "publishedAt" : "2023-07-29T10:33:12+09:00",
+ "repository" : "Kingfisher",
+ "title" : "7.9.0 - visionOS & Xcode 15",
+ "url" : "https://github.com/onevcat/Kingfisher/releases/tag/7.9.0",
+ "version" : "7.9.0"
+ },
+ {
+ "body" : "#### Fix\r\n* Now the CarPlay support (`CPListItem`) compiles again for iOS SDK 14.0 to 14.4. It was because an undocumented API change in the `CPListItem` property. [#2172](https://github.com/onevcat/Kingfisher/pull/2172) @brendonjkding\r\n* Fix an infinite `View` refreshing loop when `KFImage` is set with `startLoadingBeforeViewAppear` to `true` and the loading keeping fails. [#2169](https://github.com/onevcat/Kingfisher/pull/2169) @onevcat @sisoje @mirkokg\r\n\r\n",
+ "createdAt" : "2023-12-09T21:49:35+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAf70wM4H8afE",
+ "owner" : "onevcat",
+ "publishedAt" : "2023-12-09T21:51:33+09:00",
+ "repository" : "Kingfisher",
+ "title" : "7.10.1 - Compilation & Infinity",
+ "url" : "https://github.com/onevcat/Kingfisher/releases/tag/7.10.1",
+ "version" : "7.10.1"
+ },
+ {
+ "body" : "#### Fix\r\n* Update to the terminology for the latest Xcode 15 beta. It prevents building failing and warnings from previous beta versions. [#2123](https://github.com/onevcat/Kingfisher/pull/2123) @simonbs\r\n* A misused reason in the privacy manifest file. Now Kingfisher should declare the reason of using file creation and access time correctly. (However, the manifest file mechanism of SDK seems not working yet in Xcode 15 beta 7) [#2135](https://github.com/onevcat/Kingfisher/pull/2135) @CloudosaurusRex @onevcat\r\n* Some warnings which happens when building xcframework. This prevents them from becoming errors in the coming Swift 6. [#2136](https://github.com/onevcat/Kingfisher/pull/2136)\r\n\r\n",
+ "createdAt" : "2023-08-26T13:49:50+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAf70wM4HFJ3B",
+ "owner" : "onevcat",
+ "publishedAt" : "2023-08-26T13:51:16+09:00",
+ "repository" : "Kingfisher",
+ "title" : "7.9.1 - Lastest Xcode 15 beta",
+ "url" : "https://github.com/onevcat/Kingfisher/releases/tag/7.9.1",
+ "version" : "7.9.1"
+ },
+ {
+ "body" : "#### Add\r\n* Actually add the privacy manifest files to the xcframework, Swift Package Manager and CocoaPods. [#2122](https://github.com/onevcat/Kingfisher/issues/2122) [#2156](https://github.com/onevcat/Kingfisher/pull/2156) @CloudosaurusRex @NikcN22\r\n* Enable the modulemap generation and `-Swift.h` header again for ObjC compatibility. [#2138](https://github.com/onevcat/Kingfisher/pull/2138) @yev-kanivets\r\n\r\n#### Fix\r\n* Use the trait collection to determine animated image scale, instead of the deprecated `UIScreen` API. [#2157](https://github.com/onevcat/Kingfisher/pull/2157) @hyun99999\r\n* An issue that a local AV asset creates multiple disk caches when connected to Xcode during Debug phase. [#2158](https://github.com/onevcat/Kingfisher/pull/2157) @onevcat @elijahdou\r\n* The disk cache now is still availiable when the whole cache folder is removed by external operations instead of the methods in Kingfisher. [#2162](https://github.com/onevcat/Kingfisher/pull/2162) @onevcat @uclort\r\n* Some documentation and CI impro/vements.\r\n\r\n",
+ "createdAt" : "2023-10-29T23:05:56+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAf70wM4Hkyn5",
+ "owner" : "onevcat",
+ "publishedAt" : "2023-10-29T23:07:15+09:00",
+ "repository" : "Kingfisher",
+ "title" : "7.10.0 - Privacy Manifest",
+ "url" : "https://github.com/onevcat/Kingfisher/releases/tag/7.10.0",
+ "version" : "7.10.0"
+ },
+ {
+ "body" : "#### Fix\n* An issue that loading the same GIF image in differnet image views may crash the app. [#2194](https://github.com/onevcat/Kingfisher/pull/2194)\n* A build script issue that exported the xcframeworks does not have the correct cert signing. [#2179](https://github.com/onevcat/Kingfisher/pull/2179)\n* In iOS 13 and earlier, the new Swift runtime fails to convert `Any?` to a protocol value. [#2182](https://github.com/onevcat/Kingfisher/pull/2182)\n\n",
+ "createdAt" : "2024-01-11T23:03:42+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAf70wM4IJWwO",
+ "owner" : "onevcat",
+ "publishedAt" : "2024-01-11T23:05:44+09:00",
+ "repository" : "Kingfisher",
+ "title" : "7.10.2 - GIF crash fix",
+ "url" : "https://github.com/onevcat/Kingfisher/releases/tag/7.10.2",
+ "version" : "7.10.2"
+ },
+ {
+ "body" : "#### Add\n* Add visionOS as a supported platform when being used in CocoaPods. For other dependency managers, it was already supported from previous versions. [#2205](https://github.com/onevcat/Kingfisher/pull/2205) @onevcat @grachyov\n* A name for background task started for image cache cleanup. [#2201](https://github.com/onevcat/Kingfisher/pull/2201) @antohisorin\n\n",
+ "createdAt" : "2024-02-12T22:49:04+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAf70wM4IcPQ1",
+ "owner" : "onevcat",
+ "publishedAt" : "2024-02-12T22:51:11+09:00",
+ "repository" : "Kingfisher",
+ "title" : "7.11.0 - visionOS for CocoaPods",
+ "url" : "https://github.com/onevcat/Kingfisher/releases/tag/7.11.0",
+ "version" : "7.11.0"
+ },
+ {
+ "body" : "Kingfisher 8 is a major upgrade and contains breaking changes to previous versions. Check [this](https://github.com/onevcat/Kingfisher/releases/tag/8.0.0-alpha.1) for more information.\r\n\r\n#### Fix\r\n\r\n- Fix a compiling error for Xcode 16 beta 3 caused by the new compiler. @onevcat #2270\r\n",
+ "createdAt" : "2024-07-11T00:28:38+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAf70wM4J0x1h",
+ "owner" : "onevcat",
+ "publishedAt" : "2024-07-11T00:36:29+09:00",
+ "repository" : "Kingfisher",
+ "title" : "8.0.0-alpha.3",
+ "url" : "https://github.com/onevcat/Kingfisher/releases/tag/8.0.0-alpha.3",
+ "version" : "8.0.0-alpha.3"
+ },
+ {
+ "body" : "#### Add\n* Mark the `removeSizeExceededValues` method in `DiskStorage` as `public`. Now it is possible to call this method to trigger a cleanup of the disk cache manually. [#2214](https://github.com/onevcat/Kingfisher/pull/2214) @nickruddeni\n* A new `PHPickerResultImageDataProvider` for loading and caching images from `PHPickerResult`. [#2233](https://github.com/onevcat/Kingfisher/pull/2233) @nuomi1\n* An option of `reducePriorityOnDisappear` for SwiftUI. It sets a lower priority for the image download task when the view disappears, and restore it when re-appears. [#2211](https://github.com/onevcat/Kingfisher/pull/2211) @Aelx-Vaiman\n\n#### Fix\n* Some improvements for documentation grammar and typos. [#2236](https://github.com/onevcat/Kingfisher/pull/2236) @FlyingCaiChong\n* Use `.process` for the `PrivacyInfo.xcprivacy` in SPM to follow the practice suggested by Apple. [#2243](https://github.com/onevcat/Kingfisher/pull/2243) @BorysKhl @onevcat\n* An issue that the file extension was not correctly retrieved for calculating hash file name when `autoExtAfterHashedFileName` is set to `true`. [#2250](https://github.com/onevcat/Kingfisher/pull/2250) @freezy7\n\n",
+ "createdAt" : "2024-06-10T22:29:12+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAf70wM4JhGQM",
+ "owner" : "onevcat",
+ "publishedAt" : "2024-06-10T22:31:04+09:00",
+ "repository" : "Kingfisher",
+ "title" : "7.12.0 - Lucky Seven",
+ "url" : "https://github.com/onevcat/Kingfisher/releases/tag/7.12.0",
+ "version" : "7.12.0"
+ },
+ {
+ "body" : "#### Major Update Notice\r\n\r\nWe are excited to announce Kingfisher 8, a major update that brings several important enhancements and features to our library:\r\n\r\n- Full Support for Swift Concurrency: Kingfisher 8 now fully supports Swift concurrency under strict mode, allowing for more efficient and simplified asynchronous programming.\r\n- Compatibility with Swift 6: This update includes support for Swift 6, aligning Kingfisher with the latest advancements in the Swift programming language.\r\n- Language Backward Compatibility: Despite the new updates, Kingfisher 8 continues to support Swift 5, ensuring that your existing projects remain compatible.\r\n\r\n> [!WARNING]\r\n> This version introduces breaking changes. If you are planning to upgrade, please review the migration guide to ensure a smooth transition. The migration guide is available here: [Migration to Kingfisher 8](https://swiftpackageindex.com/onevcat/kingfisher/master/documentation/kingfisher/migration-to-8).\r\n\r\nKingfisher v8 is currently in an early alpha release. While most of the development work has been completed, the library may undergo further changes to adapt to any updates in future versions of Xcode 16. \r\n\r\nWe warmly invite you to try out this version to take full advantage of the new Swift language features and improvements. Should you encounter any issues or have feedback, please do not hesitate to open an issue. Your feedback and support are crucial in helping evolve the library.\r\n\r\nHappy coding!\r\n\r\n#### Add\r\n\r\n* Full Swift 6 support. Now Kingfisher compiles with both Swift 5 and Swift 6 language mode. [#2259](https://github.com/onevcat/Kingfisher/pull/2259) @onevcat\r\n* Strict Swift Concurrency prepared. All necessary public APIs in Kingfisher are now `async` compatible. Kingfisher is also now built under strict concurrency mode. [#2239](https://github.com/onevcat/Kingfisher/pull/2239) @onevcat\r\n* Xcode 16 support. Explicitly built modules option is enabled and now Kingfisher can get better build performance under Xcode 16. [#2260](https://github.com/onevcat/Kingfisher/pull/2260) @onevcat\r\n* Refined documentation and beautified tutorials with DocC. Check it out [here](https://swiftpackageindex.com/onevcat/Kingfisher/master/documentation/kingfisher)! [#2160](https://github.com/onevcat/Kingfisher/pull/2160) @onevcat\r\n\r\n#### Fix\r\n\r\n* MD5 is deprecated by the system. Now the hash method for file URL is replaced with SHA256. [#2117](https://github.com/onevcat/Kingfisher/pull/2117) @kmaschke85\r\n* Now the view extension methods are created in a more generic way, which provides better compatibility and extensibility. [#2244](https://github.com/onevcat/Kingfisher/pull/2244) @Mx-Iris @onevcat\r\n\r\n#### Prebuilt Frameworks\r\n\r\nTo accommodate users of both Xcode 15 and Xcode 16, Kingfisher will offer two variants of the prebuilt framework on the release page:\r\n\r\n* `Kingfisher-${version}.zip`: Built with the Swift 5 compiler in Xcode 15, this framework is compatible with both Xcode 15 and 16. It does not include optimizations from Swift 6 and Xcode 16.\r\n* `Kingfisher-swift6-${version}.zip`: Built with the Swift 6 compiler in Xcode 16, this binary is exclusively for use with Xcode 16. As we eventually phase out support for Xcode 15, the Swift 5 variant will be discontinued in future releases.\r\n\r\n> This information pertains only to users who prefer to install Kingfisher with the xcframework bundle. If you are building Kingfisher from source, such as through Swift Package Manager or CocoaPods, you have the flexibility to choose the Xcode version and the language version you prefer. Kingfisher v8 is compatible with both Swift 5 (Xcode 15 and Xcode 16 with Swift 5 language version) and Swift 6 (Xcode 16).\r\n\r\n",
+ "createdAt" : "2024-06-13T22:54:52+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAf70wM4JjhsY",
+ "owner" : "onevcat",
+ "publishedAt" : "2024-06-13T23:42:28+09:00",
+ "repository" : "Kingfisher",
+ "title" : "8.0.0-alpha.1",
+ "url" : "https://github.com/onevcat/Kingfisher/releases/tag/8.0.0-alpha.1",
+ "version" : "8.0.0-alpha.1"
+ },
+ {
+ "body" : "Kingfisher 8 is a major upgrade and contains breaking changes to previous versions. Check [this](https://github.com/onevcat/Kingfisher/releases/tag/8.0.0-alpha.1) for more information.\r\n\r\n#### Fix\r\n\r\n- Change language version to Swift 5.0 for main target. This ensures compatibility with Xcode 15 while retaining strict concurrency checks.\r\n- Update the pre-built binaries with Xcode 16 beta 2.",
+ "createdAt" : "2024-06-26T21:19:46+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAf70wM4Jr8CM",
+ "owner" : "onevcat",
+ "publishedAt" : "2024-06-26T21:37:43+09:00",
+ "repository" : "Kingfisher",
+ "title" : "8.0.0-alpha.2",
+ "url" : "https://github.com/onevcat/Kingfisher/releases/tag/8.0.0-alpha.2",
+ "version" : "8.0.0-alpha.2"
}
]
\ No newline at end of file
diff --git a/Outputs/LicensePlist.json b/Outputs/LicensePlist.json
index b5c2cef..2be5c47 100644
--- a/Outputs/LicensePlist.json
+++ b/Outputs/LicensePlist.json
@@ -526,5 +526,41 @@
"title" : "3.24.10",
"url" : "https://github.com/mono0926/LicensePlist/releases/tag/3.24.10",
"version" : "3.24.10"
+ },
+ {
+ "body" : "## What's Changed\r\n* Add `Source` key to the generated *.plist files by @nandodelauni in https://github.com/mono0926/LicensePlist/pull/219\r\n\r\n## New Contributors\r\n* @nandodelauni made their first contribution in https://github.com/mono0926/LicensePlist/pull/219\r\n\r\n**Full Changelog**: https://github.com/mono0926/LicensePlist/compare/3.24.10...3.24.11",
+ "createdAt" : "2023-09-06T16:41:34+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBVhcvM4HKBcU",
+ "owner" : "mono0926",
+ "publishedAt" : "2023-09-06T16:41:42+09:00",
+ "repository" : "LicensePlist",
+ "title" : "3.24.11: Add `Source` key to the generated *.plist files",
+ "url" : "https://github.com/mono0926/LicensePlist/releases/tag/3.24.11",
+ "version" : "3.24.11"
+ },
+ {
+ "body" : "## What's Changed\r\n* Support for CSV output by @yassram in https://github.com/mono0926/LicensePlist/pull/223\r\n\r\n## New Contributors\r\n* @yassram made their first contribution in https://github.com/mono0926/LicensePlist/pull/223\r\n\r\n**Full Changelog**: https://github.com/mono0926/LicensePlist/compare/3.24.11...3.25.0",
+ "createdAt" : "2023-11-09T17:33:03+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBVhcvM4Hq1Vv",
+ "owner" : "mono0926",
+ "publishedAt" : "2023-11-09T17:33:10+09:00",
+ "repository" : "LicensePlist",
+ "title" : "3.25.0: Support for CSV output",
+ "url" : "https://github.com/mono0926/LicensePlist/releases/tag/3.25.0",
+ "version" : "3.25.0"
+ },
+ {
+ "body" : "## What's Changed\r\n* Allow spaces in the path for acknowledgements by @gibachan in https://github.com/mono0926/LicensePlist/pull/224\r\n\r\n## New Contributors\r\n* @gibachan made their first contribution in https://github.com/mono0926/LicensePlist/pull/224\r\n\r\n**Full Changelog**: https://github.com/mono0926/LicensePlist/compare/3.25.0...3.25.1",
+ "createdAt" : "2023-11-13T16:27:23+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBVhcvM4HsetW",
+ "owner" : "mono0926",
+ "publishedAt" : "2023-11-13T16:27:30+09:00",
+ "repository" : "LicensePlist",
+ "title" : "3.25.1: Allow spaces in the path for acknowledgements",
+ "url" : "https://github.com/mono0926/LicensePlist/releases/tag/3.25.1",
+ "version" : "3.25.1"
}
]
\ No newline at end of file
diff --git a/Outputs/Lottie for Swift Package Manager.json b/Outputs/Lottie for Swift Package Manager.json
index 2980c54..503a757 100644
--- a/Outputs/Lottie for Swift Package Manager.json
+++ b/Outputs/Lottie for Swift Package Manager.json
@@ -70,5 +70,125 @@
"title" : "4.2.0",
"url" : "https://github.com/airbnb/lottie-spm/releases/tag/4.2.0",
"version" : "4.2.0"
+ },
+ {
+ "body" : "## What's Changed\r\n* Fix parsing regression in 4.3.0 from addition of parsing layer effects by @calda in https://github.com/airbnb/lottie-ios/pull/2208\r\n* Remove old animation layer when creating a new animation layer by @junjielu in https://github.com/airbnb/lottie-ios/pull/2214\r\n* Add configuration setting to remove animated bounds changes by @thedrick in https://github.com/airbnb/lottie-ios/pull/2218\r\n* Change pod dependencies `SwiftUI` and `Combine` to `weak` to ensure compatibility with iOS 12 by @florianrhein in https://github.com/airbnb/lottie-ios/pull/2219\r\n* Fix issue where Repeater would be ignored if not at top level by @calda in https://github.com/airbnb/lottie-ios/pull/2221\r\n* Replace `UIScreen.main` to get display scale on iOS 13.0 and later (#2215) by @hyun99999 in https://github.com/airbnb/lottie-ios/pull/2216\r\n* Dispatch dot lottie file loading onto a single serial queue by @erichoracek in https://github.com/airbnb/lottie-ios/pull/2229\r\n* Clean up unused property in InvertedMatteLayer by @hanton in https://github.com/airbnb/lottie-ios/pull/2241\r\n* Fix issue where LottieView animation would restart from beginning after backgrounding app by @calda in https://github.com/airbnb/lottie-ios/pull/2237\r\n\r\n**Full Changelog**: https://github.com/airbnb/lottie-ios/compare/4.3.3...4.3.4",
+ "createdAt" : "2023-12-02T14:12:33+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIwpDsc4H479X",
+ "owner" : "airbnb",
+ "publishedAt" : "2023-12-02T14:12:55+09:00",
+ "repository" : "lottie-spm",
+ "title" : "4.3.4",
+ "url" : "https://github.com/airbnb/lottie-spm/releases/tag/4.3.4",
+ "version" : "4.3.4"
+ },
+ {
+ "body" : "**Lottie 4.3.0** adds many new features, including: \r\n - Official support for SwiftUI!\r\n - A public Core Animation `CALayer` subclass\r\n - Support for reduced motion\r\n - Support for drop shadow layer effects\r\n - Support for visionOS in the lottie-ios repo\r\n\r\nYou can learn more about Lottie 4.3.0 in this announcement: **[Lottie 4.3.0 now available, with official support for SwiftUI #2189](https://github.com/airbnb/lottie-ios/discussions/2189)**\r\n\r\n## New Features\r\n\r\n* Add SwiftUI `LottieView`, which wraps UIKit `LottieAnimationView`\r\n* Add SwiftUI `LottieSwitch`, which wraps UIKit `AnimatedSwitch` (https://github.com/airbnb/lottie-ios/pull/2138)\r\n* Add SwiftUI `LottieButton`, which wraps `AnimatedButton` (https://github.com/airbnb/lottie-ios/pull/2139)\r\n* `AnimatedSwitch` and `AnimatedButton` now support macOS (https://github.com/airbnb/lottie-ios/pull/2138, https://github.com/airbnb/lottie-ios/pull/2139)\r\n* Add `LottieAnimationLayer`, a Core Animation `CALayer` subclass for playing Lottie animations (https://github.com/airbnb/lottie-ios/pull/2073)\r\n* Add support for rendering drop shadow layer effects (https://github.com/airbnb/lottie-ios/pull/2142)\r\n* Add API for playing multiple markers sequentially (https://github.com/airbnb/lottie-ios/pull/2084)\r\n* Play \"reduced motion\" marker if `UIAccessibility.isReduceMotionEnabled` is true (https://github.com/airbnb/lottie-ios/pull/2110)\r\n* Update text provider API to use full `AnimationKeypath` values (https://github.com/airbnb/lottie-ios/pull/2183)\r\n* Add support for visionOS to lottie-ios repo (https://github.com/airbnb/lottie-ios/pull/2152)\r\n* Drop support for Swift 5.5 (https://github.com/airbnb/lottie-ios/pull/2152)\r\n* Add contents gravity configuration to `AnimationImageProvider` (https://github.com/airbnb/lottie-ios/pull/2177)\r\n* Add support for customizing stroke width values using `FloatValueProvider` (https://github.com/airbnb/lottie-ios/pull/2179)\r\n* Adopt `Sendable` to support using Lottie with strict concurrency enabled (https://github.com/airbnb/lottie-ios/pull/2126)\r\n* Add `LottiePlaybackMode` to support declarative playback configuration (https://github.com/airbnb/lottie-ios/pull/2128)\r\n* Add option make main thread rendering engine force display update on every frame (https://github.com/airbnb/lottie-ios/pull/2168)\r\n* Add a option to prevent caching images from `AnimationImageProvider` (https://github.com/airbnb/lottie-ios/pull/2171)\r\n* Add support for customizing gradient values using `GradientValueProvider` (https://github.com/airbnb/lottie-ios/pull/2182)\r\n* Added additional support for multiple animations in `DotLottieFile` (https://github.com/airbnb/lottie-ios/pull/2074)\r\n* Add helper method to initialize `DotLottieFile` with data (https://github.com/airbnb/lottie-ios/pull/2090)\r\n\r\n## Bug fixes\r\n\r\n* Remove `.../ZipFoundation/README.md` from targets and `*.md*` files from podspec (https://github.com/airbnb/lottie-ios/pull/2057)*\r\n* Fix issue where layers with negative X scale values could be pixelated (https://github.com/airbnb/lottie-ios/pull/2067)\r\n* Fix warnings when building with Swift 5.9 (https://github.com/airbnb/lottie-ios/pull/2072)\r\n* Restructure `ValueProviderStore` to not accumulate multiple values for the same key (https://github.com/airbnb/lottie-ios/pull/2082)\r\n* Disable bitcode when building XCFramework (https://github.com/airbnb/lottie-ios/pull/2121)\r\n* Fix unhandled file warning when building with SPM ([https://github.com/airbnb/lottie-ios/pull/213](https://github.com/airbnb/lottie-ios/pull/2132))\r\n* Fix support for customizing color of `SolidLayer` using `ColorValueProvider` (https://github.com/airbnb/lottie-ios/pull/2154)\r\n* Fix issue where shape items could be unexpectedly ignored (https://github.com/airbnb/lottie-ios/pull/2156)\r\n* Fix issue where skew keyframes would unexpectedly not animate (https://github.com/airbnb/lottie-ios/pull/2157)\r\n* Fix issue where value providers could be ignored when falling back to main thread rendering engine (https://github.com/airbnb/lottie-ios/pull/2164)\r\n\r\nThanks to everyone who contributed to this release!",
+ "createdAt" : "2023-09-15T07:26:37+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIwpDsc4HObxA",
+ "owner" : "airbnb",
+ "publishedAt" : "2023-09-15T07:27:38+09:00",
+ "repository" : "lottie-spm",
+ "title" : "4.3.0",
+ "url" : "https://github.com/airbnb/lottie-spm/releases/tag/4.3.0",
+ "version" : "4.3.0"
+ },
+ {
+ "body" : "**Lottie 4.3.0** adds many new features, including: \r\n - Official support for SwiftUI!\r\n - A public Core Animation `CALayer` subclass\r\n - Support for reduced motion\r\n - Support for drop shadow layer effects\r\n - Support for visionOS in the lottie-ios repo\r\n\r\nYou can learn more about Lottie 4.3.0 in this announcement: **[Lottie 4.3.0 now available, with official support for SwiftUI #2189](https://github.com/airbnb/lottie-ios/discussions/2189)**\r\n\r\nLottie 4.3.1 fixes a small regression introduced by 4.3.0: https://github.com/airbnb/lottie-ios/issues/2193\r\n\r\n## New Features\r\n\r\n* Add SwiftUI `LottieView`, which wraps UIKit `LottieAnimationView`\r\n* Add SwiftUI `LottieSwitch`, which wraps UIKit `AnimatedSwitch` (https://github.com/airbnb/lottie-ios/pull/2138)\r\n* Add SwiftUI `LottieButton`, which wraps `AnimatedButton` (https://github.com/airbnb/lottie-ios/pull/2139)\r\n* `AnimatedSwitch` and `AnimatedButton` now support macOS (https://github.com/airbnb/lottie-ios/pull/2138, https://github.com/airbnb/lottie-ios/pull/2139)\r\n* Add `LottieAnimationLayer`, a Core Animation `CALayer` subclass for playing Lottie animations (https://github.com/airbnb/lottie-ios/pull/2073)\r\n* Add support for rendering drop shadow layer effects (https://github.com/airbnb/lottie-ios/pull/2142)\r\n* Add API for playing multiple markers sequentially (https://github.com/airbnb/lottie-ios/pull/2084)\r\n* Play \"reduced motion\" marker if `UIAccessibility.isReduceMotionEnabled` is true (https://github.com/airbnb/lottie-ios/pull/2110)\r\n* Update text provider API to use full `AnimationKeypath` values (https://github.com/airbnb/lottie-ios/pull/2183)\r\n* Add support for visionOS (https://github.com/airbnb/lottie-ios/pull/2152)\r\n* Drop support for Swift 5.5 (https://github.com/airbnb/lottie-ios/pull/2152)\r\n* Add contents gravity configuration to `AnimationImageProvider` (https://github.com/airbnb/lottie-ios/pull/2177)\r\n* Add support for customizing stroke width values using `FloatValueProvider` (https://github.com/airbnb/lottie-ios/pull/2179)\r\n* Adopt `Sendable` to support using Lottie with strict concurrency enabled (https://github.com/airbnb/lottie-ios/pull/2126)\r\n* Add `LottiePlaybackMode` to support declarative playback configuration (https://github.com/airbnb/lottie-ios/pull/2128)\r\n* Add option make main thread rendering engine force display update on every frame (https://github.com/airbnb/lottie-ios/pull/2168)\r\n* Add a option to prevent caching images from `AnimationImageProvider` (https://github.com/airbnb/lottie-ios/pull/2171)\r\n* Add support for customizing gradient values using `GradientValueProvider` (https://github.com/airbnb/lottie-ios/pull/2182)\r\n* Added additional support for multiple animations in `DotLottieFile` (https://github.com/airbnb/lottie-ios/pull/2074)\r\n* Add helper method to initialize `DotLottieFile` with data (https://github.com/airbnb/lottie-ios/pull/2090)\r\n\r\n## Bug fixes\r\n\r\n* Remove `.../ZipFoundation/README.md` from targets and `*.md*` files from podspec (https://github.com/airbnb/lottie-ios/pull/2057)*\r\n* Fix issue where layers with negative X scale values could be pixelated (https://github.com/airbnb/lottie-ios/pull/2067)\r\n* Fix warnings when building with Swift 5.9 (https://github.com/airbnb/lottie-ios/pull/2072)\r\n* Restructure `ValueProviderStore` to not accumulate multiple values for the same key (https://github.com/airbnb/lottie-ios/pull/2082)\r\n* Disable bitcode when building XCFramework (https://github.com/airbnb/lottie-ios/pull/2121)\r\n* Fix unhandled file warning when building with SPM ([https://github.com/airbnb/lottie-ios/pull/213](https://github.com/airbnb/lottie-ios/pull/2132))\r\n* Fix support for customizing color of `SolidLayer` using `ColorValueProvider` (https://github.com/airbnb/lottie-ios/pull/2154)\r\n* Fix issue where shape items could be unexpectedly ignored (https://github.com/airbnb/lottie-ios/pull/2156)\r\n* Fix issue where skew keyframes would unexpectedly not animate (https://github.com/airbnb/lottie-ios/pull/2157)\r\n* Fix issue where value providers could be ignored when falling back to main thread rendering engine (https://github.com/airbnb/lottie-ios/pull/2164)\r\n\r\nThanks to everyone who contributed to this release!",
+ "createdAt" : "2023-09-21T09:59:05+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIwpDsc4HRPMt",
+ "owner" : "airbnb",
+ "publishedAt" : "2023-09-21T09:59:41+09:00",
+ "repository" : "lottie-spm",
+ "title" : "4.3.1",
+ "url" : "https://github.com/airbnb/lottie-spm/releases/tag/4.3.1",
+ "version" : "4.3.1"
+ },
+ {
+ "body" : "**Lottie 4.3.0** adds many new features, including: \r\n - Official support for SwiftUI!\r\n - A public Core Animation `CALayer` subclass\r\n - Support for reduced motion\r\n - Support for drop shadow layer effects\r\n - Support for visionOS in the lottie-ios rep\r\n\r\nYou can learn more about Lottie 4.3.0 in this announcement: **[Lottie 4.3.0 now available, with official support for SwiftUI #2189](https://github.com/airbnb/lottie-ios/discussions/2189)**\r\n\r\n## Lottie 4.3.2\r\n\r\nLottie 4.3.2 redesigns the `LottiePlaybackMode` playback APIs that were introduced in Lottie 4.3.0. \r\n\r\n### Before\r\n\r\n```swift\r\n// Loop from 0.5 to 1.0\r\nLottieView(animation: myAnimation)\r\n .play(.fromProgress(0.5, toProgress: 1.0, loopMode: .loop))\r\n\r\n// Pause at the halfway point of the animation\r\nLottieView(animation: myAnimation)\r\n .play(.progress(0.5))\r\n```\r\n\r\n### After\r\n\r\n```swift\r\n// Loop from 0.5 to 1.0\r\nLottieView(animation: myAnimation)\r\n .playing(.fromProgress(0.5, toProgress: 1.0, loopMode: .loop))\r\n\r\n// Pause at the halfway point of the animation\r\nLottieView(animation: myAnimation)\r\n .paused(at: .progress(0.5))\r\n```\r\n\r\n## New Features in Lottie 4.3.0\r\n\r\n* Add SwiftUI `LottieView`, which wraps UIKit `LottieAnimationView`\r\n* Add SwiftUI `LottieSwitch`, which wraps UIKit `AnimatedSwitch` (https://github.com/airbnb/lottie-ios/pull/2138)\r\n* Add SwiftUI `LottieButton`, which wraps `AnimatedButton` (https://github.com/airbnb/lottie-ios/pull/2139)\r\n* `AnimatedSwitch` and `AnimatedButton` now support macOS (https://github.com/airbnb/lottie-ios/pull/2138, https://github.com/airbnb/lottie-ios/pull/2139)\r\n* Add `LottieAnimationLayer`, a Core Animation `CALayer` subclass for playing Lottie animations (https://github.com/airbnb/lottie-ios/pull/2073)\r\n* Add support for rendering drop shadow layer effects (https://github.com/airbnb/lottie-ios/pull/2142)\r\n* Add API for playing multiple markers sequentially (https://github.com/airbnb/lottie-ios/pull/2084)\r\n* Play \"reduced motion\" marker if `UIAccessibility.isReduceMotionEnabled` is true (https://github.com/airbnb/lottie-ios/pull/2110)\r\n* Update text provider API to use full `AnimationKeypath` values (https://github.com/airbnb/lottie-ios/pull/2183)\r\n* Add support for visionOS (https://github.com/airbnb/lottie-ios/pull/2152)\r\n* Drop support for Swift 5.5 (https://github.com/airbnb/lottie-ios/pull/2152)\r\n* Add contents gravity configuration to `AnimationImageProvider` (https://github.com/airbnb/lottie-ios/pull/2177)\r\n* Add support for customizing stroke width values using `FloatValueProvider` (https://github.com/airbnb/lottie-ios/pull/2179)\r\n* Adopt `Sendable` to support using Lottie with strict concurrency enabled (https://github.com/airbnb/lottie-ios/pull/2126)\r\n* Add `LottiePlaybackMode` to support declarative playback configuration (https://github.com/airbnb/lottie-ios/pull/2128)\r\n* Add option make main thread rendering engine force display update on every frame (https://github.com/airbnb/lottie-ios/pull/2168)\r\n* Add a option to prevent caching images from `AnimationImageProvider` (https://github.com/airbnb/lottie-ios/pull/2171)\r\n* Add support for customizing gradient values using `GradientValueProvider` (https://github.com/airbnb/lottie-ios/pull/2182)\r\n* Added additional support for multiple animations in `DotLottieFile` (https://github.com/airbnb/lottie-ios/pull/2074)\r\n* Add helper method to initialize `DotLottieFile` with data (https://github.com/airbnb/lottie-ios/pull/2090)\r\n\r\n## Bug fixes\r\n\r\n* Remove `.../ZipFoundation/README.md` from targets and `*.md*` files from podspec (https://github.com/airbnb/lottie-ios/pull/2057)*\r\n* Fix issue where layers with negative X scale values could be pixelated (https://github.com/airbnb/lottie-ios/pull/2067)\r\n* Fix warnings when building with Swift 5.9 (https://github.com/airbnb/lottie-ios/pull/2072)\r\n* Restructure `ValueProviderStore` to not accumulate multiple values for the same key (https://github.com/airbnb/lottie-ios/pull/2082)\r\n* Disable bitcode when building XCFramework (https://github.com/airbnb/lottie-ios/pull/2121)\r\n* Fix unhandled file warning when building with SPM ([https://github.com/airbnb/lottie-ios/pull/213](https://github.com/airbnb/lottie-ios/pull/2132))\r\n* Fix support for customizing color of `SolidLayer` using `ColorValueProvider` (https://github.com/airbnb/lottie-ios/pull/2154)\r\n* Fix issue where shape items could be unexpectedly ignored (https://github.com/airbnb/lottie-ios/pull/2156)\r\n* Fix issue where skew keyframes would unexpectedly not animate (https://github.com/airbnb/lottie-ios/pull/2157)\r\n* Fix issue where value providers could be ignored when falling back to main thread rendering engine (https://github.com/airbnb/lottie-ios/pull/2164)\r\n\r\nThanks to everyone who contributed to this release!",
+ "createdAt" : "2023-09-27T03:26:05+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIwpDsc4HT8Br",
+ "owner" : "airbnb",
+ "publishedAt" : "2023-09-27T03:30:29+09:00",
+ "repository" : "lottie-spm",
+ "title" : "4.3.2",
+ "url" : "https://github.com/airbnb/lottie-spm/releases/tag/4.3.2",
+ "version" : "4.3.2"
+ },
+ {
+ "body" : "**Lottie 4.3.0** adds many new features, including: \r\n - Official support for SwiftUI!\r\n - A public Core Animation `CALayer` subclass\r\n - Support for reduced motion\r\n - Support for drop shadow layer effects\r\n - Support for visionOS\r\n\r\nYou can learn more about Lottie 4.3.0 in this announcement: **[Lottie 4.3.0 now available, with official support for SwiftUI #2189](https://github.com/airbnb/lottie-ios/discussions/2189)**\r\n\r\nLottie 4.3.3 fixes a regression introduced by Lottie 4.3.0 where the contents of a `LottieAnimationView` could crossfade / animate unexpectedly when updating the current `LottieAnimation` or rendering engine: https://github.com/airbnb/lottie-ios/issues/2200\r\n\r\n## New Features in Lottie 4.3.0\r\n\r\n* Add SwiftUI `LottieView`, which wraps UIKit `LottieAnimationView`\r\n* Add SwiftUI `LottieSwitch`, which wraps UIKit `AnimatedSwitch` (https://github.com/airbnb/lottie-ios/pull/2138)\r\n* Add SwiftUI `LottieButton`, which wraps `AnimatedButton` (https://github.com/airbnb/lottie-ios/pull/2139)\r\n* `AnimatedSwitch` and `AnimatedButton` now support macOS (https://github.com/airbnb/lottie-ios/pull/2138, https://github.com/airbnb/lottie-ios/pull/2139)\r\n* Add `LottieAnimationLayer`, a Core Animation `CALayer` subclass for playing Lottie animations (https://github.com/airbnb/lottie-ios/pull/2073)\r\n* Add support for rendering drop shadow layer effects (https://github.com/airbnb/lottie-ios/pull/2142)\r\n* Add API for playing multiple markers sequentially (https://github.com/airbnb/lottie-ios/pull/2084)\r\n* Play \"reduced motion\" marker if `UIAccessibility.isReduceMotionEnabled` is true (https://github.com/airbnb/lottie-ios/pull/2110)\r\n* Update text provider API to use full `AnimationKeypath` values (https://github.com/airbnb/lottie-ios/pull/2183)\r\n* Add support for visionOS (https://github.com/airbnb/lottie-ios/pull/2152)\r\n* Drop support for Swift 5.5 (https://github.com/airbnb/lottie-ios/pull/2152)\r\n* Add contents gravity configuration to `AnimationImageProvider` (https://github.com/airbnb/lottie-ios/pull/2177)\r\n* Add support for customizing stroke width values using `FloatValueProvider` (https://github.com/airbnb/lottie-ios/pull/2179)\r\n* Adopt `Sendable` to support using Lottie with strict concurrency enabled (https://github.com/airbnb/lottie-ios/pull/2126)\r\n* Add `LottiePlaybackMode` to support declarative playback configuration (https://github.com/airbnb/lottie-ios/pull/2128)\r\n* Add option make main thread rendering engine force display update on every frame (https://github.com/airbnb/lottie-ios/pull/2168)\r\n* Add a option to prevent caching images from `AnimationImageProvider` (https://github.com/airbnb/lottie-ios/pull/2171)\r\n* Add support for customizing gradient values using `GradientValueProvider` (https://github.com/airbnb/lottie-ios/pull/2182)\r\n* Added additional support for multiple animations in `DotLottieFile` (https://github.com/airbnb/lottie-ios/pull/2074)\r\n* Add helper method to initialize `DotLottieFile` with data (https://github.com/airbnb/lottie-ios/pull/2090)\r\n\r\n## Bug fixes\r\n\r\n* Remove `.../ZipFoundation/README.md` from targets and `*.md*` files from podspec (https://github.com/airbnb/lottie-ios/pull/2057)*\r\n* Fix issue where layers with negative X scale values could be pixelated (https://github.com/airbnb/lottie-ios/pull/2067)\r\n* Fix warnings when building with Swift 5.9 (https://github.com/airbnb/lottie-ios/pull/2072)\r\n* Restructure `ValueProviderStore` to not accumulate multiple values for the same key (https://github.com/airbnb/lottie-ios/pull/2082)\r\n* Disable bitcode when building XCFramework (https://github.com/airbnb/lottie-ios/pull/2121)\r\n* Fix unhandled file warning when building with SPM ([https://github.com/airbnb/lottie-ios/pull/213](https://github.com/airbnb/lottie-ios/pull/2132))\r\n* Fix support for customizing color of `SolidLayer` using `ColorValueProvider` (https://github.com/airbnb/lottie-ios/pull/2154)\r\n* Fix issue where shape items could be unexpectedly ignored (https://github.com/airbnb/lottie-ios/pull/2156)\r\n* Fix issue where skew keyframes would unexpectedly not animate (https://github.com/airbnb/lottie-ios/pull/2157)\r\n* Fix issue where value providers could be ignored when falling back to main thread rendering engine (https://github.com/airbnb/lottie-ios/pull/2164)\r\n\r\nThanks to everyone who contributed to this release!",
+ "createdAt" : "2023-09-30T08:52:07+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIwpDsc4HV7y3",
+ "owner" : "airbnb",
+ "publishedAt" : "2023-09-30T08:52:23+09:00",
+ "repository" : "lottie-spm",
+ "title" : "4.3.3",
+ "url" : "https://github.com/airbnb/lottie-spm/releases/tag/4.3.3",
+ "version" : "4.3.3"
+ },
+ {
+ "body" : "### Changes in 4.4.2\r\n* Update minimum deployment target to iOS 13.0 / macOS 10.15 (https://github.com/airbnb/lottie-ios/pull/2322)\r\n* Add privacy manifest to lottie-spm repo (https://github.com/airbnb/lottie-spm/pull/23)\r\n* Add visionOS support to Cocoapods podspec (https://github.com/airbnb/lottie-ios/pull/2348)\r\n* Fix incorrect usage of `State(initialValue:)` in `LottieView` (https://github.com/airbnb/lottie-ios/pull/2357)\r\n* Use correct version number when building XCFramework bundle (https://github.com/airbnb/lottie-ios/pull/2341)\r\n\r\n### New features in 4.4.0\r\n\r\n* Add privacy manifest (https://github.com/airbnb/lottie-ios/pull/2252)\r\n* Codesign Lottie.xcframework (https://github.com/airbnb/lottie-ios/pull/2259)\r\n* Add time remapping support to Core Animation rendering engine (https://github.com/airbnb/lottie-ios/pull/2286)\r\n* Add official visionOS support to lottie-ios repo (https://github.com/airbnb/lottie-ios/pull/2287)\r\n* lottie-spm now supports visionOS (https://github.com/airbnb/lottie-spm/pull/12)\r\n* Adopt policy on minimum supported Swift / Xcode version, update minimum versions to Swift 5.7 / Xcode 14.1 (https://github.com/airbnb/lottie-ios/pull/2260)\r\n\r\n**Full Changelog**: https://github.com/airbnb/lottie-ios/compare/4.4.1...4.4.2",
+ "createdAt" : "2024-04-05T06:23:26+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIwpDsc4I7qoI",
+ "owner" : "airbnb",
+ "publishedAt" : "2024-04-05T07:45:45+09:00",
+ "repository" : "lottie-spm",
+ "title" : "4.4.2",
+ "url" : "https://github.com/airbnb/lottie-spm/releases/tag/4.4.2",
+ "version" : "4.4.2"
+ },
+ {
+ "body" : "## New features\r\n\r\n* Add privacy manifest (https://github.com/airbnb/lottie-ios/pull/2252)\r\n* Codesign Lottie.xcframework (https://github.com/airbnb/lottie-ios/pull/2259)\r\n* Add time remapping support to Core Animation rendering engine (https://github.com/airbnb/lottie-ios/pull/2286)\r\n* Add official visionOS support to lottie-ios repo (https://github.com/airbnb/lottie-ios/pull/2287)\r\n* lottie-spm now supports visionOS (https://github.com/airbnb/lottie-spm/pull/12)\r\n* Adopt policy on minimum supported Swift / Xcode version, update minimum versions to Swift 5.7 / Xcode 14.1 (https://github.com/airbnb/lottie-ios/pull/2260)\r\n\r\n## Bug fixes \r\n\r\n* Update LottieView to display placeholder using `overlay` instead of `ZStack` (https://github.com/airbnb/lottie-ios/pull/2289)\r\n* Fix issue where Core Animation rendering engine couldn't display last frame of animation when paused (https://github.com/airbnb/lottie-ios/pull/2254)\r\n* Do not create `DotLottieImageProvider` instance if there's no image files (https://github.com/airbnb/lottie-ios/pull/2271)\r\n* Mark DotLottieCache as Sendable (https://github.com/airbnb/lottie-ios/pull/2245)\r\n* Fix issue where AnimationKeypath in SolidLayer could be incorrect (https://github.com/airbnb/lottie-ios/pull/2278)\r\n* Fix issue where Repeater could be displayed incorrectly (https://github.com/airbnb/lottie-ios/pull/2276)\r\n* Include dSYMs in xcframework build (https://github.com/airbnb/lottie-ios/pull/2284)\r\n* Fix parsing issue, add support for DotLottieConfiguration in SwiftUI LottieView (https://github.com/airbnb/lottie-ios/pull/2277)\r\n* Fix issue where DotLottieImageProvider didn't handle base64 images (https://github.com/airbnb/lottie-ios/pull/2283)\r\n* Fix issue where manually interpolated keyframes could animate incorrectly (https://github.com/airbnb/lottie-ios/pull/2285)\r\n\r\n**Full Changelog**: https://github.com/airbnb/lottie-ios/compare/4.3.4...4.4.0",
+ "createdAt" : "2024-01-23T09:55:49+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIwpDsc4IOszL",
+ "owner" : "airbnb",
+ "publishedAt" : "2024-01-23T09:57:43+09:00",
+ "repository" : "lottie-spm",
+ "title" : "4.4.0",
+ "url" : "https://github.com/airbnb/lottie-spm/releases/tag/4.4.0",
+ "version" : "4.4.0"
+ },
+ {
+ "body" : "### Bug fixes in 4.4.1\r\n\r\n* Replace os check with canImport so classes are available on visionOS (https://github.com/airbnb/lottie-ios/pull/2294)\r\n* Omit privacy manifest from source files in podspec (https://github.com/airbnb/lottie-ios/pull/2307)\r\n* Fix crash in Main Thread rendering engine path interpolation implementation (https://github.com/airbnb/lottie-ios/pull/2305)\r\n* Fix warning from invalid character in Cocoapods resource bundle identifier (https://github.com/airbnb/lottie-ios/pull/2317)\r\n* Fix infinite loop when setting `LottieAnimationView.viewportFrame` (https://github.com/airbnb/lottie-ios/pull/2316)\r\n\r\n### New features in 4.4.0\r\n\r\n* Add privacy manifest (https://github.com/airbnb/lottie-ios/pull/2252)\r\n* Codesign Lottie.xcframework (https://github.com/airbnb/lottie-ios/pull/2259)\r\n* Add time remapping support to Core Animation rendering engine (https://github.com/airbnb/lottie-ios/pull/2286)\r\n* Add official visionOS support to lottie-ios repo (https://github.com/airbnb/lottie-ios/pull/2287)\r\n* lottie-spm now supports visionOS (https://github.com/airbnb/lottie-spm/pull/12)\r\n* Adopt policy on minimum supported Swift / Xcode version, update minimum versions to Swift 5.7 / Xcode 14.1 (https://github.com/airbnb/lottie-ios/pull/2260)\r\n\r\n**Full Changelog**: https://github.com/airbnb/lottie-ios/compare/4.4.0...4.4.1",
+ "createdAt" : "2024-02-22T05:09:16+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIwpDsc4IhtEG",
+ "owner" : "airbnb",
+ "publishedAt" : "2024-02-22T05:09:54+09:00",
+ "repository" : "lottie-spm",
+ "title" : "4.4.1",
+ "url" : "https://github.com/airbnb/lottie-spm/releases/tag/4.4.1",
+ "version" : "4.4.1"
+ },
+ {
+ "body" : "## New Features\r\n* Added drop shadow support to main thread rendering engine (https://github.com/airbnb/lottie-ios/pull/2423)\r\n* Added support for opacity text animators (https://github.com/airbnb/lottie-ios/pull/2436)\r\n* Added `LottieView` helper for configuring individual `LottieAnimationView` properties (https://github.com/airbnb/lottie-ios/pull/2415)\r\n\r\n## Bug Fixes\r\n* Fixed issue where bezier paths could be closed incorrectly (https://github.com/airbnb/lottie-ios/pull/2418)\r\n* Fixed bug where font providers were ignored in precomposition layers in the main thread rendering engine (https://github.com/airbnb/lottie-ios/pull/2439)\r\n* Fixed issue where lottie-spm package could cause package operations to unexpectedly fail on Linux (https://github.com/airbnb/lottie-spm/pull/27).\r\n\r\n## Version Compatibility\r\n\r\n**Lottie now requires Xcode 15 / Swift 5.9 or later** (https://github.com/airbnb/lottie-ios/pull/2400). Our version support policy is that Lottie supports Swift / Xcode versions back to the minimum version that is permitted by Apple for submissions to the App Store. As of April 2024, this is Xcode 15 / Swift 5.9: https://developer.apple.com/news/?id=fxu2qp7b.\r\n\r\n**Full Changelog**: https://github.com/airbnb/lottie-ios/compare/4.4.3...4.5.0",
+ "createdAt" : "2024-07-10T06:31:33+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIwpDsc4J0O0Y",
+ "owner" : "airbnb",
+ "publishedAt" : "2024-07-10T06:31:47+09:00",
+ "repository" : "lottie-spm",
+ "title" : "4.5.0",
+ "url" : "https://github.com/airbnb/lottie-spm/releases/tag/4.5.0",
+ "version" : "4.5.0"
+ },
+ {
+ "body" : "### Bug fixes in 4.4.3\r\n* Fix issue where animation size could be incorrect after loading async animation (https://github.com/airbnb/lottie-ios/pull/2379)\r\n* Update NSPrivacyAccessedAPITypeReasons in privacy manifest (https://github.com/airbnb/lottie-ios/pull/2380)\r\n* Include animation duration when computing cost/complexity of Core Animation time remapping (https://github.com/airbnb/lottie-ios/pull/2381)\r\n\r\n### New features in 4.4.0\r\n\r\n* Add privacy manifest (https://github.com/airbnb/lottie-ios/pull/2252)\r\n* Codesign Lottie.xcframework (https://github.com/airbnb/lottie-ios/pull/2259)\r\n* Add time remapping support to Core Animation rendering engine (https://github.com/airbnb/lottie-ios/pull/2286)\r\n* Add official visionOS support to lottie-ios repo (https://github.com/airbnb/lottie-ios/pull/2287)\r\n* lottie-spm now supports visionOS (https://github.com/airbnb/lottie-spm/pull/12)\r\n* Adopt policy on minimum supported Swift / Xcode version, update minimum versions to Swift 5.7 / Xcode 14.1 (https://github.com/airbnb/lottie-ios/pull/2260)\r\n\r\n**Full Changelog**: https://github.com/airbnb/lottie-ios/compare/4.4.2...4.4.3",
+ "createdAt" : "2024-04-16T10:04:20+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOIwpDsc4JBEDg",
+ "owner" : "airbnb",
+ "publishedAt" : "2024-04-16T10:04:42+09:00",
+ "repository" : "lottie-spm",
+ "title" : "4.4.3",
+ "url" : "https://github.com/airbnb/lottie-spm/releases/tag/4.4.3",
+ "version" : "4.4.3"
}
]
\ No newline at end of file
diff --git a/Outputs/Lottie for iOS, macOS.json b/Outputs/Lottie for iOS, macOS.json
index d96819e..295bd52 100644
--- a/Outputs/Lottie for iOS, macOS.json
+++ b/Outputs/Lottie for iOS, macOS.json
@@ -514,5 +514,125 @@
"title" : "4.2.0",
"url" : "https://github.com/airbnb/lottie-ios/releases/tag/4.2.0",
"version" : "4.2.0"
+ },
+ {
+ "body" : "## What's Changed\r\n* Fix parsing regression in 4.3.0 from addition of parsing layer effects by @calda in https://github.com/airbnb/lottie-ios/pull/2208\r\n* Remove old animation layer when creating a new animation layer by @junjielu in https://github.com/airbnb/lottie-ios/pull/2214\r\n* Add configuration setting to remove animated bounds changes by @thedrick in https://github.com/airbnb/lottie-ios/pull/2218\r\n* Change pod dependencies `SwiftUI` and `Combine` to `weak` to ensure compatibility with iOS 12 by @florianrhein in https://github.com/airbnb/lottie-ios/pull/2219\r\n* Fix issue where Repeater would be ignored if not at top level by @calda in https://github.com/airbnb/lottie-ios/pull/2221\r\n* Replace `UIScreen.main` to get display scale on iOS 13.0 and later (#2215) by @hyun99999 in https://github.com/airbnb/lottie-ios/pull/2216\r\n* Dispatch dot lottie file loading onto a single serial queue by @erichoracek in https://github.com/airbnb/lottie-ios/pull/2229\r\n* Clean up unused property in InvertedMatteLayer by @hanton in https://github.com/airbnb/lottie-ios/pull/2241\r\n* Fix issue where LottieView animation would restart from beginning after backgrounding app by @calda in https://github.com/airbnb/lottie-ios/pull/2237\r\n\r\n**Full Changelog**: https://github.com/airbnb/lottie-ios/compare/4.3.3...4.3.4",
+ "createdAt" : "2023-12-02T08:56:28+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBC8liM4H45wx",
+ "owner" : "airbnb",
+ "publishedAt" : "2023-12-02T08:57:47+09:00",
+ "repository" : "lottie-ios",
+ "title" : "4.3.4",
+ "url" : "https://github.com/airbnb/lottie-ios/releases/tag/4.3.4",
+ "version" : "4.3.4"
+ },
+ {
+ "body" : "**Lottie 4.3.0** adds many new features, including: \r\n - Official support for SwiftUI!\r\n - A public Core Animation `CALayer` subclass\r\n - Support for reduced motion\r\n - Support for drop shadow layer effects\r\n - Support for visionOS\r\n\r\nYou can learn more about Lottie 4.3.0 in this announcement: **[Lottie 4.3.0 now available, with official support for SwiftUI #2189](https://github.com/airbnb/lottie-ios/discussions/2189)**\r\n\r\n## New Features\r\n\r\n* Add SwiftUI `LottieView`, which wraps UIKit `LottieAnimationView`\r\n* Add SwiftUI `LottieSwitch`, which wraps UIKit `AnimatedSwitch` (https://github.com/airbnb/lottie-ios/pull/2138)\r\n* Add SwiftUI `LottieButton`, which wraps `AnimatedButton` (https://github.com/airbnb/lottie-ios/pull/2139)\r\n* `AnimatedSwitch` and `AnimatedButton` now support macOS (https://github.com/airbnb/lottie-ios/pull/2138, https://github.com/airbnb/lottie-ios/pull/2139)\r\n* Add `LottieAnimationLayer`, a Core Animation `CALayer` subclass for playing Lottie animations (https://github.com/airbnb/lottie-ios/pull/2073)\r\n* Add support for rendering drop shadow layer effects (https://github.com/airbnb/lottie-ios/pull/2142)\r\n* Add API for playing multiple markers sequentially (https://github.com/airbnb/lottie-ios/pull/2084)\r\n* Play \"reduced motion\" marker if `UIAccessibility.isReduceMotionEnabled` is true (https://github.com/airbnb/lottie-ios/pull/2110)\r\n* Update text provider API to use full `AnimationKeypath` values (https://github.com/airbnb/lottie-ios/pull/2183)\r\n* Add support for visionOS (https://github.com/airbnb/lottie-ios/pull/2152)\r\n* Drop support for Swift 5.5 (https://github.com/airbnb/lottie-ios/pull/2152)\r\n* Add contents gravity configuration to `AnimationImageProvider` (https://github.com/airbnb/lottie-ios/pull/2177)\r\n* Add support for customizing stroke width values using `FloatValueProvider` (https://github.com/airbnb/lottie-ios/pull/2179)\r\n* Adopt `Sendable` to support using Lottie with strict concurrency enabled (https://github.com/airbnb/lottie-ios/pull/2126)\r\n* Add `LottiePlaybackMode` to support declarative playback configuration (https://github.com/airbnb/lottie-ios/pull/2128)\r\n* Add option make main thread rendering engine force display update on every frame (https://github.com/airbnb/lottie-ios/pull/2168)\r\n* Add a option to prevent caching images from `AnimationImageProvider` (https://github.com/airbnb/lottie-ios/pull/2171)\r\n* Add support for customizing gradient values using `GradientValueProvider` (https://github.com/airbnb/lottie-ios/pull/2182)\r\n* Added additional support for multiple animations in `DotLottieFile` (https://github.com/airbnb/lottie-ios/pull/2074)\r\n* Add helper method to initialize `DotLottieFile` with data (https://github.com/airbnb/lottie-ios/pull/2090)\r\n\r\n## Bug fixes\r\n\r\n* Remove `.../ZipFoundation/README.md` from targets and `*.md*` files from podspec (https://github.com/airbnb/lottie-ios/pull/2057)*\r\n* Fix issue where layers with negative X scale values could be pixelated (https://github.com/airbnb/lottie-ios/pull/2067)\r\n* Fix warnings when building with Swift 5.9 (https://github.com/airbnb/lottie-ios/pull/2072)\r\n* Restructure `ValueProviderStore` to not accumulate multiple values for the same key (https://github.com/airbnb/lottie-ios/pull/2082)\r\n* Disable bitcode when building XCFramework (https://github.com/airbnb/lottie-ios/pull/2121)\r\n* Fix unhandled file warning when building with SPM ([https://github.com/airbnb/lottie-ios/pull/213](https://github.com/airbnb/lottie-ios/pull/2132))\r\n* Fix support for customizing color of `SolidLayer` using `ColorValueProvider` (https://github.com/airbnb/lottie-ios/pull/2154)\r\n* Fix issue where shape items could be unexpectedly ignored (https://github.com/airbnb/lottie-ios/pull/2156)\r\n* Fix issue where skew keyframes would unexpectedly not animate (https://github.com/airbnb/lottie-ios/pull/2157)\r\n* Fix issue where value providers could be ignored when falling back to main thread rendering engine (https://github.com/airbnb/lottie-ios/pull/2164)\r\n\r\nThanks to everyone who contributed to this release!",
+ "createdAt" : "2023-09-15T05:19:08+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBC8liM4HOZbo",
+ "owner" : "airbnb",
+ "publishedAt" : "2023-09-15T05:44:05+09:00",
+ "repository" : "lottie-ios",
+ "title" : "4.3.0",
+ "url" : "https://github.com/airbnb/lottie-ios/releases/tag/4.3.0",
+ "version" : "4.3.0"
+ },
+ {
+ "body" : "**Lottie 4.3.0** adds many new features, including: \r\n - Official support for SwiftUI!\r\n - A public Core Animation `CALayer` subclass\r\n - Support for reduced motion\r\n - Support for drop shadow layer effects\r\n - Support for visionOS\r\n\r\nYou can learn more about Lottie 4.3.0 in this announcement: **[Lottie 4.3.0 now available, with official support for SwiftUI #2189](https://github.com/airbnb/lottie-ios/discussions/2189)**\r\n\r\nLottie 4.3.1 fixes a small regression introduced by 4.3.0: https://github.com/airbnb/lottie-ios/issues/2193\r\n\r\n## New Features\r\n\r\n* Add SwiftUI `LottieView`, which wraps UIKit `LottieAnimationView`\r\n* Add SwiftUI `LottieSwitch`, which wraps UIKit `AnimatedSwitch` (https://github.com/airbnb/lottie-ios/pull/2138)\r\n* Add SwiftUI `LottieButton`, which wraps `AnimatedButton` (https://github.com/airbnb/lottie-ios/pull/2139)\r\n* `AnimatedSwitch` and `AnimatedButton` now support macOS (https://github.com/airbnb/lottie-ios/pull/2138, https://github.com/airbnb/lottie-ios/pull/2139)\r\n* Add `LottieAnimationLayer`, a Core Animation `CALayer` subclass for playing Lottie animations (https://github.com/airbnb/lottie-ios/pull/2073)\r\n* Add support for rendering drop shadow layer effects (https://github.com/airbnb/lottie-ios/pull/2142)\r\n* Add API for playing multiple markers sequentially (https://github.com/airbnb/lottie-ios/pull/2084)\r\n* Play \"reduced motion\" marker if `UIAccessibility.isReduceMotionEnabled` is true (https://github.com/airbnb/lottie-ios/pull/2110)\r\n* Update text provider API to use full `AnimationKeypath` values (https://github.com/airbnb/lottie-ios/pull/2183)\r\n* Add support for visionOS (https://github.com/airbnb/lottie-ios/pull/2152)\r\n* Drop support for Swift 5.5 (https://github.com/airbnb/lottie-ios/pull/2152)\r\n* Add contents gravity configuration to `AnimationImageProvider` (https://github.com/airbnb/lottie-ios/pull/2177)\r\n* Add support for customizing stroke width values using `FloatValueProvider` (https://github.com/airbnb/lottie-ios/pull/2179)\r\n* Adopt `Sendable` to support using Lottie with strict concurrency enabled (https://github.com/airbnb/lottie-ios/pull/2126)\r\n* Add `LottiePlaybackMode` to support declarative playback configuration (https://github.com/airbnb/lottie-ios/pull/2128)\r\n* Add option make main thread rendering engine force display update on every frame (https://github.com/airbnb/lottie-ios/pull/2168)\r\n* Add a option to prevent caching images from `AnimationImageProvider` (https://github.com/airbnb/lottie-ios/pull/2171)\r\n* Add support for customizing gradient values using `GradientValueProvider` (https://github.com/airbnb/lottie-ios/pull/2182)\r\n* Added additional support for multiple animations in `DotLottieFile` (https://github.com/airbnb/lottie-ios/pull/2074)\r\n* Add helper method to initialize `DotLottieFile` with data (https://github.com/airbnb/lottie-ios/pull/2090)\r\n\r\n## Bug fixes\r\n\r\n* Remove `.../ZipFoundation/README.md` from targets and `*.md*` files from podspec (https://github.com/airbnb/lottie-ios/pull/2057)*\r\n* Fix issue where layers with negative X scale values could be pixelated (https://github.com/airbnb/lottie-ios/pull/2067)\r\n* Fix warnings when building with Swift 5.9 (https://github.com/airbnb/lottie-ios/pull/2072)\r\n* Restructure `ValueProviderStore` to not accumulate multiple values for the same key (https://github.com/airbnb/lottie-ios/pull/2082)\r\n* Disable bitcode when building XCFramework (https://github.com/airbnb/lottie-ios/pull/2121)\r\n* Fix unhandled file warning when building with SPM ([https://github.com/airbnb/lottie-ios/pull/213](https://github.com/airbnb/lottie-ios/pull/2132))\r\n* Fix support for customizing color of `SolidLayer` using `ColorValueProvider` (https://github.com/airbnb/lottie-ios/pull/2154)\r\n* Fix issue where shape items could be unexpectedly ignored (https://github.com/airbnb/lottie-ios/pull/2156)\r\n* Fix issue where skew keyframes would unexpectedly not animate (https://github.com/airbnb/lottie-ios/pull/2157)\r\n* Fix issue where value providers could be ignored when falling back to main thread rendering engine (https://github.com/airbnb/lottie-ios/pull/2164)\r\n\r\nThanks to everyone who contributed to this release!",
+ "createdAt" : "2023-09-21T06:36:27+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBC8liM4HRMLK",
+ "owner" : "airbnb",
+ "publishedAt" : "2023-09-21T06:38:44+09:00",
+ "repository" : "lottie-ios",
+ "title" : "4.3.1",
+ "url" : "https://github.com/airbnb/lottie-ios/releases/tag/4.3.1",
+ "version" : "4.3.1"
+ },
+ {
+ "body" : "**Lottie 4.3.0** adds many new features, including: \r\n - Official support for SwiftUI!\r\n - A public Core Animation `CALayer` subclass\r\n - Support for reduced motion\r\n - Support for drop shadow layer effects\r\n - Support for visionOS\r\n\r\nYou can learn more about Lottie 4.3.0 in this announcement: **[Lottie 4.3.0 now available, with official support for SwiftUI #2189](https://github.com/airbnb/lottie-ios/discussions/2189)**\r\n\r\n## Lottie 4.3.2\r\n\r\nLottie 4.3.2 redesigns the `LottiePlaybackMode` playback APIs that were introduced in Lottie 4.3.0. \r\n\r\n### Before\r\n\r\n```swift\r\n// Loop from 0.5 to 1.0\r\nLottieView(animation: myAnimation)\r\n .play(.fromProgress(0.5, toProgress: 1.0, loopMode: .loop))\r\n\r\n// Pause at the halfway point of the animation\r\nLottieView(animation: myAnimation)\r\n .play(.progress(0.5))\r\n```\r\n\r\n### After\r\n\r\n```swift\r\n// Loop from 0.5 to 1.0\r\nLottieView(animation: myAnimation)\r\n .playing(.fromProgress(0.5, toProgress: 1.0, loopMode: .loop))\r\n\r\n// Pause at the halfway point of the animation\r\nLottieView(animation: myAnimation)\r\n .paused(at: .progress(0.5))\r\n```\r\n\r\n## New Features in Lottie 4.3.0\r\n\r\n* Add SwiftUI `LottieView`, which wraps UIKit `LottieAnimationView`\r\n* Add SwiftUI `LottieSwitch`, which wraps UIKit `AnimatedSwitch` (https://github.com/airbnb/lottie-ios/pull/2138)\r\n* Add SwiftUI `LottieButton`, which wraps `AnimatedButton` (https://github.com/airbnb/lottie-ios/pull/2139)\r\n* `AnimatedSwitch` and `AnimatedButton` now support macOS (https://github.com/airbnb/lottie-ios/pull/2138, https://github.com/airbnb/lottie-ios/pull/2139)\r\n* Add `LottieAnimationLayer`, a Core Animation `CALayer` subclass for playing Lottie animations (https://github.com/airbnb/lottie-ios/pull/2073)\r\n* Add support for rendering drop shadow layer effects (https://github.com/airbnb/lottie-ios/pull/2142)\r\n* Add API for playing multiple markers sequentially (https://github.com/airbnb/lottie-ios/pull/2084)\r\n* Play \"reduced motion\" marker if `UIAccessibility.isReduceMotionEnabled` is true (https://github.com/airbnb/lottie-ios/pull/2110)\r\n* Update text provider API to use full `AnimationKeypath` values (https://github.com/airbnb/lottie-ios/pull/2183)\r\n* Add support for visionOS (https://github.com/airbnb/lottie-ios/pull/2152)\r\n* Drop support for Swift 5.5 (https://github.com/airbnb/lottie-ios/pull/2152)\r\n* Add contents gravity configuration to `AnimationImageProvider` (https://github.com/airbnb/lottie-ios/pull/2177)\r\n* Add support for customizing stroke width values using `FloatValueProvider` (https://github.com/airbnb/lottie-ios/pull/2179)\r\n* Adopt `Sendable` to support using Lottie with strict concurrency enabled (https://github.com/airbnb/lottie-ios/pull/2126)\r\n* Add `LottiePlaybackMode` to support declarative playback configuration (https://github.com/airbnb/lottie-ios/pull/2128)\r\n* Add option make main thread rendering engine force display update on every frame (https://github.com/airbnb/lottie-ios/pull/2168)\r\n* Add a option to prevent caching images from `AnimationImageProvider` (https://github.com/airbnb/lottie-ios/pull/2171)\r\n* Add support for customizing gradient values using `GradientValueProvider` (https://github.com/airbnb/lottie-ios/pull/2182)\r\n* Added additional support for multiple animations in `DotLottieFile` (https://github.com/airbnb/lottie-ios/pull/2074)\r\n* Add helper method to initialize `DotLottieFile` with data (https://github.com/airbnb/lottie-ios/pull/2090)\r\n\r\n## Bug fixes\r\n\r\n* Remove `.../ZipFoundation/README.md` from targets and `*.md*` files from podspec (https://github.com/airbnb/lottie-ios/pull/2057)*\r\n* Fix issue where layers with negative X scale values could be pixelated (https://github.com/airbnb/lottie-ios/pull/2067)\r\n* Fix warnings when building with Swift 5.9 (https://github.com/airbnb/lottie-ios/pull/2072)\r\n* Restructure `ValueProviderStore` to not accumulate multiple values for the same key (https://github.com/airbnb/lottie-ios/pull/2082)\r\n* Disable bitcode when building XCFramework (https://github.com/airbnb/lottie-ios/pull/2121)\r\n* Fix unhandled file warning when building with SPM ([https://github.com/airbnb/lottie-ios/pull/213](https://github.com/airbnb/lottie-ios/pull/2132))\r\n* Fix support for customizing color of `SolidLayer` using `ColorValueProvider` (https://github.com/airbnb/lottie-ios/pull/2154)\r\n* Fix issue where shape items could be unexpectedly ignored (https://github.com/airbnb/lottie-ios/pull/2156)\r\n* Fix issue where skew keyframes would unexpectedly not animate (https://github.com/airbnb/lottie-ios/pull/2157)\r\n* Fix issue where value providers could be ignored when falling back to main thread rendering engine (https://github.com/airbnb/lottie-ios/pull/2164)\r\n\r\nThanks to everyone who contributed to this release!",
+ "createdAt" : "2023-09-27T00:59:38+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBC8liM4HT6a2",
+ "owner" : "airbnb",
+ "publishedAt" : "2023-09-27T02:48:13+09:00",
+ "repository" : "lottie-ios",
+ "title" : "4.3.2",
+ "url" : "https://github.com/airbnb/lottie-ios/releases/tag/4.3.2",
+ "version" : "4.3.2"
+ },
+ {
+ "body" : "**Lottie 4.3.0** adds many new features, including: \r\n - Official support for SwiftUI!\r\n - A public Core Animation `CALayer` subclass\r\n - Support for reduced motion\r\n - Support for drop shadow layer effects\r\n - Support for visionOS\r\n\r\nYou can learn more about Lottie 4.3.0 in this announcement: **[Lottie 4.3.0 now available, with official support for SwiftUI #2189](https://github.com/airbnb/lottie-ios/discussions/2189)**\r\n\r\nLottie 4.3.3 fixes a regression introduced by Lottie 4.3.0 where the contents of a `LottieAnimationView` could crossfade / animate unexpectedly when updating the current `LottieAnimation` or rendering engine: https://github.com/airbnb/lottie-ios/issues/2200\r\n\r\n## New Features in Lottie 4.3.0\r\n\r\n* Add SwiftUI `LottieView`, which wraps UIKit `LottieAnimationView`\r\n* Add SwiftUI `LottieSwitch`, which wraps UIKit `AnimatedSwitch` (https://github.com/airbnb/lottie-ios/pull/2138)\r\n* Add SwiftUI `LottieButton`, which wraps `AnimatedButton` (https://github.com/airbnb/lottie-ios/pull/2139)\r\n* `AnimatedSwitch` and `AnimatedButton` now support macOS (https://github.com/airbnb/lottie-ios/pull/2138, https://github.com/airbnb/lottie-ios/pull/2139)\r\n* Add `LottieAnimationLayer`, a Core Animation `CALayer` subclass for playing Lottie animations (https://github.com/airbnb/lottie-ios/pull/2073)\r\n* Add support for rendering drop shadow layer effects (https://github.com/airbnb/lottie-ios/pull/2142)\r\n* Add API for playing multiple markers sequentially (https://github.com/airbnb/lottie-ios/pull/2084)\r\n* Play \"reduced motion\" marker if `UIAccessibility.isReduceMotionEnabled` is true (https://github.com/airbnb/lottie-ios/pull/2110)\r\n* Update text provider API to use full `AnimationKeypath` values (https://github.com/airbnb/lottie-ios/pull/2183)\r\n* Add support for visionOS (https://github.com/airbnb/lottie-ios/pull/2152)\r\n* Drop support for Swift 5.5 (https://github.com/airbnb/lottie-ios/pull/2152)\r\n* Add contents gravity configuration to `AnimationImageProvider` (https://github.com/airbnb/lottie-ios/pull/2177)\r\n* Add support for customizing stroke width values using `FloatValueProvider` (https://github.com/airbnb/lottie-ios/pull/2179)\r\n* Adopt `Sendable` to support using Lottie with strict concurrency enabled (https://github.com/airbnb/lottie-ios/pull/2126)\r\n* Add `LottiePlaybackMode` to support declarative playback configuration (https://github.com/airbnb/lottie-ios/pull/2128)\r\n* Add option make main thread rendering engine force display update on every frame (https://github.com/airbnb/lottie-ios/pull/2168)\r\n* Add a option to prevent caching images from `AnimationImageProvider` (https://github.com/airbnb/lottie-ios/pull/2171)\r\n* Add support for customizing gradient values using `GradientValueProvider` (https://github.com/airbnb/lottie-ios/pull/2182)\r\n* Added additional support for multiple animations in `DotLottieFile` (https://github.com/airbnb/lottie-ios/pull/2074)\r\n* Add helper method to initialize `DotLottieFile` with data (https://github.com/airbnb/lottie-ios/pull/2090)\r\n\r\n## Bug fixes\r\n\r\n* Remove `.../ZipFoundation/README.md` from targets and `*.md*` files from podspec (https://github.com/airbnb/lottie-ios/pull/2057)*\r\n* Fix issue where layers with negative X scale values could be pixelated (https://github.com/airbnb/lottie-ios/pull/2067)\r\n* Fix warnings when building with Swift 5.9 (https://github.com/airbnb/lottie-ios/pull/2072)\r\n* Restructure `ValueProviderStore` to not accumulate multiple values for the same key (https://github.com/airbnb/lottie-ios/pull/2082)\r\n* Disable bitcode when building XCFramework (https://github.com/airbnb/lottie-ios/pull/2121)\r\n* Fix unhandled file warning when building with SPM ([https://github.com/airbnb/lottie-ios/pull/213](https://github.com/airbnb/lottie-ios/pull/2132))\r\n* Fix support for customizing color of `SolidLayer` using `ColorValueProvider` (https://github.com/airbnb/lottie-ios/pull/2154)\r\n* Fix issue where shape items could be unexpectedly ignored (https://github.com/airbnb/lottie-ios/pull/2156)\r\n* Fix issue where skew keyframes would unexpectedly not animate (https://github.com/airbnb/lottie-ios/pull/2157)\r\n* Fix issue where value providers could be ignored when falling back to main thread rendering engine (https://github.com/airbnb/lottie-ios/pull/2164)\r\n\r\nThanks to everyone who contributed to this release!",
+ "createdAt" : "2023-09-30T06:31:45+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBC8liM4HV7c6",
+ "owner" : "airbnb",
+ "publishedAt" : "2023-09-30T08:13:31+09:00",
+ "repository" : "lottie-ios",
+ "title" : "4.3.3",
+ "url" : "https://github.com/airbnb/lottie-ios/releases/tag/4.3.3",
+ "version" : "4.3.3"
+ },
+ {
+ "body" : "### Changes in 4.4.2\r\n* Update minimum deployment target to iOS 13.0 / macOS 10.15 (https://github.com/airbnb/lottie-ios/pull/2322)\r\n* Add privacy manifest to lottie-spm repo (https://github.com/airbnb/lottie-spm/pull/23)\r\n* Add visionOS support to Cocoapods podspec (https://github.com/airbnb/lottie-ios/pull/2348)\r\n* Fix incorrect usage of `State(initialValue:)` in `LottieView` (https://github.com/airbnb/lottie-ios/pull/2357)\r\n* Use correct version number when building XCFramework bundle (https://github.com/airbnb/lottie-ios/pull/2341)\r\n\r\n### New features in 4.4.0\r\n\r\n* Add privacy manifest (https://github.com/airbnb/lottie-ios/pull/2252)\r\n* Codesign Lottie.xcframework (https://github.com/airbnb/lottie-ios/pull/2259)\r\n* Add time remapping support to Core Animation rendering engine (https://github.com/airbnb/lottie-ios/pull/2286)\r\n* Add official visionOS support to lottie-ios repo (https://github.com/airbnb/lottie-ios/pull/2287)\r\n* lottie-spm now supports visionOS (https://github.com/airbnb/lottie-spm/pull/12)\r\n* Adopt policy on minimum supported Swift / Xcode version, update minimum versions to Swift 5.7 / Xcode 14.1 (https://github.com/airbnb/lottie-ios/pull/2260)\r\n\r\n**Full Changelog**: https://github.com/airbnb/lottie-ios/compare/4.4.1...4.4.2",
+ "createdAt" : "2024-04-05T01:36:55+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBC8liM4I7e5h",
+ "owner" : "airbnb",
+ "publishedAt" : "2024-04-05T01:40:51+09:00",
+ "repository" : "lottie-ios",
+ "title" : "4.4.2",
+ "url" : "https://github.com/airbnb/lottie-ios/releases/tag/4.4.2",
+ "version" : "4.4.2"
+ },
+ {
+ "body" : "## New features\r\n\r\n* Add privacy manifest (https://github.com/airbnb/lottie-ios/pull/2252)\r\n* Codesign Lottie.xcframework (https://github.com/airbnb/lottie-ios/pull/2259)\r\n* Add time remapping support to Core Animation rendering engine (https://github.com/airbnb/lottie-ios/pull/2286)\r\n* Add official visionOS support to lottie-ios repo (https://github.com/airbnb/lottie-ios/pull/2287)\r\n* lottie-spm now supports visionOS (https://github.com/airbnb/lottie-spm/pull/12)\r\n* Adopt policy on minimum supported Swift / Xcode version, update minimum versions to Swift 5.7 / Xcode 14.1 (https://github.com/airbnb/lottie-ios/pull/2260)\r\n\r\n## Bug fixes \r\n\r\n* Update LottieView to display placeholder using `overlay` instead of `ZStack` (https://github.com/airbnb/lottie-ios/pull/2289)\r\n* Fix issue where Core Animation rendering engine couldn't display last frame of animation when paused (https://github.com/airbnb/lottie-ios/pull/2254)\r\n* Do not create `DotLottieImageProvider` instance if there's no image files (https://github.com/airbnb/lottie-ios/pull/2271)\r\n* Mark DotLottieCache as Sendable (https://github.com/airbnb/lottie-ios/pull/2245)\r\n* Fix issue where AnimationKeypath in SolidLayer could be incorrect (https://github.com/airbnb/lottie-ios/pull/2278)\r\n* Fix issue where Repeater could be displayed incorrectly (https://github.com/airbnb/lottie-ios/pull/2276)\r\n* Include dSYMs in xcframework build (https://github.com/airbnb/lottie-ios/pull/2284)\r\n* Fix parsing issue, add support for DotLottieConfiguration in SwiftUI LottieView (https://github.com/airbnb/lottie-ios/pull/2277)\r\n* Fix issue where DotLottieImageProvider didn't handle base64 images (https://github.com/airbnb/lottie-ios/pull/2283)\r\n* Fix issue where manually interpolated keyframes could animate incorrectly (https://github.com/airbnb/lottie-ios/pull/2285)\r\n\r\n**Full Changelog**: https://github.com/airbnb/lottie-ios/compare/4.3.4...4.4.0",
+ "createdAt" : "2024-01-23T07:23:18+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBC8liM4IOrb2",
+ "owner" : "airbnb",
+ "publishedAt" : "2024-01-23T08:33:27+09:00",
+ "repository" : "lottie-ios",
+ "title" : "4.4.0",
+ "url" : "https://github.com/airbnb/lottie-ios/releases/tag/4.4.0",
+ "version" : "4.4.0"
+ },
+ {
+ "body" : "### Bug fixes in 4.4.1\r\n\r\n* Replace os check with canImport so classes are available on visionOS (https://github.com/airbnb/lottie-ios/pull/2294)\r\n* Omit privacy manifest from source files in podspec (https://github.com/airbnb/lottie-ios/pull/2307)\r\n* Fix crash in Main Thread rendering engine path interpolation implementation (https://github.com/airbnb/lottie-ios/pull/2305)\r\n* Fix warning from invalid character in Cocoapods resource bundle identifier (https://github.com/airbnb/lottie-ios/pull/2317)\r\n* Fix infinite loop when setting `LottieAnimationView.viewportFrame` (https://github.com/airbnb/lottie-ios/pull/2316)\r\n\r\n### New features in 4.4.0\r\n\r\n* Add privacy manifest (https://github.com/airbnb/lottie-ios/pull/2252)\r\n* Codesign Lottie.xcframework (https://github.com/airbnb/lottie-ios/pull/2259)\r\n* Add time remapping support to Core Animation rendering engine (https://github.com/airbnb/lottie-ios/pull/2286)\r\n* Add official visionOS support to lottie-ios repo (https://github.com/airbnb/lottie-ios/pull/2287)\r\n* lottie-spm now supports visionOS (https://github.com/airbnb/lottie-spm/pull/12)\r\n* Adopt policy on minimum supported Swift / Xcode version, update minimum versions to Swift 5.7 / Xcode 14.1 (https://github.com/airbnb/lottie-ios/pull/2260)\r\n\r\n**Full Changelog**: https://github.com/airbnb/lottie-ios/compare/4.4.0...4.4.1",
+ "createdAt" : "2024-02-22T04:07:05+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBC8liM4IhrMS",
+ "owner" : "airbnb",
+ "publishedAt" : "2024-02-22T04:16:00+09:00",
+ "repository" : "lottie-ios",
+ "title" : "4.4.1",
+ "url" : "https://github.com/airbnb/lottie-ios/releases/tag/4.4.1",
+ "version" : "4.4.1"
+ },
+ {
+ "body" : "## New Features\r\n* Added drop shadow support to main thread rendering engine (https://github.com/airbnb/lottie-ios/pull/2423)\r\n* Added support for opacity text animators (https://github.com/airbnb/lottie-ios/pull/2436)\r\n* Added `LottieView` helper for configuring individual `LottieAnimationView` properties (https://github.com/airbnb/lottie-ios/pull/2415)\r\n\r\n## Bug Fixes\r\n* Fixed issue where bezier paths could be closed incorrectly (https://github.com/airbnb/lottie-ios/pull/2418)\r\n* Fixed bug where font providers were ignored in precomposition layers in the main thread rendering engine (https://github.com/airbnb/lottie-ios/pull/2439)\r\n* Fixed issue where lottie-spm package could cause package operations to unexpectedly fail on Linux (https://github.com/airbnb/lottie-spm/pull/27).\r\n\r\n## Version Compatibility\r\n\r\n**Lottie now requires Xcode 15 / Swift 5.9 or later** (https://github.com/airbnb/lottie-ios/pull/2400). Our version support policy is that Lottie supports Swift / Xcode versions back to the minimum version that is permitted by Apple for submissions to the App Store. As of April 2024, this is Xcode 15 / Swift 5.9: https://developer.apple.com/news/?id=fxu2qp7b.\r\n\r\n**Full Changelog**: https://github.com/airbnb/lottie-ios/compare/4.4.3...4.5.0",
+ "createdAt" : "2024-07-10T03:38:20+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBC8liM4J0KHm",
+ "owner" : "airbnb",
+ "publishedAt" : "2024-07-10T03:48:40+09:00",
+ "repository" : "lottie-ios",
+ "title" : "4.5.0",
+ "url" : "https://github.com/airbnb/lottie-ios/releases/tag/4.5.0",
+ "version" : "4.5.0"
+ },
+ {
+ "body" : "### Bug fixes in 4.4.3\r\n* Fix issue where animation size could be incorrect after loading async animation (https://github.com/airbnb/lottie-ios/pull/2379)\r\n* Update NSPrivacyAccessedAPITypeReasons in privacy manifest (https://github.com/airbnb/lottie-ios/pull/2380)\r\n* Include animation duration when computing cost/complexity of Core Animation time remapping (https://github.com/airbnb/lottie-ios/pull/2381)\r\n\r\n### New features in 4.4.0\r\n\r\n* Add privacy manifest (https://github.com/airbnb/lottie-ios/pull/2252)\r\n* Codesign Lottie.xcframework (https://github.com/airbnb/lottie-ios/pull/2259)\r\n* Add time remapping support to Core Animation rendering engine (https://github.com/airbnb/lottie-ios/pull/2286)\r\n* Add official visionOS support to lottie-ios repo (https://github.com/airbnb/lottie-ios/pull/2287)\r\n* lottie-spm now supports visionOS (https://github.com/airbnb/lottie-spm/pull/12)\r\n* Adopt policy on minimum supported Swift / Xcode version, update minimum versions to Swift 5.7 / Xcode 14.1 (https://github.com/airbnb/lottie-ios/pull/2260)\r\n\r\n**Full Changelog**: https://github.com/airbnb/lottie-ios/compare/4.4.2...4.4.3",
+ "createdAt" : "2024-04-16T07:40:25+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOBC8liM4JBBPd",
+ "owner" : "airbnb",
+ "publishedAt" : "2024-04-16T07:43:23+09:00",
+ "repository" : "lottie-ios",
+ "title" : "4.4.3",
+ "url" : "https://github.com/airbnb/lottie-ios/releases/tag/4.4.3",
+ "version" : "4.4.3"
}
]
\ No newline at end of file
diff --git a/Outputs/Mockolo.json b/Outputs/Mockolo.json
index c7d4934..4050acc 100644
--- a/Outputs/Mockolo.json
+++ b/Outputs/Mockolo.json
@@ -394,5 +394,29 @@
"title" : "2.0.0",
"url" : "https://github.com/uber/mockolo/releases/tag/2.0.0",
"version" : "2.0.0"
+ },
+ {
+ "body" : "## What's Changed\r\n* Use safeName for history variable name by @sidepelican in https://github.com/uber/mockolo/pull/239\r\n* Drop legacy sequence extensions by @sidepelican in https://github.com/uber/mockolo/pull/240\r\n* [Bugfix] Fix functions with same signature and different generic constraints not getting generated by @ryanaveo in https://github.com/uber/mockolo/pull/241\r\n* Only consider relevant files when collecting import statements. by @rudro in https://github.com/uber/mockolo/pull/243\r\n\r\n## New Contributors\r\n* @ryanaveo made their first contribution in https://github.com/uber/mockolo/pull/241\r\n\r\n**Full Changelog**: https://github.com/uber/mockolo/compare/2.0.0...2.0.1",
+ "createdAt" : "2023-06-21T14:28:27+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOCaWADM4GiQgI",
+ "owner" : "uber",
+ "publishedAt" : "2023-06-23T14:39:14+09:00",
+ "repository" : "mockolo",
+ "title" : "2.0.1",
+ "url" : "https://github.com/uber/mockolo/releases/tag/2.0.1",
+ "version" : "2.0.1"
+ },
+ {
+ "body" : "## What's Changed\r\n* Support `Sendable` compliant protocols and classes by @nhiroyasu in https://github.com/uber/mockolo/pull/254\r\n* Add artifactbundle for build tools plugin by @sidepelican in https://github.com/uber/mockolo/pull/256\r\n\r\n## Maintenances\r\n* Update swift-syntax to 509.0.0 by @pablocornejo in https://github.com/uber/mockolo/pull/247\r\n* Fix the version code concerning release by @kabirkhaan in https://github.com/uber/mockolo/pull/253\r\n* Update swift-syntax 510 by @sidepelican in https://github.com/uber/mockolo/pull/255\r\n* Bump up version to 2.1.0 by @sidepelican in https://github.com/uber/mockolo/pull/257\r\n* Fix release ci by @sidepelican in https://github.com/uber/mockolo/pull/258\r\n\r\n## New Contributors\r\n* @kabirkhaan made their first contribution in https://github.com/uber/mockolo/pull/253\r\n* @nhiroyasu made their first contribution in https://github.com/uber/mockolo/pull/254\r\n\r\n**Full Changelog**: https://github.com/uber/mockolo/compare/2.0.1...2.1.1\r\n\r\n---\r\n\r\n## For Build Tools Plugin\r\n\r\n```swift\r\n.binaryTarget(\r\n name: \"mockolo\",\r\n url: \"https://github.com/uber/mockolo/releases/download/2.1.1/mockolo.artifactbundle.zip\",\r\n checksum: \"e3aa6e3aacec6b75ee971d7ba1ed326ff22372a8dc60a581cec742441cdbd9db\"\r\n),\r\n```\r\n",
+ "createdAt" : "2024-04-23T17:51:10+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOCaWADM4JFMBS",
+ "owner" : "uber",
+ "publishedAt" : "2024-04-23T17:57:25+09:00",
+ "repository" : "mockolo",
+ "title" : "2.1.1",
+ "url" : "https://github.com/uber/mockolo/releases/tag/2.1.1",
+ "version" : "2.1.1"
}
]
\ No newline at end of file
diff --git a/Outputs/Nimble.json b/Outputs/Nimble.json
index eb6554a..3aac330 100644
--- a/Outputs/Nimble.json
+++ b/Outputs/Nimble.json
@@ -466,5 +466,137 @@
"title" : "v12.0.1",
"url" : "https://github.com/Quick/Nimble/releases/tag/v12.0.1",
"version" : "v12.0.1"
+ },
+ {
+ "body" : "## Highlights\r\n\r\n- You can now create Predicates that run in async contexts.\r\n\r\n## What's Changed\r\n* Add AsyncPredicate - Matchers with AsyncExpressions by @younata in https://github.com/Quick/Nimble/pull/1056\r\n* Remove unused constant by @peterringset in https://github.com/Quick/Nimble/pull/1064\r\n\r\n## New Contributors\r\n* @peterringset made their first contribution in https://github.com/Quick/Nimble/pull/1064\r\n\r\n**Full Changelog**: https://github.com/Quick/Nimble/compare/v12.0.1...v12.1.0",
+ "createdAt" : "2023-07-15T14:42:05+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAUUIhc4Gsl8N",
+ "owner" : "Quick",
+ "publishedAt" : "2023-07-15T14:48:40+09:00",
+ "repository" : "Nimble",
+ "title" : "v12.1.0 - AsyncPredicate",
+ "url" : "https://github.com/Quick/Nimble/releases/tag/v12.1.0",
+ "version" : "v12.1.0"
+ },
+ {
+ "body" : "# Highlights\r\n\r\nthe `equal` matcher now supports arrays of tuples. For example:\r\n\r\n```swift\r\nexpect([\r\n (1, 2),\r\n (3, 4)\r\n]).to(equal([\r\n (1, 2),\r\n (3, 4)\r\n]))\r\n```\r\n\r\nThanks @faroman for their contribution!\r\n\r\n# Automatically Generated Release Notes\r\n\r\n## What's Changed\r\n* Fix typo in README.md by @nemesis in https://github.com/Quick/Nimble/pull/1066\r\n* Equal predicate for array of tuples by @faroman in https://github.com/Quick/Nimble/pull/1065\r\n\r\n## New Contributors\r\n* @nemesis made their first contribution in https://github.com/Quick/Nimble/pull/1066\r\n* @faroman made their first contribution in https://github.com/Quick/Nimble/pull/1065\r\n\r\n**Full Changelog**: https://github.com/Quick/Nimble/compare/v12.1.0...v12.2.0",
+ "createdAt" : "2023-07-29T00:32:19+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAUUIhc4Gy6yG",
+ "owner" : "Quick",
+ "publishedAt" : "2023-07-29T00:34:14+09:00",
+ "repository" : "Nimble",
+ "title" : "v12.2.0",
+ "url" : "https://github.com/Quick/Nimble/releases/tag/v12.2.0",
+ "version" : "v12.2.0"
+ },
+ {
+ "body" : "## Highlights\r\n\r\n- the async variant of `toEventually` no longer kicks off unstructured background tasks to check that the matcher matches. This means that there will no longer be the possibility that the same value will be being checked by multiples of the same matcher.\r\n\r\n## What's Changed\r\n* Bump activesupport from 7.0.4.3 to 7.0.7.2 by @dependabot in https://github.com/Quick/Nimble/pull/1080\r\n* Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/Quick/Nimble/pull/1081\r\n* Implement the async variant of toEventually using structured concurrency by @younata in https://github.com/Quick/Nimble/pull/1079\r\n* Fix all swiftlint warnings by @younata in https://github.com/Quick/Nimble/pull/1085\r\n\r\n\r\n**Full Changelog**: https://github.com/Quick/Nimble/compare/v12.2.0...v12.3.0",
+ "createdAt" : "2023-09-17T13:52:32+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAUUIhc4HPPwi",
+ "owner" : "Quick",
+ "publishedAt" : "2023-09-17T13:54:28+09:00",
+ "repository" : "Nimble",
+ "title" : "v12.3.0",
+ "url" : "https://github.com/Quick/Nimble/releases/tag/v12.3.0",
+ "version" : "v12.3.0"
+ },
+ {
+ "body" : "# Highlights\r\n\r\n## New Features\r\n\r\n- Nimble now supports Windows! (Thanks @brianmichel!)\r\n- the `Predicate` series of APIs has been renamed to `Matcher`. There are typealiases for the older APIs to better enable migrations. These typealiases will be marked as removed in the next major version of Nimble (Nimble 14), and they will be removed entirely in Nimble 15.\r\n- Nimble now supports the DriverKit platform.\r\n\r\n## Breaking Changes\r\n\r\n- The `Predicate` series of APIs have been renamed.\r\n- The `AsyncDefaults` struct is now marked as removed. It will be fully removed in the next major version of Nimble.\r\n- The platform-independent targets in `Nimble.xcodeproj` have now been consolidated into a single Nimble (and NimbleTests) target.\r\n\r\n# Automated Release Notes\r\n\r\n## What's Changed\r\n* Update release script for a more modern-ish release process by @younata in https://github.com/Quick/Nimble/pull/1086\r\n* Bump cocoapods from 1.12.1 to 1.13.0 by @dependabot in https://github.com/Quick/Nimble/pull/1089\r\n* Add Windows Support by @brianmichel in https://github.com/Quick/Nimble/pull/1088\r\n* Rename Predicate to Matcher by @younata in https://github.com/Quick/Nimble/pull/1090\r\n* Mark the AsyncDefaults struct as removed. by @younata in https://github.com/Quick/Nimble/pull/1092\r\n* Consolidate xcodeproj targets (... again). by @younata in https://github.com/Quick/Nimble/pull/1093\r\n* Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/Quick/Nimble/pull/1091\r\n\r\n## New Contributors\r\n* @brianmichel made their first contribution in https://github.com/Quick/Nimble/pull/1088\r\n\r\n**Full Changelog**: https://github.com/Quick/Nimble/compare/v12.3.0...v13.0.0-rc.1",
+ "createdAt" : "2023-10-03T05:44:54+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAUUIhc4HWtDa",
+ "owner" : "Quick",
+ "publishedAt" : "2023-10-03T05:45:22+09:00",
+ "repository" : "Nimble",
+ "title" : "v13.0.0-rc.1",
+ "url" : "https://github.com/Quick/Nimble/releases/tag/v13.0.0-rc.1",
+ "version" : "v13.0.0-rc.1"
+ },
+ {
+ "body" : "# Highlights\r\n\r\n## New Features\r\n\r\n- Nimble now supports Windows! (Thanks @brianmichel!)\r\n- the `Predicate` series of APIs has been renamed to `Matcher`. There are typealiases for the older APIs to better enable migrations. These typealiases will be marked as removed in the next major version of Nimble (Nimble 14), and they will be removed entirely in Nimble 15.\r\n- Nimble now supports the DriverKit platform.\r\n\r\n## Breaking Changes\r\n\r\n- The `Predicate` series of APIs have been renamed.\r\n- The `AsyncDefaults` struct is now marked as removed. It will be fully removed in the next major version of Nimble.\r\n- The platform-independent targets in `Nimble.xcodeproj` have now been consolidated into a single Nimble (and NimbleTests) target.\r\n\r\n## Other Notes\r\n\r\n- No changes since [Nimble 13 RC 1](https://github.com/Quick/Nimble/releases/tag/v13.0.0-rc.1).\r\n\r\n# Automated Release Notes\r\n\r\n## What's Changed\r\n* Update release script for a more modern-ish release process by @younata in https://github.com/Quick/Nimble/pull/1086\r\n* Bump cocoapods from 1.12.1 to 1.13.0 by @dependabot in https://github.com/Quick/Nimble/pull/1089\r\n* Add Windows Support by @brianmichel in https://github.com/Quick/Nimble/pull/1088\r\n* Rename Predicate to Matcher by @younata in https://github.com/Quick/Nimble/pull/1090\r\n* Mark the AsyncDefaults struct as removed. by @younata in https://github.com/Quick/Nimble/pull/1092\r\n* Consolidate xcodeproj targets (... again). by @younata in https://github.com/Quick/Nimble/pull/1093\r\n* Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/Quick/Nimble/pull/1091\r\n\r\n## New Contributors\r\n* @brianmichel made their first contribution in https://github.com/Quick/Nimble/pull/1088\r\n\r\n**Full Changelog**: https://github.com/Quick/Nimble/compare/v12.3.0...v13.0.0",
+ "createdAt" : "2023-10-11T01:38:59+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAUUIhc4HaxtK",
+ "owner" : "Quick",
+ "publishedAt" : "2023-10-11T01:40:31+09:00",
+ "repository" : "Nimble",
+ "title" : "v13.0.0",
+ "url" : "https://github.com/Quick/Nimble/releases/tag/v13.0.0",
+ "version" : "v13.0.0"
+ },
+ {
+ "body" : "# Highlights\r\n\r\n- Adds Matchers for Result that match against submatchers or equatable values.\r\n- Use DocC for documentation.\r\n- Make `PollingDefaults` threadsafe.\r\n\r\n## What's Changed\r\n* Make PollingDefaults threadsafe by @younata in https://github.com/Quick/Nimble/pull/1122\r\n* Bump softprops/action-gh-release from 1 to 2 by @dependabot in https://github.com/Quick/Nimble/pull/1128\r\n* Depend on CwlPreconditionTesting 2.2.0 for Cocoapods by @younata in https://github.com/Quick/Nimble/pull/1129\r\n* Add matchers for Result that match against submatchers, or for equatable values. by @younata in https://github.com/Quick/Nimble/pull/1134\r\n* Use docc for documentation, instead of having it all in a single, giant README. by @younata in https://github.com/Quick/Nimble/pull/1135\r\n* Get documentation deploying working. by @younata in https://github.com/Quick/Nimble/pull/1136\r\n* Improve documentation articles by adding short abstracts to them. by @younata in https://github.com/Quick/Nimble/pull/1137\r\n* Fix a typo in the name of this framework. 🤦🏻♀️ by @younata in https://github.com/Quick/Nimble/pull/1138\r\n* Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/Quick/Nimble/pull/1139\r\n\r\n\r\n**Full Changelog**: https://github.com/Quick/Nimble/compare/v13.2.1...v13.3.0",
+ "createdAt" : "2024-04-09T01:38:09+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAUUIhc4I9MBV",
+ "owner" : "Quick",
+ "publishedAt" : "2024-04-09T01:40:11+09:00",
+ "repository" : "Nimble",
+ "title" : "v13.3.0",
+ "url" : "https://github.com/Quick/Nimble/releases/tag/v13.3.0",
+ "version" : "v13.3.0"
+ },
+ {
+ "body" : "# Highlights\r\n\r\n## New Features\r\n\r\n- Introduce the `require` dsl. This throws an error (a `RequireError`, or a custom one) if the matcher used with it fails. If the matcher doesn't fail, then the require dsl will return the result of the expression.\r\n - For example, `try require([1, 2, 3]).to(haveCount(3))` will return `[1, 2, 3]`. However `try require(2).toEqual(1))` will throw a `RequireError`.\r\n - When the matcher fails, `require` will still register the assertion failure with XCTest.\r\n - This also adds `unwrap` and `pollUnwrap`, which are work as `try require(...).toNot(beNil())` and `try require(...).toEventuallyNot(beNil())`. With both sync and async variants. They either throw, or return non-optional versions of the expression.\r\n - See the [documentation here](https://github.com/Quick/Nimble/tree/v13.1.0#using-require-to-demand-that-a-matcher-pass-before-continuing) for more.\r\n\r\n## Deprecations\r\n\r\n- Removes `Expectation.onFailure`, as the new `require` dsl entirely replaces that API. This deprecation will persist through Nimble 14, before being marked as removed in Nimble 15 and fully removed in Nimble 16.\r\n\r\n## Breaking Changes\r\n\r\n- The `throwAssertion` matcher no longer supports watchOS and tvOS in the cocoapods distribution of Nimble. This is because Nimble no longer directly embeds the CwlCatchException CwlPreconditionTesting libraries used in that matcher and instead Nimble pulls in those libraries transitively through the package manager used.\r\n\r\n# Automated Release Notes\r\n\r\n## What's Changed\r\n* Bump cocoapods from 1.13.0 to 1.14.2 by @dependabot in https://github.com/Quick/Nimble/pull/1094\r\n* Introduce the require dsl. For when you need the assertion to pass before continuing by @younata in https://github.com/Quick/Nimble/pull/1103\r\n* Pull in CwlCatchException and CwlPreconditionTesting transitively. by @younata in https://github.com/Quick/Nimble/pull/1108\r\n\r\n\r\n**Full Changelog**: https://github.com/Quick/Nimble/compare/v13.0.0...v13.1.0",
+ "createdAt" : "2023-12-22T01:19:27+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAUUIhc4ICPeZ",
+ "owner" : "Quick",
+ "publishedAt" : "2023-12-22T01:38:04+09:00",
+ "repository" : "Nimble",
+ "title" : "v13.1.0 - The Require DSL",
+ "url" : "https://github.com/Quick/Nimble/releases/tag/v13.1.0",
+ "version" : "v13.1.0"
+ },
+ {
+ "body" : "# Highlights\r\n\r\nSee [the previous release](https://github.com/Quick/Nimble/releases/tag/v13.1.0) for more on the require DSL.\r\n\r\n## BugFixes\r\n\r\n- Fix cocoapods release.\r\n\r\n# Automated Release Notes\r\n\r\n## What's Changed\r\n* Fix build on cocoapods by specifying the correct location for the CocoaWithLove exception helper libraries by @younata in https://github.com/Quick/Nimble/pull/1109\r\n\r\n\r\n**Full Changelog**: https://github.com/Quick/Nimble/compare/v13.1.0...v13.1.1",
+ "createdAt" : "2023-12-22T04:04:47+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAUUIhc4ICUEd",
+ "owner" : "Quick",
+ "publishedAt" : "2023-12-22T04:11:01+09:00",
+ "repository" : "Nimble",
+ "title" : "v13.1.1 - The Require DSL, but now with a fixed cocoapods build",
+ "url" : "https://github.com/Quick/Nimble/releases/tag/v13.1.1",
+ "version" : "v13.1.1"
+ },
+ {
+ "body" : "## What's Changed\n* Fix cocoapods dependencies by @svenmuennich in https://github.com/Quick/Nimble/pull/1111\n\n\n**Full Changelog**: https://github.com/Quick/Nimble/compare/v13.1.1...v13.1.2",
+ "createdAt" : "2024-01-05T14:36:29+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAUUIhc4IGgDo",
+ "owner" : "Quick",
+ "publishedAt" : "2024-01-05T14:38:16+09:00",
+ "repository" : "Nimble",
+ "title" : "v13.1.2",
+ "url" : "https://github.com/Quick/Nimble/releases/tag/v13.1.2",
+ "version" : "v13.1.2"
+ },
+ {
+ "body" : "# Highlights\r\n\r\n- Nimble now supports visionOS! Thanks @stonko1994!\r\n- Adds a new `map` matcher. `map` allows you to transform the expression to another value, and pass that value to another matcher.\r\n - For example, if you wanted to match the first element in a tuple easily, you could write: `expect(myTuple).to(map(\\.0, equal(expectedValue)))`.\r\n - See [the docs for more suggestions](https://github.com/Quick/Nimble/tree/v13.2.0#mapping-a-value-to-another-value)!\r\n\r\nNote: This version of Nimble is not available in Cocoapods. Nimble 13.2.1 is available in Cocoapods.\r\n\r\n# Autogenerated Release Notes\r\n\r\n## What's Changed\r\n* Add a `map` matcher. by @younata in https://github.com/Quick/Nimble/pull/1112\r\n* Build the carthage frameworks in a github action by @younata in https://github.com/Quick/Nimble/pull/1107\r\n* Bump cocoapods from 1.14.2 to 1.14.3 by @dependabot in https://github.com/Quick/Nimble/pull/1100\r\n* Add a privacy manifest by @younata in https://github.com/Quick/Nimble/pull/1113\r\n* Add visionOS support by @stonko1994 in https://github.com/Quick/Nimble/pull/1098\r\n\r\n## New Contributors\r\n* @stonko1994 made their first contribution in https://github.com/Quick/Nimble/pull/1098\r\n\r\n**Full Changelog**: https://github.com/Quick/Nimble/compare/v13.1.2...v13.2.0",
+ "createdAt" : "2024-01-18T08:11:38+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAUUIhc4IMZtu",
+ "owner" : "Quick",
+ "publishedAt" : "2024-01-18T08:11:47+09:00",
+ "repository" : "Nimble",
+ "title" : "v13.2.0 - visionOS, map matcher.",
+ "url" : "https://github.com/Quick/Nimble/releases/tag/v13.2.0",
+ "version" : "v13.2.0"
+ },
+ {
+ "body" : "## What's Changed\r\n* Bump cocoapods from 1.14.3 to 1.15.0 by @dependabot in https://github.com/Quick/Nimble/pull/1116\r\n* Bump cocoapods from 1.15.0 to 1.15.2 by @dependabot in https://github.com/Quick/Nimble/pull/1119\r\n* Fix bug where expect(nil).toAlways(equal(0)) would erroneously pass by @younata in https://github.com/Quick/Nimble/pull/1121\r\n\r\n\r\n**Full Changelog**: https://github.com/Quick/Nimble/compare/v13.2.0...v13.2.1",
+ "createdAt" : "2024-02-25T15:28:46+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAUUIhc4IjdBF",
+ "owner" : "Quick",
+ "publishedAt" : "2024-02-25T15:30:43+09:00",
+ "repository" : "Nimble",
+ "title" : "v13.2.1",
+ "url" : "https://github.com/Quick/Nimble/releases/tag/v13.2.1",
+ "version" : "v13.2.1"
}
]
\ No newline at end of file
diff --git a/Outputs/Nuke.json b/Outputs/Nuke.json
index e70e44d..8ccdb9a 100644
--- a/Outputs/Nuke.json
+++ b/Outputs/Nuke.json
@@ -814,5 +814,233 @@
"title" : "Nuke 12.2 (Beta 1)",
"url" : "https://github.com/kean/Nuke/releases/tag/12.2.0-beta.1",
"version" : "12.2.0-beta.1"
+ },
+ {
+ "body" : "- Fix https://github.com/kean/Nuke/issues/693: `ImageRequest` created with an async function now executes it lazily - https://github.com/kean/Nuke/pull/708 by @khlopko\r\n- Fix https://github.com/kean/Nuke/issues/695: `byCroppingToSquare()` always return square image – https://github.com/kean/Nuke/pull/696 by @zzmasoud\r\n- Update unit tests – https://github.com/kean/Nuke/pull/701 by @woxtu \r\n- Fix upcoming warnings in Xcode 15\r\n\r\n## New Contributors\r\n* @khlopko made their first contribution in https://github.com/kean/Nuke/pull/708",
+ "createdAt" : "2023-06-23T10:44:44+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAeh5z84GiNqB",
+ "owner" : "kean",
+ "publishedAt" : "2023-06-23T10:52:11+09:00",
+ "repository" : "Nuke",
+ "title" : "Nuke 12.1.1",
+ "url" : "https://github.com/kean/Nuke/releases/tag/12.1.1",
+ "version" : "12.1.1"
+ },
+ {
+ "body" : "- Fix https://github.com/kean/Nuke/issues/710: build failure on watchOS in debug mode – https://github.com/kean/Nuke/pull/711 by @FieryFlames\r\n\r\n## New Contributors\r\n* @FieryFlames made their first contribution in https://github.com/kean/Nuke/pull/711",
+ "createdAt" : "2023-06-27T07:05:14+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAeh5z84GjiNl",
+ "owner" : "kean",
+ "publishedAt" : "2023-06-27T07:08:12+09:00",
+ "repository" : "Nuke",
+ "title" : "Nuke 12.1.2",
+ "url" : "https://github.com/kean/Nuke/releases/tag/12.1.2",
+ "version" : "12.1.2"
+ },
+ {
+ "body" : "- Fix https://github.com/kean/Nuke/issues/709: `LazyImage` fails to perform memory cache lookup in some scenarios\r\n- (Internal) Replace some of the custom code with native extensions – https://github.com/kean/Nuke/pull/713 by @openmetrue\r\n- Increase the minimum required Xcode version to 14.1 (required by App Store)\r\n\r\n## New Contributors\r\n* @openmetrue made their first contribution in https://github.com/kean/Nuke/pull/713\r\n",
+ "createdAt" : "2023-07-11T08:35:25+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAeh5z84GqLRe",
+ "owner" : "kean",
+ "publishedAt" : "2023-07-11T08:38:19+09:00",
+ "repository" : "Nuke",
+ "title" : "Nuke 12.1.3",
+ "url" : "https://github.com/kean/Nuke/releases/tag/12.1.3",
+ "version" : "12.1.3"
+ },
+ {
+ "body" : "- Upgrade from `CommonCrypto` to [`CryptoKit`](https://developer.apple.com/documentation/cryptokit) and slightly optimize how cryptographic hashes are converted to strings (used as filenames for `DataCache`)\r\n- Deprecate `DataCache/isCompressionEnabled`. It was initially added as a general-purpose feature used in [Pulse](https://github.com/kean/Pulse), but it's not recommended to be used with most image formats.\r\n- `DataCache` now performs sweeps less frequently\r\n- Minor docs correction – https://github.com/kean/Nuke/pull/715 by @tdkn\r\n\r\n## New Contributors\r\n* @tdkn made their first contribution in https://github.com/kean/Nuke/pull/715",
+ "createdAt" : "2023-07-23T06:25:39+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAeh5z84Gv09i",
+ "owner" : "kean",
+ "publishedAt" : "2023-07-23T06:44:48+09:00",
+ "repository" : "Nuke",
+ "title" : "Nuke 12.1.4",
+ "url" : "https://github.com/kean/Nuke/releases/tag/12.1.4",
+ "version" : "12.1.4"
+ },
+ {
+ "body" : "- Fix https://github.com/kean/Nuke/issues/717 by moving `DataCache` metadata to a hidden file - https://github.com/kean/Nuke/pull/718\r\n",
+ "createdAt" : "2023-07-29T21:07:14+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAeh5z84GzNUL",
+ "owner" : "kean",
+ "publishedAt" : "2023-07-29T21:07:49+09:00",
+ "repository" : "Nuke",
+ "title" : "Nuke 12.1.5",
+ "url" : "https://github.com/kean/Nuke/releases/tag/12.1.5",
+ "version" : "12.1.5"
+ },
+ {
+ "body" : "## What's Changed\r\n* Add another file type signature for `.m4v` files by @leonid-shevtsov in https://github.com/kean/Nuke/pull/735\r\n* Added the `onStart` callback to` LazyImage` by @urbaneewe in https://github.com/kean/Nuke/pull/736\r\n\r\n## New Contributors\r\n* @leonid-shevtsov made their first contribution in https://github.com/kean/Nuke/pull/735\r\n* @urbaneewe made their first contribution in https://github.com/kean/Nuke/pull/736\r\n\r\n**Full Changelog**: https://github.com/kean/Nuke/compare/12.1.6...12.2.0",
+ "createdAt" : "2023-11-24T01:37:38+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAeh5z84H0vyB",
+ "owner" : "kean",
+ "publishedAt" : "2023-11-24T01:41:48+09:00",
+ "repository" : "Nuke",
+ "title" : "Nuke 12.2",
+ "url" : "https://github.com/kean/Nuke/releases/tag/12.2.0",
+ "version" : "12.2.0"
+ },
+ {
+ "body" : "- Improve `ImageCache` (memory cache) performance by 20%\r\n- Improve `NukeExtensions` performance by 5%\r\n- Update the code to support future visionOS releases by switching to `canImport` where possible",
+ "createdAt" : "2023-08-19T23:56:33+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAeh5z84HBo0u",
+ "owner" : "kean",
+ "publishedAt" : "2023-08-19T23:57:31+09:00",
+ "repository" : "Nuke",
+ "title" : "Nuke 12.1.6",
+ "url" : "https://github.com/kean/Nuke/releases/tag/12.1.6",
+ "version" : "12.1.6"
+ },
+ {
+ "body" : "- Fix compilation visionOS errors on Xcode 15 Beta 6\r\n\r\n> [!WARNING] \r\n> Swift Package Manager is not supported yet. There seem to be compilation errors when adding `.visionOS(.v1)` to the list of the supported versions. More updates coming soon.",
+ "createdAt" : "2023-08-11T10:16:16+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAeh5z84HBof-",
+ "owner" : "kean",
+ "publishedAt" : "2023-08-19T23:04:14+09:00",
+ "repository" : "Nuke",
+ "title" : "Nuke 12.2 (Beta 2)",
+ "url" : "https://github.com/kean/Nuke/releases/tag/12.2.0-beta.2",
+ "version" : "12.2.0-beta.2"
+ },
+ {
+ "body" : "## What's Changed\r\n- Fix Xcode 15.3 concurrency warnings when using `Screen.scale` by @jszumski in https://github.com/kean/Nuke/pull/766\r\n- Add `showPlaceholderOnFailure` parameter to show placeholder in case of image loading failure by @mlight3 in https://github.com/kean/Nuke/pull/764\r\n- Fix image loading test on iOS 17 by @woxtu in https://github.com/kean/Nuke/pull/768\r\n- Update thumbnail key value for `ImageRequest` by @woxtu in https://github.com/kean/Nuke/pull/769\r\n- Remove trailing whitespaces by @woxtu in https://github.com/kean/Nuke/pull/767\r\n- Apply `if let` shorthand syntax by @mlight3 in https://github.com/kean/Nuke/pull/762\r\n\r\n## New Contributors\r\n- @AndrewSB made their first contribution in https://github.com/kean/Nuke/pull/755\r\n- @mlight3 made their first contribution in https://github.com/kean/Nuke/pull/762\r\n- @jszumski made their first contribution in https://github.com/kean/Nuke/pull/766\r\n\r\n**Full Changelog**: https://github.com/kean/Nuke/compare/12.4.0...12.5.0",
+ "createdAt" : "2024-03-23T22:17:13+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAeh5z84I0wAi",
+ "owner" : "kean",
+ "publishedAt" : "2024-03-23T22:42:37+09:00",
+ "repository" : "Nuke",
+ "title" : "Nuke 12.5",
+ "url" : "https://github.com/kean/Nuke/releases/tag/12.5.0",
+ "version" : "12.5.0"
+ },
+ {
+ "body" : "## What's Changed\r\n* Add support for visionOS by @bobek-balinek in https://github.com/kean/Nuke/pull/743\r\n\r\n## New Contributors\r\n* @bobek-balinek made their first contribution in https://github.com/kean/Nuke/pull/743\r\n\r\n**Full Changelog**: https://github.com/kean/Nuke/compare/12.2.0...12.3.0",
+ "createdAt" : "2024-01-07T05:18:14+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAeh5z84IHFR4",
+ "owner" : "kean",
+ "publishedAt" : "2024-01-07T05:34:02+09:00",
+ "repository" : "Nuke",
+ "title" : "Nuke 12.3",
+ "url" : "https://github.com/kean/Nuke/releases/tag/12.3.0",
+ "version" : "12.3.0"
+ },
+ {
+ "body" : "## What's Changed\r\n* Enable visionOS support for all APIs by @zachwaugh in https://github.com/kean/Nuke/pull/752\r\n* Update documentation by @tkersey in https://github.com/kean/Nuke/pull/747\r\n\r\n## New Contributors\r\n* @tkersey made their first contribution in https://github.com/kean/Nuke/pull/747\r\n* @zachwaugh made their first contribution in https://github.com/kean/Nuke/pull/752",
+ "createdAt" : "2024-02-11T03:08:44+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAeh5z84Ibyls",
+ "owner" : "kean",
+ "publishedAt" : "2024-02-11T03:10:55+09:00",
+ "repository" : "Nuke",
+ "title" : "Nuke 12.4",
+ "url" : "https://github.com/kean/Nuke/releases/tag/12.4.0",
+ "version" : "12.4.0"
+ },
+ {
+ "body" : "## What's Changed\r\n- Add full Strict Concurrency Checking and Swift 6 support \r\n- Add `@MainActor` annotation to `ImageLoadingOptions.shared`\r\n- Fix image scale and orientation issue in thumbnail creation by @prabhuamol in https://github.com/kean/Nuke/pull/793\r\n- Deprecate `ImagePipeline.Configuration.callbackQueue` – this feature will be removed in Nuke 13\r\n- `ImagePrefetcher.didComplete` closure is now annotated with `@MainActor @Sendable`\r\n- Drop Xcode 14 support\r\n\r\n## New Contributors\r\n- @prabhuamol made their first contribution in https://github.com/kean/Nuke/pull/793",
+ "createdAt" : "2024-07-13T23:40:48+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAeh5z84J2lPS",
+ "owner" : "kean",
+ "publishedAt" : "2024-07-13T23:47:18+09:00",
+ "repository" : "Nuke",
+ "title" : "12.8.0",
+ "url" : "https://github.com/kean/Nuke/releases/tag/12.8.0",
+ "version" : "12.8.0"
+ },
+ {
+ "body" : "## Fixes\r\n\r\n- Fix an issue with an optimization that is supposed to skip decompression if one or more processors are applied\r\n- Fix a `[Decompressor] Error -17102 decompressing image -- possibly corrupt` console error message when using `ImagePipeline.Configuration.isUsingPrepareForDisplay` (disabled by default). The pipeline will now skip decompression for `.png`. \r\n- Fix https://github.com/kean/Nuke/issues/705 with integration between thumbnail options (link) and original data caching: the original data is now stored without a thumbnail key\r\n- Fix an issue where `.storeAll` and `.automatic` cache policies would not store the thumbnail data\r\n- Fix https://github.com/kean/Nuke/issues/746 an issue with `ImageRequest.UserInfoKey.scaleKey` not interacting correctly with coalescing \r\n- Fix https://github.com/kean/Nuke/issues/763 SwiftUI Warning: Accessing StateObject's object without being installed on a View when using `onStart`\r\n\r\n## Changes\r\n\r\n- Add support for initializing `ImageProcessors.CoreImageFilter` with `CIFilter` instances (fixes https://github.com/kean/Nuke/issues/758 )\r\n- Add support for disk cache lookup for intermediate processed images (as opposed to only final and original as before)\r\n- Add an optimization that loads local resources with `file` and `data` schemes quickly without using `DataLoader` and `URLSession`. If you rely on the existing behavior, this optimization can be turned off using the `isLocalResourcesSupportEnabled` configuration option. https://github.com/kean/Nuke/pull/779\r\n- Update the infrastructure for coalescing image-processing tasks to use the task-dependency used for other operations\r\n\r\n## Deprecations\r\n\r\n- Deprecate `ImagePipeline.Configuration.dataCachingQueue` and perform data cache lookups on the pipeline's queue, reducing the amount of context switching",
+ "createdAt" : "2024-04-24T10:48:55+09:00",
+ "fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
+ "id" : "RE_kwDOAeh5z84JFxUE",
+ "owner" : "kean",
+ "publishedAt" : "2024-04-24T10:51:39+09:00",
+ "repository" : "Nuke",
+ "title" : "Nuke 12.6",
+ "url" : "https://github.com/kean/Nuke/releases/tag/12.6.0",
+ "version" : "12.6.0"
+ },
+ {
+ "body" : "🐛 **Call for Testing**. This release contains some major internal changes to the core APIs. Please help with testing the newly introduced and the existing `ImagePipeline` APIs, and report any issues before it gets shipped.\r\n\r\nThis release contains some major improvements to the Structured Concurrency support and introduced a re-engineered `ImagePipeline`.\r\n\r\n- Add `previews: AsyncStream`, `progress: AsyncStream