Skip to content

Commit

Permalink
Apply scheduled running result
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 13, 2024
1 parent 55b6da2 commit 65d7725
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Outputs/Dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,5 +430,17 @@
"title" : "1.5.0",
"url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/1.5.0",
"version" : "1.5.0"
},
{
"body" : "## What's Changed\r\n\r\n* Fixed: A regression introduced in 1.5.0 that could cause previews with a dependency trait to crash has been fixed (https://github.com/pointfreeco/swift-dependencies/pull/306).\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-dependencies/compare/1.5.0...1.5.1",
"createdAt" : "2024-11-13T02:21:30+09:00",
"fetchedFromAPIAt" : "2024-11-13T10:07:47+09:00",
"id" : "RE_kwDOIF_Mq84LBgZZ",
"owner" : "pointfreeco",
"publishedAt" : "2024-11-13T02:47:03+09:00",
"repository" : "swift-dependencies",
"title" : "1.5.1",
"url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/1.5.1",
"version" : "1.5.1"
}
]
12 changes: 12 additions & 0 deletions Outputs/Firebase Apple SDK.json
Original file line number Diff line number Diff line change
Expand Up @@ -910,5 +910,17 @@
"title" : "Firebase Apple 11.4.0",
"url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/11.4.0",
"version" : "11.4.0"
},
{
"body" : "The Firebase Apple SDK (11.5.0) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes](https://firebase.google.com/support/release-notes/ios#11.5.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* [Config] Mark two `RCNConfigSettings` properties `atomic` by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/13925\r\n* [Infra] Update `FirebaseVertexAI` row in FirebaseManifest.swift by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/13941\r\n* Added Marathi language in Remote Config Locale List by @rizafran in https://github.com/firebase/firebase-ios-sdk/pull/13597\r\n* [Core] Make instance manager conform to Swift 6 principles by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/13933\r\n* Keep FirebaseCore, FirebaseCoreExtension and FirebaseCoreInternal pod versions aligned to latest by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/13953\r\n* Fix Auth Combine build for watchOS by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/13984\r\n* [Auth] Use constants for 'supportsSecureCoding' implementation by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/13988\r\n* Async `FunctionsContextProvider.context(options:)` by @yakovmanshin in https://github.com/firebase/firebase-ios-sdk/pull/13900\r\n* Async Function Calling by @yakovmanshin in https://github.com/firebase/firebase-ios-sdk/pull/13901\r\n* [Infra] Only compile core extension headers once by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/13993\r\n* [Core] Make storage class conform to Sendable and subsequent changes by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/13939\r\n* [Auth] Prefer immutable properties and private access level in `*Request` types by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/14001\r\n* Update to a more recent rtdb emulator version by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/14002\r\n* CocoaPods 1.16.2 by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/13989\r\n* [Vertex AI] Fix caching of Vertex AI instances by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/14007\r\n* remove all CFRelease methods to use modern classes by @themiswang in https://github.com/firebase/firebase-ios-sdk/pull/14010\r\n* [Infra] Disable Auth deprecations warnings in SPM CI by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/14013\r\n* [Auth] Convert *Response classes to structs by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/14012\r\n* Fixing upload-symbols run script argument order by @osrl in https://github.com/firebase/firebase-ios-sdk/pull/13966\r\n* [Auth] Fix casting error in Swift 6 by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/14025\r\n* [Vertex AI] Renamed `RPCError` to `BackendError` by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/14027\r\n* When token fetch fails, return the failure reason to the client. by @leojaygoogle in https://github.com/firebase/firebase-ios-sdk/pull/14014\r\n* [Vertex AI] Fix parallel function calling in sample by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/14028\r\n* [Vertex AI] Add `CustomNSError` conformance to `BackendError` by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/14029\r\n* [Docs] Fix DocC warnings in FirebaseSharedSwift by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/14033\r\n* [Docs] Fix DocC warnings in FirebaseAuth by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/14032\r\n* [Docs] Fix DocC warnings in FirebaseCrashlytics by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/14035\r\n* add changelog by @themiswang in https://github.com/firebase/firebase-ios-sdk/pull/14024\r\n* [Vertex AI] Replace legacy errors in `GenerativeAIService` by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/14036\r\n* [Vertex AI] Remove `format` for `double()` `Schema` by @andrewheard in https://github.com/firebase/firebase-ios-sdk/pull/13990\r\n* [Infra] Migrate notices GHA to use upload-artifact@v4 by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/14038\r\n* [Infra] Migrate health-metrics-presubmit.yml to actions/upload-artifact@v4 by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/14039\r\n* Change deprecated keyWindow to new API by @themiswang in https://github.com/firebase/firebase-ios-sdk/pull/14048\r\n* [Auth] Restore User decoding to pre-11 behavior by @ncooke3 in https://github.com/firebase/firebase-ios-sdk/pull/14069\r\n* [auth] Fix logic inconsistency between 10.x and 11.x by @paulb777 in https://github.com/firebase/firebase-ios-sdk/pull/14067\r\n\r\n## New Contributors\r\n* @osrl made their first contribution in https://github.com/firebase/firebase-ios-sdk/pull/13966\r\n\r\n**Full Changelog**: https://github.com/firebase/firebase-ios-sdk/compare/11.4.0...11.5.0",
"createdAt" : "2024-11-13T05:33:32+09:00",
"fetchedFromAPIAt" : "2024-11-13T10:07:47+09:00",
"id" : "RE_kwDOBU6LVM4LBo90",
"owner" : "firebase",
"publishedAt" : "2024-11-13T06:20:35+09:00",
"repository" : "firebase-ios-sdk",
"title" : "Firebase Apple 11.5.0",
"url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/11.5.0",
"version" : "11.5.0"
}
]
12 changes: 12 additions & 0 deletions Outputs/The Composable Architecture.json
Original file line number Diff line number Diff line change
Expand Up @@ -1282,5 +1282,17 @@
"title" : "1.15.2",
"url" : "https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.15.2",
"version" : "1.15.2"
},
{
"body" : "## What's Changed\r\n\r\n* Added: support for `Date` values in shared app storage (thanks @rudedogdhc, https://github.com/pointfreeco/swift-composable-architecture/pull/3470).\r\n* Performance: Improved performance of shared app storage observation (https://github.com/pointfreeco/swift-composable-architecture/pull/3487).\r\n* Performance: Reduce amount of locking in the Combine subject powering the Store (thanks @iampatbrown, https://github.com/pointfreeco/swift-composable-architecture/pull/3476).\r\n* Fixed: Addressed a potential crash in shared app storage when many app storage variables are notified by notification center during a SwiftUI view body update (https://github.com/pointfreeco/swift-composable-architecture/pull/3487).\r\n* Fixed: Addressed a race condition in the Combine subject powering the Store (thanks @kabiroberai, https://github.com/pointfreeco/swift-composable-architecture/pull/3475).\r\n* Fixed: Better autocomplete for dynamic member lookup (https://github.com/pointfreeco/swift-composable-architecture/pull/3463).\r\n* Infrastructure: Capture existing `@Shared` test store behavior in test with a to-do for better behavior in the future (thanks @rcarver, https://github.com/pointfreeco/swift-composable-architecture/pull/3455).\r\n\r\n## New Contributors\r\n* @rudedogdhc made their first contribution in https://github.com/pointfreeco/swift-composable-architecture/pull/3470\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-composable-architecture/compare/1.15.2...1.16.0",
"createdAt" : "2024-11-12T14:23:07+09:00",
"fetchedFromAPIAt" : "2024-11-13T10:07:47+09:00",
"id" : "RE_kwDOD48kk84LBg8A",
"owner" : "pointfreeco",
"publishedAt" : "2024-11-13T02:57:20+09:00",
"repository" : "swift-composable-architecture",
"title" : "1.16.0",
"url" : "https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.16.0",
"version" : "1.16.0"
}
]

0 comments on commit 65d7725

Please sign in to comment.