Skip to content
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

[Release] Version changelog entries for 10.24.0 #12677

Merged
merged 2 commits into from
Apr 2, 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
2 changes: 1 addition & 1 deletion Crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 10.24.0
- [fixed] Fix `'FirebaseCrashlytics/FirebaseCrashlytics-Swift.h' file not found`
errors (#12611).
- [changed] Remove usages of `mach_absolute_time` to reduce required reason impact.
Expand Down
3 changes: 2 additions & 1 deletion FirebaseCore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Unreleased
# Firebase 10.24.0
- Fix validation issue for macOS and macCatalyst XCFrameworks related to
framework directory structure. (#12587)
- Extend community watchOS support to zip and Carthage distributions. See
https://firebase.google.com/docs/ios/learn-more#firebase_library_support_by_platform
for the Firebase products included. (#8731)
- Add code signatures to all of Firebase's binary artifacts (#12238).

# Firebase 10.23.1
- [Swift Package Manager / CocoaPods] Fixes the macOS/Catalyst xcframework
Expand Down
2 changes: 1 addition & 1 deletion FirebaseStorage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 10.24.0
- [fixed] `putFile` and `putFileAsync` now work in app extensions. A background session
configuration is not used when uploading from an app extension (#12579).

Expand Down
2 changes: 1 addition & 1 deletion Firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 10.24.0
- [feature] Enable queries with range & inequality filters on multiple fields. (#12416)

# 10.23.0
Expand Down
Loading