Skip to content

[v11] Add changelog entries for Swift extension removal #13086

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions FirebaseCore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
| macOS | **10.15** |
| watchOS | 7.0 |
- FirebaseAnalytics and FirebaseCrashlytics also continue to support iOS 12.0.
- [removed] **Breaking change**: The deprecated Swift extension SDKs for
Analytics, Firestore, Database, Remote Config and In App Messaging have
been removed. See
https://firebase.google.com/docs/ios/swift-migration for migration
instructions.

# Firebase 10.25.0
- [changed] Firebase now requires at least Xcode 15.2. See
Expand Down
6 changes: 6 additions & 0 deletions FirebaseDatabase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 11.0.0
- [removed] **Breaking change**: The deprecated `FirebaseDatabase` module has
been removed. See
https://firebase.google.com/docs/ios/swift-migration for migration
instructions.

# 10.27.0
- [changed] Update internal socket implementation to use `NSURLSessionWebSocket` where
available. (#12883)
Expand Down
6 changes: 6 additions & 0 deletions FirebaseInAppMessaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 11.0.0
- [removed] **Breaking change**: The deprecated `FirebaseInAppMessagingSwift`
module has been removed. See
https://firebase.google.com/docs/ios/swift-migration for migration
instructions.

# 10.27.0
- [fixed] Fixed crash at app start that affected CocoaPods users using static
frameworks (#12882).
Expand Down
4 changes: 4 additions & 0 deletions FirebaseRemoteConfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 11.0.0
- [fixed] RemoteConfigValue stringValue is now `nonnull`. This may break some builds. (#10870)
- [removed] **Breaking change**: The deprecated `FirebaseRemoteConfig` module
has been removed. See
https://firebase.google.com/docs/ios/swift-migration for migration
instructions.

# 10.25.0
- [fixed] Fixed bug preventing Remote Config from working with a custom sqlite3
Expand Down
6 changes: 6 additions & 0 deletions Firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 11.0.0
- [removed] **Breaking change**: The deprecated `FirebaseFirestore` module has
been removed. See
https://firebase.google.com/docs/ios/swift-migration for migration
instructions.

# 10.25.0
- [fixed] Allow blob of data with zero length. (#11773, #12620)
- [changed] Passing a non-nil value to the `@DocumentID` property wrapper's
Expand Down
Loading