Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 5 additions & 3 deletions firebase-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 17.8.0

- [feature] Added support for configuring thinking levels with Gemini 3 series
models and onwards. (#7599)
- [changed] Added `equals()` function to `GenerativeBackend`.
Expand Down Expand Up @@ -116,10 +118,10 @@
If you're using the old `firebase-vertexai`, we recommend
[migrating to `firebase-ai`](/docs/ai-logic/migrate-to-latest-sdk) because all new development and
features will be in this new SDK.

- [feature] **Preview:** Added support for specifying response modalities in `GenerationConfig`
(only available in the new `firebase-ai` package). This includes support for image generation
using [specific Gemini models](/docs/vertex-ai/models).
(only available in the new `firebase-ai` package). This includes support for image generation
using [specific Gemini models](/docs/vertex-ai/models).

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

4 changes: 2 additions & 2 deletions firebase-ai/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=17.8.0
latestReleasedVersion=17.7.0
version=17.8.1
latestReleasedVersion=17.8.0
2 changes: 2 additions & 0 deletions firebase-crashlytics-ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 20.0.4

- [changed] Updated `firebase-crashlytics` dependency to 20.0.4

# 20.0.3
Expand Down
4 changes: 2 additions & 2 deletions firebase-crashlytics-ndk/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=20.0.4
latestReleasedVersion=20.0.3
version=20.0.5
latestReleasedVersion=20.0.4
2 changes: 2 additions & 0 deletions firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 20.0.4

- [changed] Updated `firebase-sessions` dependency to v3.0.4

# 20.0.3
Expand Down
4 changes: 2 additions & 2 deletions firebase-crashlytics/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=20.0.4
latestReleasedVersion=20.0.3
version=20.0.5
latestReleasedVersion=20.0.4
2 changes: 2 additions & 0 deletions firebase-dataconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 17.1.3

- [changed] Internal refactor for reporting "paths" in response data.
[#7613](https://github.com/firebase/firebase-android-sdk/pull/7613))

Expand Down
4 changes: 2 additions & 2 deletions firebase-dataconnect/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=17.1.3
latestReleasedVersion=17.1.2
version=17.1.4
latestReleasedVersion=17.1.3
2 changes: 1 addition & 1 deletion firebase-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[#7388](//github.com/firebase/firebase-android-sdk/pull/7388)
- [changed] Improve query performance by using an unsorted HashMap instead of a sorted TreeMap.
[#7389](//github.com/firebase/firebase-android-sdk/pull/7389)
* [changed] Add `java.time.Instant` support to `DocumentSnapshot.toObject()`,
- [changed] Add `java.time.Instant` support to `DocumentSnapshot.toObject()`,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the change in the firestore changelog this and not adding the right version after "Unreleased?

`DocumentReference.set()`, `DocumentReference.update()`, and similar.
[#6235](//github.com/firebase/firebase-android-sdk/pull/6235)

Expand Down
4 changes: 2 additions & 2 deletions firebase-firestore/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=26.1.0
latestReleasedVersion=26.0.3
version=26.1.1
latestReleasedVersion=26.1.0
2 changes: 2 additions & 0 deletions firebase-sessions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 3.0.4

- [fixed] Fixed a bug when the app foregrounds before Sessions has initialized (#7519)
- [changed] Restore SessionLifecycleService as no-op

Expand Down
4 changes: 2 additions & 2 deletions firebase-sessions/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=3.0.4
latestReleasedVersion=3.0.3
version=3.0.5
latestReleasedVersion=3.0.4
Loading