Skip to content
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 FirebaseFunctions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 11.10.0
- [added] Streaming callable functions are now supported.

# 11.9.0
Expand Down
2 changes: 1 addition & 1 deletion FirebaseRemoteConfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 11.10.0
- [fixed] Codable APIs now accept optional `FirebaseDataEncoder` and
`FirebaseDataDecoder` parameters, allowing for customization of
encoding/decoding behavior. (#14368)
Expand Down
2 changes: 1 addition & 1 deletion FirebaseVertexAI/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 11.10.0
- [feature] The Vertex AI SDK no longer requires `@preconcurrency` when imported in Swift 6.
- [feature] The Vertex AI Sample App now includes an image generation example.
- [changed] The Vertex AI Sample App is now part of the
Expand Down
Loading