Skip to content

[v9.6.0] Update CHANGELOGs for macOS keychain fix #10181

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 3 commits into from
Sep 7, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
7 changes: 7 additions & 0 deletions FirebaseAppCheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 9.6.0
- [fixed] Mac apps using this product will no longer prompt the user for
permission when storing/retrieving SDK data in the keychain. Using this
product on macOS now requires that the target be signed with a
provisioning profile that has the Keychain Sharing capability
enabled. (#9392)

# 9.5.0
- [added] DeviceCheck and App Attest providers are supported by watchOS 9.0+. (#10094, #10098)
- [added] App Attest provider availability updated to support tvOS 15.0+. (#10093)
Expand Down
4 changes: 4 additions & 0 deletions FirebaseCore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Firebase 9.6.0
- [fixed] Mac apps using Firebase products that store SDK data in the keychain
will no longer prompt the user for permission to access the keychain. This
requires that Mac apps using Firebase be signed with a provisioning profile
that has the Keychain Sharing capability enabled. (#9392)
- [fixed] Update dependency specification for GTMSessionFetcher to allow all 2.x versions. (#10131)

# Firebase 9.5.0
Expand Down
7 changes: 7 additions & 0 deletions FirebaseInstallations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 9.6.0
- [fixed] Mac apps using this product will no longer prompt the user for
permission when storing/retrieving SDK data in the keychain. Using this
product on macOS now requires that the target be signed with a
provisioning profile that has the Keychain Sharing capability
enabled. (#9392)

# 9.0.0
- [fixed] Swift-only: Updated symbol name kFirebaseInstallationsErrorDomain to
InstallationsErrorDomain. (#9275)
Expand Down
7 changes: 7 additions & 0 deletions FirebaseMessaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 9.6.0
- [fixed] Mac apps using this product will no longer prompt the user for
permission when storing/retrieving SDK data in the keychain. Using this
product on macOS now requires that the target be signed with a
provisioning profile that has the Keychain Sharing capability
enabled. (#9392)

# 8.12.0
- [changed] Improved reporting for SQLite errors when failing to open a local database (#8699).

Expand Down