Skip to content

Commit 1fc156e

Browse files
authored
[Firebase AI] Add Swift module name changelog (#15482)
1 parent bfd81cd commit 1fc156e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

FirebaseAI/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
# 12.5.0
1+
# 12.6.0
22
- [feature] Added support for
33
[Server Prompt Templates](https://firebase.google.com/docs/ai-logic/server-prompt-templates/get-started).
4+
5+
# 12.5.0
6+
- [changed] Renamed the `FirebaseAI` module to `FirebaseAILogic`. This is a non-breaking change.
7+
`FirebaseAI` references will continue to work until a future breaking change release. Going
8+
forward, imports should be changed to `import FirebaseAILogic` and the `FirebaseAILogic` Swift
9+
Package dependency should be selected. See the
10+
[Swift module name change](https://firebase.google.com/docs/ai-logic/faq-and-troubleshooting#swift-module-name-change)
11+
FAQ entry for more details.
412
- [fixed] Fixed a nanoseconds parsing issue in the Live API when receiving a
513
`LiveServerGoingAwayNotice` message. (#15410)
614
- [feature] Added support for sending video frames with the Live API via the `sendVideoRealtime`

0 commit comments

Comments
 (0)