Skip to content

Commit e5440a3

Browse files
authored
Merge branch 'main' into rl.format.fix.changelog.ai
2 parents bb39986 + 5188058 commit e5440a3

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

firebase-ai/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Unreleased
22

3+
- [feature] Added support for server templates via `TemplateGenerativeModel` and
4+
`TemplateImagenModel`. (#7503)
5+
36
# 17.5.0
47

58
- [changed] Added better scheduling and louder output for Live API.
69
- [changed] Added support for input and output transcription. (#7482)
710
- [feature] Added support for sending realtime audio and video in a `LiveSession`.
811
- [changed] Removed redundant internal exception types. (#7475)
9-
- [feature] Added support for server templates via `TemplateGenerativeModel` and
10-
`TemplateImagenModel`. (#7503)
1112

1213
# 17.4.0
1314

firebase-ai/gradle.properties

Lines changed: 1 addition & 1 deletion
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.5.1
15+
version=17.6.0
1616
latestReleasedVersion=17.5.0

firebase-crashlytics-ndk/CHANGELOG.md

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

3+
- [changed] Updated `firebase-crashlytics` dependency to 20.0.4
4+
35
# 20.0.3
46

57
- [changed] Bumped internal dependencies.

firebase-crashlytics/CHANGELOG.md

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

3+
- [changed] Updated `firebase-sessions` dependency to v3.0.4
4+
35
# 20.0.3
46

57
- [fixed] Made creating DataStore files more resilient [#7440]

firebase-dataconnect/CHANGELOG.md

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

3+
- [changed] Internal refactor for managing Auth and App Check tokens
4+
[#7485](https://github.com/firebase/firebase-android-sdk/pull/7485))
5+
36
# 17.1.1
47

58
- [changed] Internal refactor for managing Auth and App Check tokens
6-
([#7484](https://github.com/firebase/firebase-android-sdk/pull/7484),
7-
[#7485](https://github.com/firebase/firebase-android-sdk/pull/7485))
9+
([#7484](https://github.com/firebase/firebase-android-sdk/pull/7484)
810

911
# 17.1.0
1012

firebase-sessions/CHANGELOG.md

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

3+
- [fixed] Fixed a bug when the app foregrounds before Sessions has initialized (#7519)
4+
35
# 3.0.3
46

57
- [fixed] Made creating DataStore files more resilient (#7440)

0 commit comments

Comments
 (0)