Skip to content

Fix release notes + dataconnect config #6385

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Oct 17, 2024
Merged
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
2 changes: 1 addition & 1 deletion encoders/firebase-encoders-proto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
* [changed] Updated protobuf dependency to `3.25.5` to fix
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).

2 changes: 1 addition & 1 deletion firebase-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased
* [changed] Updated protobuf dependency to `3.25.5` to fix
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).

# 22.0.0
* [changed] Bump internal dependencies
Expand Down
2 changes: 1 addition & 1 deletion firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased
* [changed] Updated protobuf dependency to `3.25.5` to fix
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).


# 19.2.0
Expand Down
2 changes: 1 addition & 1 deletion firebase-dataconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased
* [changed] Updated protobuf dependency to `3.25.5` to fix
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).

# 16.0.0-beta01
* [feature] Initial release of the Data Connect SDK (public preview). Learn how to
Expand Down
4 changes: 2 additions & 2 deletions firebase-dataconnect/firebase-dataconnect.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ firebaseLibrary {
publishJavadoc = false
previewMode = "beta"
releaseNotes {
name.set("{{firebase_data_connect}}")
versionName.set("dataconnect")
name.set("{{data_connect_short}}")
versionName.set("data-connect")
hasKTX.set(false)
}

Expand Down
2 changes: 1 addition & 1 deletion firebase-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Unreleased
* [changed] Update Firestore proto definitions. [#6369](//github.com/firebase/firebase-android-sdk/pull/6369)
* [changed] Updated protobuf dependency to `3.25.5` to fix
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).

# 25.1.0
* [feature] Add support for the VectorValue type. [#6154](//github.com/firebase/firebase-android-sdk/pull/6154)
Expand Down
2 changes: 1 addition & 1 deletion firebase-inappmessaging-display/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased
* [changed] Updated protobuf dependency to `3.25.5` to fix
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).

# 21.0.0
* [fixed] Fixed bad token exception while showing FIAM
Expand Down
2 changes: 1 addition & 1 deletion firebase-inappmessaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased
* [changed] Updated protobuf dependency to `3.25.5` to fix
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).

# 21.0.0
* [fixed] Fixed bad token exception while showing FIAM
Expand Down
2 changes: 1 addition & 1 deletion firebase-messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased
* [changed] Updated protobuf dependency to `3.25.5` to fix
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).


# 24.0.2
Expand Down
2 changes: 1 addition & 1 deletion firebase-ml-modeldownloader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased
* [changed] Updated protobuf dependency to `3.25.5` to fix
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).


# 25.0.0
Expand Down
5 changes: 3 additions & 2 deletions firebase-perf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Unreleased
* [fixed] Fix IllegalStateException when starting a trace before Firebase initializes.
* [fixed] Fixed `IllegalStateException` that happened when starting a trace
before Firebase initializes.
* [changed] Updated protobuf dependency to `3.25.5` to fix
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).

# 21.0.1
* [fixed] Fixed an `ExceptionInInitializerError` where the `url.openStream()` causes a crash if
Expand Down
14 changes: 14 additions & 0 deletions firebase-vertexai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Unreleased
* [feature] {{firebase_vertexai}} is now Generally Available (GA) and can be
used in production apps.

Use the {{firebase_vertexai_sdk}} to call the {{gemini_api_vertexai_long}}
directly from your app. This client SDK is built specifically for use with
Android apps, offering security options against unauthorized clients
as well as integrations with other Firebase services.

* If you're new to this library, visit the
[getting started guide](/docs/vertex-ai/get-started?platform=android).

* If you were using the preview version of the library, visit the
[migration guide](/docs/vertex-ai/migrate-to-ga?platform=android) to learn
about some important updates.
* [changed] **Breaking Change**: Changed `functionCallingConfig` parameter type to be nullable in `ToolConfig`. (#6373)
* [changed] **Breaking Change**: Removed `functionResponse` accessor method from `GenerateContentResponse`. (#6373)
* [changed] **Breaking Change**: Migrated `FirebaseVertexAIException` from a sealed class to an abstract class, and marked constructors as internal. (#6368)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ internal constructor(
/**
* Instantiates a new [GenerativeModel] given the provided parameters.
*
* @param modelName The name of the model to use, for example "gemini-1.5-pro".
* @param modelName The name of the model to use, for example `"gemini-1.5-pro"`.
* @param generationConfig The configuration parameters to use for content generation.
* @param safetySettings The safety bounds the model will abide to during content generation.
* @param tools A list of [Tool]s the model may use to generate content.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import com.google.common.util.concurrent.ListenableFuture
import com.google.firebase.vertexai.Chat
import com.google.firebase.vertexai.type.Content
import com.google.firebase.vertexai.type.GenerateContentResponse
import com.google.firebase.vertexai.type.InvalidStateException
import kotlinx.coroutines.reactive.asPublisher
import org.reactivestreams.Publisher

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import com.google.firebase.vertexai.GenerativeModel
import com.google.firebase.vertexai.java.ChatFutures.Companion.from
import com.google.firebase.vertexai.type.Content
import com.google.firebase.vertexai.type.CountTokensResponse
import com.google.firebase.vertexai.type.FirebaseVertexAIException
import com.google.firebase.vertexai.type.GenerateContentResponse
import kotlinx.coroutines.reactive.asPublisher
import org.reactivestreams.Publisher
Expand Down Expand Up @@ -65,13 +66,13 @@ public abstract class GenerativeModelFutures internal constructor() {
public abstract fun countTokens(vararg prompt: Content): ListenableFuture<CountTokensResponse>

/**
* Creates a [ChatFuture] instance which internally tracks the ongoing conversation with the
* Creates a [ChatFutures] instance which internally tracks the ongoing conversation with the
* model.
*/
public abstract fun startChat(): ChatFutures

/**
* Creates a [ChatFuture] instance, initialized using the optionally provided [history].
* Creates a [ChatFutures] instance, initialized using the optionally provided [history].
*
* @param history A list of previous interactions with the model to use as a starting point
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import android.graphics.Bitmap
* `Content` is composed of a one or more heterogeneous parts that can be represent data in
* different formats, like text or images.
*
* @param role The producer of the content. Must be either 'user' or 'model'. By default, it's
* "user".
* @param role The producer of the content. Must be either `"user"` or `"model"`. By default, it's
* `"user"`.
* @param parts An ordered list of [Part] that constitute this content.
*/
public class Content
Expand Down
2 changes: 1 addition & 1 deletion transport/transport-backend-cct/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased
* [changed] Updated protobuf dependency to `3.25.5` to fix
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).


# 3.3.0
Expand Down
2 changes: 1 addition & 1 deletion transport/transport-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased
* [changed] Updated protobuf dependency to `3.25.5` to fix
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).


# 3.3.0
Expand Down
Loading