Skip to content

Commit cc58e83

Browse files
committedFeb 26, 2025
Apply scheduled running result
1 parent 7243ef7 commit cc58e83

File tree

4 files changed

+48
-0
lines changed

4 files changed

+48
-0
lines changed
 

‎Outputs/Dependencies.json

+12
Original file line numberDiff line numberDiff line change
@@ -526,5 +526,17 @@
526526
"title" : "1.7.0",
527527
"url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/1.7.0",
528528
"version" : "1.7.0"
529+
},
530+
{
531+
"body" : "## What's Changed\r\n\r\n* Added: Test trait enhancements (https://github.com/pointfreeco/swift-dependencies/pull/342, https://github.com/pointfreeco/swift-dependencies/pull/344).\r\n\r\n The `.dependencies` and `.dependency` test traits now use Swift 6.1's `TestScoping` when available, leading to more reliable dependency injection.\r\n\r\n The `.dependencies` trait can also now be used in a \"bare\" fashion on a base test suite to ensure all tests are given a unique set of dependencies by default:\r\n\r\n ```swift\r\n @Suite(.dependencies) struct BaseTests {}\r\n ```\r\n\r\n* Fixed: Avoid test data race in dependency cache (https://github.com/pointfreeco/swift-dependencies/pull/303).\r\n* Infrastructure: Update .spi.yml (thanks @finestructure, https://github.com/pointfreeco/swift-dependencies/pull/336).\r\n* Infrastructure: Add Swift 6.0 to Linux test matrix (thanks @finestructure, https://github.com/pointfreeco/swift-dependencies/pull/303).\r\n* Infrastructure: Added tests for `prepareDependencies` and updated docs (https://github.com/pointfreeco/swift-dependencies/pull/337)\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-dependencies/compare/1.7.0...1.8.0",
532+
"createdAt" : "2025-02-26T04:53:44+09:00",
533+
"fetchedFromAPIAt" : "2025-02-26T10:09:39+09:00",
534+
"id" : "RE_kwDOIF_Mq84MEFQ2",
535+
"owner" : "pointfreeco",
536+
"publishedAt" : "2025-02-26T04:54:14+09:00",
537+
"repository" : "swift-dependencies",
538+
"title" : "1.8.0",
539+
"url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/1.8.0",
540+
"version" : "1.8.0"
529541
}
530542
]

‎Outputs/Firebase Apple SDK.json

+12
Original file line numberDiff line numberDiff line change
@@ -970,5 +970,17 @@
970970
"title" : "Firebase Apple 11.8.0",
971971
"url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/11.8.0",
972972
"version" : "11.8.0"
973+
},
974+
{
975+
"body" : "The Firebase Apple SDK (11.9.0) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes](https://firebase.google.com/support/release-notes/ios#11.9.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] **Public Preview**: Added support for generating images using the Imagen 3 model. (https://github.com/firebase/firebase-ios-sdk/pull/14236)\r\n Note: This feature is in Public Preview, which means that the it is not subject to any SLA or\r\n deprecation policy and could change in backwards-incompatible ways.\r\n* [Vertex AI] Remove outdated `Preview` notice from README by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/14404\r\n* [Vertex AI] Add internal `apiVersion` parameter to `RequestOptions` by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/14356\r\n* Deprecate binary Ads distribution by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/14409\r\n* [Crashlytics] enhance inline documentations by @MojtabaHs in https://github.com/firebase/firebase-ios-sdk/pull/14413\r\n* [Auth] Add support for upcoming Recaptcha changes by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/14201\r\n* [NFC] Update spacing in FirebaseAuth's sample app delegate by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/14417\r\n* Update to gRPC 1.69.0 by @ehsannas in https://github.com/firebase/firebase-ios-sdk/pull/14342\r\n* [Vertex AI] Add documentation for `InlineDataPart` by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/14416\r\n* Carthage 11.8.0 by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/14419\r\n* [Infra] Bump Auth sample app's dep. on RecaptchaEnterprise by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/14418\r\n* [Auth] Suppress deprecation build warning by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/14420\r\n* Version 11.9 by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/14421\r\n* Update release notes after 11.8.1 published by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/14426\r\n* Restore socket rocket by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/14427\r\n* Run CI with Xcode 16.2 by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/14429\r\n* Update Symbol Collision test Xcode by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/14431\r\n* update vertex ai sample to use gemini 2.0 flash by @thatfiredev in https://github.com/firebase/firebase-ios-sdk/pull/14432\r\n* Update Firestore binary deps for gRPC 1.69.0 by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/14438\r\n* [Database] Mark 'FIRDataSnapshot' as Sendable by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/14439\r\n* [Vertex AI] Add Imagen warning for invalid JPEG compression quality by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/14440\r\n* [Vertex AI] Update integration tests to Gemini 2.0 Flash by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/14441\r\n* firestore_exceptions.h: remove dependency on absl to set FIRESTORE_HAVE_EXCEPTIONS by @dconeybe in https://github.com/firebase/firebase-ios-sdk/pull/14442\r\n* [VertexAI] Add support for token-based usage metrics by @rlazo in https://github.com/firebase/firebase-ios-sdk/pull/14406\r\n* [Vertex AI] Fix `CountTokensResponse` decoding by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/14447\r\n* [RC] Fix a concurrency crash by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/14450\r\n* [Vertex AI] Remove `generateImages(prompt:gcsURI:)` from public API by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/14452\r\n* Firestore: Fix memory leak in Query.whereField() by @dconeybe in https://github.com/firebase/firebase-ios-sdk/pull/14300\r\n* [Vertex AI] Add `ImagenImagesBlockedError` by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/14456\r\n* [Vertex AI] Add error handling for decoding `ImagenInlineImage` from b64 by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/14458\r\n* Make suspend threads for on-demand fatal thread recording configurable by @themiswang in https://github.com/firebase/firebase-ios-sdk/pull/14391\r\n* [Vertex AI] Add integration tests for modality usage metrics by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/14446\r\n* Migrate FCM codebase to new NSKeyedUnarchiver APIs. by @leojaygoogle in https://github.com/firebase/firebase-ios-sdk/pull/14457\r\n* [Release] Update unreleased CHANGELOG entries for 11.9.0 by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/14466\r\n* [Functions] Pass placeholder app check tokens on error by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/14467\r\n* [Functions] Update CHANGELOG.md for App Check fix by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/14471\r\n* Analytics 11.9.0 by @pcfba in https://github.com/firebase/firebase-ios-sdk/pull/14472\r\n* Firestore: pin googletest to a commit that supports c++14 in cmake builds by @dconeybe in https://github.com/firebase/firebase-ios-sdk/pull/14474\r\n* [Auth] Compile-out `recaptchaToken(...)` for 1P by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/14477\r\n* [Release] Update Firestore SPM binary for M160 by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/14485\r\n\r\n## New Contributors\r\n* @thatfiredev made their first contribution in https://github.com/firebase/firebase-ios-sdk/pull/14432\r\n\r\n**Full Changelog**: https://github.com/firebase/firebase-ios-sdk/compare/11.8.1...11.9.0",
976+
"createdAt" : "2025-02-26T04:46:51+09:00",
977+
"fetchedFromAPIAt" : "2025-02-26T10:09:39+09:00",
978+
"id" : "RE_kwDOBU6LVM4MEE1I",
979+
"owner" : "firebase",
980+
"publishedAt" : "2025-02-26T04:49:59+09:00",
981+
"repository" : "firebase-ios-sdk",
982+
"title" : "Firebase Apple 11.9.0",
983+
"url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/11.9.0",
984+
"version" : "11.9.0"
973985
}
974986
]

‎Outputs/Swift Testing.json

+12
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,18 @@
851851
"url" : "https://github.com/swiftlang/swift-testing/releases/tag/swift-DEVELOPMENT-SNAPSHOT-2025-02-18-a",
852852
"version" : "swift-DEVELOPMENT-SNAPSHOT-2025-02-18-a"
853853
},
854+
{
855+
"body" : null,
856+
"createdAt" : null,
857+
"fetchedFromAPIAt" : "2025-02-26T10:09:39+09:00",
858+
"id" : "REF_kwDOIpT9BtoAMXJlZnMvdGFncy9zd2lmdC1ERVZFTE9QTUVOVC1TTkFQU0hPVC0yMDI1LTAyLTI0LWE",
859+
"owner" : "swiftlang",
860+
"publishedAt" : null,
861+
"repository" : "swift-testing",
862+
"title" : "swift-DEVELOPMENT-SNAPSHOT-2025-02-24-a",
863+
"url" : "https://github.com/swiftlang/swift-testing/releases/tag/swift-DEVELOPMENT-SNAPSHOT-2025-02-24-a",
864+
"version" : "swift-DEVELOPMENT-SNAPSHOT-2025-02-24-a"
865+
},
854866
{
855867
"body" : null,
856868
"createdAt" : null,

‎Outputs/swift-format.json

+12
Original file line numberDiff line numberDiff line change
@@ -334,5 +334,17 @@
334334
"title" : "601.0.0-prerelease-2025-01-22",
335335
"url" : "https://github.com/swiftlang/swift-format/releases/tag/601.0.0-prerelease-2025-01-22",
336336
"version" : "601.0.0-prerelease-2025-01-22"
337+
},
338+
{
339+
"body" : null,
340+
"createdAt" : "2025-02-26T07:57:37+09:00",
341+
"fetchedFromAPIAt" : "2025-02-26T10:09:39+09:00",
342+
"id" : "RE_kwDOC7ABTs4MEMX7",
343+
"owner" : "swiftlang",
344+
"publishedAt" : "2025-02-26T07:57:38+09:00",
345+
"repository" : "swift-format",
346+
"title" : "601.0.0-prerelease-2025-02-25",
347+
"url" : "https://github.com/swiftlang/swift-format/releases/tag/601.0.0-prerelease-2025-02-25",
348+
"version" : "601.0.0-prerelease-2025-02-25"
337349
}
338350
]

0 commit comments

Comments
 (0)
Please sign in to comment.