|
1 | 1 | # Unreleased |
2 | 2 |
|
3 | | -- [feature] Added support for `ImageConfig` and `finishMessage`. (#8020) |
| 3 | +# 17.12.0 |
4 | 4 |
|
| 5 | +- [feature] Added support for `ImageConfig` and `finishMessage`. (#8020) |
5 | 6 | - [feature] Added a Java-friendly wrapper for TemplateChat interactions (`TemplateChatFutures`). |
6 | | - |
7 | | -- [feature] Added support for grounding with Google Maps. (#7950) |
8 | | - |
| 7 | +- [feature] Added support for [Maps Grounding](https://ai.google.dev/gemini-api/docs/maps-grounding) (#7950) |
9 | 8 | - [feature] Added the `turnComplete` argument to multiple `LiveSession.send()` methods. (#8014) |
10 | | - |
11 | 9 | - [fixed] Fixed `LiveGenerativeModel.connect()` not attaching the `X-Firebase-AppCheck` |
12 | 10 | header, causing Live API requests to be rejected when App Check is enforced on AI Logic. (#8060) |
13 | | - |
14 | 11 | - [feature] Added support for Java usage of Chat interactions using server prompt templates (#8065) |
15 | 12 |
|
16 | 13 | # 17.11.0 |
17 | 14 |
|
18 | 15 | - [deprecated] All Imagen models are deprecated and will shut down as early as June 2026. |
19 | 16 | As a replacement, you can [migrate your apps to use Gemini Image models (the "Nano Banana" models)](https://firebase.google.com/docs/ai-logic/imagen-models-migration). |
20 | | - |
21 | 17 | - [feature] Added support for Chat interactions using server prompt templates (#7986) |
22 | | - |
23 | 18 | - [feature] Added support for function calling in Chat interactions using server prompt templates (#8004) |
24 | | - |
25 | 19 | - [fixed] Fixed an issue causing network timeouts to throw the incorrect exception type, instead of |
26 | 20 | `RequestTimeoutException` (#7966) |
27 | | - |
28 | 21 | - [fixed] Fixed missing `toString()` implementation for `InferenceSource` (#7970) |
29 | | - |
30 | 22 | - [fixed] Fixed an issue causing the SDK to throw an exception if an unknown message was received |
31 | 23 | from the LiveAPI model, instead of ignoring it (#7975) |
32 | 24 |
|
@@ -181,3 +173,4 @@ using [specific Gemini models](/docs/vertex-ai/models). |
181 | 173 |
|
182 | 174 | Note: This feature is in Public Preview, which means that it is not subject to any SLA or |
183 | 175 | deprecation policy and could change in backwards-incompatible ways. |
| 176 | + |
0 commit comments