Skip to content

Commit b965293

Browse files
m180 mergeback (#8124)
Auto-generated PR for cleaning up release m180 NO_RELEASE_CHANGE Co-authored-by: rlazo <368578+rlazo@users.noreply.github.com> Co-authored-by: Rodrigo Lazo <rlazo@users.noreply.github.com>
1 parent c6f1521 commit b965293

24 files changed

Lines changed: 50 additions & 37 deletions

File tree

ai-logic/firebase-ai-ondevice-interop/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 16.0.0-beta02
4+
35
- [feature] Added support for model selection, required for nano-v4. (#8043)
46

57
# 16.0.0-beta01

ai-logic/firebase-ai-ondevice-interop/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=16.0.0-beta02
16-
latestReleasedVersion=16.0.0-beta01
15+
version=16.0.0-beta03
16+
latestReleasedVersion=16.0.0-beta02

ai-logic/firebase-ai-ondevice/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 16.0.0-beta02
4+
35
- [feature] Added support for model selection, required for nano-v4. (#8043)
46

57
# 16.0.0-beta01

ai-logic/firebase-ai-ondevice/firebase-ai-ondevice.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ kotlin {
6868

6969
dependencies {
7070
implementation(libs.genai.prompt)
71-
implementation(project(":ai-logic:firebase-ai-ondevice-interop"))
71+
implementation("com.google.firebase:firebase-ai-ondevice-interop:16.0.0-beta02")
7272

7373
implementation(libs.firebase.common)
7474
implementation(libs.firebase.components)

ai-logic/firebase-ai-ondevice/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=16.0.0-beta02
16-
latestReleasedVersion=16.0.0-beta01
15+
version=16.0.0-beta03
16+
latestReleasedVersion=16.0.0-beta02

ai-logic/firebase-ai/CHANGELOG.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,24 @@
11
# Unreleased
22

3-
- [feature] Added support for `ImageConfig` and `finishMessage`. (#8020)
3+
# 17.12.0
44

5+
- [feature] Added support for `ImageConfig` and `finishMessage`. (#8020)
56
- [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)
98
- [feature] Added the `turnComplete` argument to multiple `LiveSession.send()` methods. (#8014)
10-
119
- [fixed] Fixed `LiveGenerativeModel.connect()` not attaching the `X-Firebase-AppCheck`
1210
header, causing Live API requests to be rejected when App Check is enforced on AI Logic. (#8060)
13-
1411
- [feature] Added support for Java usage of Chat interactions using server prompt templates (#8065)
1512

1613
# 17.11.0
1714

1815
- [deprecated] All Imagen models are deprecated and will shut down as early as June 2026.
1916
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-
2117
- [feature] Added support for Chat interactions using server prompt templates (#7986)
22-
2318
- [feature] Added support for function calling in Chat interactions using server prompt templates (#8004)
24-
2519
- [fixed] Fixed an issue causing network timeouts to throw the incorrect exception type, instead of
2620
`RequestTimeoutException` (#7966)
27-
2821
- [fixed] Fixed missing `toString()` implementation for `InferenceSource` (#7970)
29-
3022
- [fixed] Fixed an issue causing the SDK to throw an exception if an unknown message was received
3123
from the LiveAPI model, instead of ignoring it (#7975)
3224

@@ -181,3 +173,4 @@ using [specific Gemini models](/docs/vertex-ai/models).
181173

182174
Note: This feature is in Public Preview, which means that it is not subject to any SLA or
183175
deprecation policy and could change in backwards-incompatible ways.
176+

ai-logic/firebase-ai/firebase-ai.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ dependencies {
9797
implementation("androidx.concurrent:concurrent-futures:1.2.0")
9898
implementation("androidx.concurrent:concurrent-futures-ktx:1.2.0")
9999
implementation("com.google.firebase:firebase-auth-interop:18.0.0")
100-
implementation(project(":ai-logic:firebase-ai-ondevice-interop"))
100+
implementation("com.google.firebase:firebase-ai-ondevice-interop:16.0.0-beta02")
101101

102102
// Use different logging libraries depending on the variant
103103
releaseImplementation(libs.slf4j.nop)

ai-logic/firebase-ai/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=17.12.0
16-
latestReleasedVersion=17.11.0
15+
version=17.12.1
16+
latestReleasedVersion=17.12.0

firebase-config/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 23.1.0
4+
35
- [fixed] Remote Config Realtime updates now trigger when a parameter's experiment
46
or variant assignment changes, ensuring more accurate A/B test analytics and
57
consistent user experiences. #8002

firebase-config/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
version=23.1.0
18-
latestReleasedVersion=23.0.1
17+
version=23.1.1
18+
latestReleasedVersion=23.1.0
1919
android.enableUnitTestBinaryResources=true
2020

0 commit comments

Comments
 (0)