Skip to content
Merged
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
10 changes: 9 additions & 1 deletion FirebaseAI/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# 12.5.0
# 12.6.0
- [feature] Added support for
[Server Prompt Templates](https://firebase.google.com/docs/ai-logic/server-prompt-templates/get-started).

# 12.5.0
- [changed] Renamed the `FirebaseAI` module to `FirebaseAILogic`. This is a non-breaking change.
`FirebaseAI` references will continue to work until a future breaking change release. Going
forward, imports should be changed to `import FirebaseAILogic` and the `FirebaseAILogic` Swift
Package dependency should be selected. See the
[Swift module name change](https://firebase.google.com/docs/ai-logic/faq-and-troubleshooting#swift-module-name-change)
FAQ entry for more details.
- [fixed] Fixed a nanoseconds parsing issue in the Live API when receiving a
`LiveServerGoingAwayNotice` message. (#15410)
- [feature] Added support for sending video frames with the Live API via the `sendVideoRealtime`
Expand Down
Loading