Skip to content

Commit 7c2cd73

Browse files
committed
Add changelogs
1 parent 708e1e1 commit 7c2cd73

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

FirebaseAuth/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Unreleased
2+
- [fixed] Replaced unsafe uses of `os_unfair_lock` (#14548).
3+
14
# 11.9.0
25
- [changed] Using reCAPTCHA Enterprise and Firebase Auth requires reCAPTCHA
36
Enterprise 18.7.0 or later.

FirebaseFunctions/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Unreleased
2+
- [fixed] Replaced unsafe uses of `os_unfair_lock` (#14548).
3+
14
# 11.9.0
25
- [fixed] Fixed App Check token reporting to enable differentiating outdated
36
(`MISSING`) and inauthentic (`INVALID`) clients; see [Monitor App Check

FirebaseStorage/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Unreleased
2+
- [fixed] Replaced unsafe uses of `os_unfair_lock` (#14548).
3+
14
# 11.1.0
25
- [fixed] Fix a potential data race in Storage initialization. (#13369)
36

FirebaseVertexAI/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Unreleased
22
- [feature] The Vertex AI SDK no longer requires `@preconcurrency` when imported in Swift 6.
33
- [feature] The Vertex AI Sample App now includes an image generation example.
4+
- [fixed] Replaced unsafe uses of `os_unfair_lock` (#14548).
45

56
# 11.9.0
67
- [feature] **Public Preview**: Added support for generating images using the

0 commit comments

Comments
 (0)