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
9 changes: 6 additions & 3 deletions firebase-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@

* [changed] Added a `dilation` parameter to `ImagenMaskReference.generateMaskAndPadForOutpainting`
(#7260)
* [feature] Added support for limited-use tokens with Firebase App Check. These short-lived tokens
provide greater protection for the APIs that give you access to Gemini and Imagen models. Learn
how to [enable usage of limited-use tokens](https://firebase.google.com/docs/ai-logic/app-check).
* [feature] Added support for limited-use tokens with Firebase App Check.
These limited-use tokens are required for an upcoming optional feature called
_replay protection_. We recommend
[enabling the usage of limited-use tokens](https://firebase.google.com/docs/ai-logic/app-check)
now so that when replay protection becomes available, you can enable it sooner
because more of your users will be on versions of your app that send limited-use tokens.
(#7285)

# 17.1.0
Expand Down
Loading