diff --git a/Outputs/Alamofire.json b/Outputs/Alamofire.json index 9696686..900d247 100644 --- a/Outputs/Alamofire.json +++ b/Outputs/Alamofire.json @@ -466,5 +466,17 @@ "title" : "5.9.0", "url" : "https://github.com/Alamofire/Alamofire/releases/tag/5.9.0", "version" : "5.9.0" + }, + { + "body" : "### Added\r\n- 🔥 Full Swift concurrency support with `Sendable` requirements. Most APIs are also marked `@preconcurrency`, so there should be no breaking changes. Swift 5.9 now required to build.\r\n - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#3880](https://github.com/Alamofire/Alamofire/pull/3880).\r\n- Existential `any` now required internally by Alamofire.\r\n - Added by [Keita Watanabe](https://github.com/kitwtnb) in Pull Request [#3881](https://github.com/Alamofire/Alamofire/pull/3881).\r\n\r\n### Updated\r\n- 🔥 `Session.init(... eventMonitors:)` to allow no `EventMonitor`s at all, and `CompositeEventMonitor` to fix thread-safety. Potentially breaking if previously passing `[]` but still expecting `Notification`s to be posted. Pass `[AlamofireNotifications()]` if you need that behavior.\r\n - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3894](https://github.com/Alamofire/Alamofire/pull/3894).\r\n- `DownloadRequest.validate` to read the `fileSize` rather than the whole file from disk.\r\n - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3899](https://github.com/Alamofire/Alamofire/pull/3899).\r\n- Links to `swiftlang` repositories.\r\n - Updated by [LamTrinh.Dev](https://github.com/lamtrinhdev) in Pull Request [#3882](https://github.com/Alamofire/Alamofire/pull/3882).\r\n\r\n### Fixed\r\n- Various documentation typos.\r\n - Fixed by [Alexander Cyon](https://github.com/Sajjon) in Pull Request [#3891](https://github.com/Alamofire/Alamofire/pull/3891).\r\n- Passing `queue` parameter to `DataStream` serializers.\r\n - Fixed by [Jon Shier](https://github.com/jshier) in Pull Request [#3879](https://github.com/Alamofire/Alamofire/pull/3879).\r\n- `testThatDatesCanBeEncodedAsFormatted` when running with a non-Gregorian calendar.\r\n - Fixed by [Kittisak Phetrungnapha](https://github.com/kittisak-phetrungnapha) in Pull Request [#3858](https://github.com/Alamofire/Alamofire/pull/3858).", + "createdAt" : "2024-10-14T07:22:05+09:00", + "fetchedFromAPIAt" : "2024-10-14T10:09:44+09:00", + "id" : "RE_kwDOAVavk84Kthuf", + "owner" : "Alamofire", + "publishedAt" : "2024-10-14T07:22:50+09:00", + "repository" : "Alamofire", + "title" : "5.10.0", + "url" : "https://github.com/Alamofire/Alamofire/releases/tag/5.10.0", + "version" : "5.10.0" } ] \ No newline at end of file diff --git a/Outputs/Kingfisher.json b/Outputs/Kingfisher.json index 379d566..9248c3f 100644 --- a/Outputs/Kingfisher.json +++ b/Outputs/Kingfisher.json @@ -718,5 +718,17 @@ "title" : "8.0.3 - Animated Image Hitting", "url" : "https://github.com/onevcat/Kingfisher/releases/tag/8.0.3", "version" : "8.0.3" + }, + { + "body" : "#### Add\n* Live Photo support. Now you can use the `kf` extension on `PHLivePhotoView` to load a live photo from network. Check [its documentation](https://swiftpackageindex.com/onevcat/kingfisher/master/documentation/kingfisher/kingfisherwrapper/setimage(with:options:completionhandler:)-1to8a) for more information. [#2302](https://github.com/onevcat/Kingfisher/pull/2302) @onevcat\n* A set of new APIs (new resource types, optional parameters for existing methods and error types, etc) for Live Photo support. [#2302](https://github.com/onevcat/Kingfisher/pull/2302) @onevcat\n\n#### Fix\n* Necessary `@MainActor` annotations for `ImageTransition.custom` member. [#2300](https://github.com/onevcat/Kingfisher/pull/2300) @mlight3\n\n", + "createdAt" : "2024-10-13T23:54:31+09:00", + "fetchedFromAPIAt" : "2024-10-14T10:09:44+09:00", + "id" : "RE_kwDOAf70wM4Ktd88", + "owner" : "onevcat", + "publishedAt" : "2024-10-13T23:56:42+09:00", + "repository" : "Kingfisher", + "title" : "8.1.0 - Live Photo", + "url" : "https://github.com/onevcat/Kingfisher/releases/tag/8.1.0", + "version" : "8.1.0" } ] \ No newline at end of file diff --git a/Outputs/Nimble.json b/Outputs/Nimble.json index 967a470..0b851f3 100644 --- a/Outputs/Nimble.json +++ b/Outputs/Nimble.json @@ -622,5 +622,17 @@ "title" : "v13.5.0", "url" : "https://github.com/Quick/Nimble/releases/tag/v13.5.0", "version" : "v13.5.0" + }, + { + "body" : "## What's Changed\n* Allow unwrap and pollUnwrap to take in custom descriptions by @younata in https://github.com/Quick/Nimble/pull/1162\n* Add requireFail. Like fail(), but it also always throws an error by @younata in https://github.com/Quick/Nimble/pull/1163\n* Fix build error when using UI Tests by @younata in https://github.com/Quick/Nimble/pull/1164\n\n\n**Full Changelog**: https://github.com/Quick/Nimble/compare/v13.5.0...v13.6.0", + "createdAt" : "2024-10-14T08:40:15+09:00", + "fetchedFromAPIAt" : "2024-10-14T10:09:44+09:00", + "id" : "RE_kwDOAUUIhc4KtinE", + "owner" : "Quick", + "publishedAt" : "2024-10-14T08:42:31+09:00", + "repository" : "Nimble", + "title" : "v13.6.0", + "url" : "https://github.com/Quick/Nimble/releases/tag/v13.6.0", + "version" : "v13.6.0" } ] \ No newline at end of file