Skip to content

Commit 2f15757

Browse files
authored
Fix release notes + dataconnect config (#6385)
Per [b/373637986](https://b.corp.google.com/issues/373637986), This fixes the release notes configuration for the `data-connect` SDK, as they seemed to be incorrect. This PR also fixes the following: - [b/373639079](https://b.corp.google.com/issues/373639079) -> Refactor github vuln links to `nist.gov` - [b/374115995](https://b.corp.google.com/issues/374115995) -> Fix VertexAI Javadocs
1 parent dd23959 commit 2f15757

File tree

18 files changed

+37
-20
lines changed

18 files changed

+37
-20
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Unreleased
22
* [changed] Updated protobuf dependency to `3.25.5` to fix
3-
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
3+
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).
44

firebase-config/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22
* [changed] Updated protobuf dependency to `3.25.5` to fix
3-
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
3+
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).
44

55
# 22.0.0
66
* [changed] Bump internal dependencies

firebase-crashlytics/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22
* [changed] Updated protobuf dependency to `3.25.5` to fix
3-
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
3+
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).
44

55

66
# 19.2.0

firebase-dataconnect/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22
* [changed] Updated protobuf dependency to `3.25.5` to fix
3-
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
3+
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).
44

55
# 16.0.0-beta01
66
* [feature] Initial release of the Data Connect SDK (public preview). Learn how to

firebase-dataconnect/firebase-dataconnect.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ firebaseLibrary {
3131
publishJavadoc = false
3232
previewMode = "beta"
3333
releaseNotes {
34-
name.set("{{firebase_data_connect}}")
35-
versionName.set("dataconnect")
34+
name.set("{{data_connect_short}}")
35+
versionName.set("data-connect")
3636
hasKTX.set(false)
3737
}
3838

firebase-firestore/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Unreleased
22
* [changed] Update Firestore proto definitions. [#6369](//github.com/firebase/firebase-android-sdk/pull/6369)
33
* [changed] Updated protobuf dependency to `3.25.5` to fix
4-
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
4+
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).
55

66
# 25.1.0
77
* [feature] Add support for the VectorValue type. [#6154](//github.com/firebase/firebase-android-sdk/pull/6154)

firebase-inappmessaging-display/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22
* [changed] Updated protobuf dependency to `3.25.5` to fix
3-
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
3+
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).
44

55
# 21.0.0
66
* [fixed] Fixed bad token exception while showing FIAM

firebase-inappmessaging/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22
* [changed] Updated protobuf dependency to `3.25.5` to fix
3-
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
3+
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).
44

55
# 21.0.0
66
* [fixed] Fixed bad token exception while showing FIAM

firebase-messaging/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22
* [changed] Updated protobuf dependency to `3.25.5` to fix
3-
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
3+
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).
44

55

66
# 24.0.2

firebase-ml-modeldownloader/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22
* [changed] Updated protobuf dependency to `3.25.5` to fix
3-
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
3+
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).
44

55

66
# 25.0.0

firebase-perf/CHANGELOG.md

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

67
# 21.0.1
78
* [fixed] Fixed an `ExceptionInInitializerError` where the `url.openStream()` causes a crash if

firebase-vertexai/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Unreleased
2+
* [feature] {{firebase_vertexai}} is now Generally Available (GA) and can be
3+
used in production apps.
4+
5+
Use the {{firebase_vertexai_sdk}} to call the {{gemini_api_vertexai_long}}
6+
directly from your app. This client SDK is built specifically for use with
7+
Android apps, offering security options against unauthorized clients
8+
as well as integrations with other Firebase services.
9+
10+
* If you're new to this library, visit the
11+
[getting started guide](/docs/vertex-ai/get-started?platform=android).
12+
13+
* If you were using the preview version of the library, visit the
14+
[migration guide](/docs/vertex-ai/migrate-to-ga?platform=android) to learn
15+
about some important updates.
216
* [changed] **Breaking Change**: Changed `functionCallingConfig` parameter type to be nullable in `ToolConfig`. (#6373)
317
* [changed] **Breaking Change**: Removed `functionResponse` accessor method from `GenerateContentResponse`. (#6373)
418
* [changed] **Breaking Change**: Migrated `FirebaseVertexAIException` from a sealed class to an abstract class, and marked constructors as internal. (#6368)

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/FirebaseVertexAI.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ internal constructor(
4242
/**
4343
* Instantiates a new [GenerativeModel] given the provided parameters.
4444
*
45-
* @param modelName The name of the model to use, for example "gemini-1.5-pro".
45+
* @param modelName The name of the model to use, for example `"gemini-1.5-pro"`.
4646
* @param generationConfig The configuration parameters to use for content generation.
4747
* @param safetySettings The safety bounds the model will abide to during content generation.
4848
* @param tools A list of [Tool]s the model may use to generate content.

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/java/ChatFutures.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import com.google.common.util.concurrent.ListenableFuture
2121
import com.google.firebase.vertexai.Chat
2222
import com.google.firebase.vertexai.type.Content
2323
import com.google.firebase.vertexai.type.GenerateContentResponse
24+
import com.google.firebase.vertexai.type.InvalidStateException
2425
import kotlinx.coroutines.reactive.asPublisher
2526
import org.reactivestreams.Publisher
2627

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/java/GenerativeModelFutures.kt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import com.google.firebase.vertexai.GenerativeModel
2222
import com.google.firebase.vertexai.java.ChatFutures.Companion.from
2323
import com.google.firebase.vertexai.type.Content
2424
import com.google.firebase.vertexai.type.CountTokensResponse
25+
import com.google.firebase.vertexai.type.FirebaseVertexAIException
2526
import com.google.firebase.vertexai.type.GenerateContentResponse
2627
import kotlinx.coroutines.reactive.asPublisher
2728
import org.reactivestreams.Publisher
@@ -65,13 +66,13 @@ public abstract class GenerativeModelFutures internal constructor() {
6566
public abstract fun countTokens(vararg prompt: Content): ListenableFuture<CountTokensResponse>
6667

6768
/**
68-
* Creates a [ChatFuture] instance which internally tracks the ongoing conversation with the
69+
* Creates a [ChatFutures] instance which internally tracks the ongoing conversation with the
6970
* model.
7071
*/
7172
public abstract fun startChat(): ChatFutures
7273

7374
/**
74-
* Creates a [ChatFuture] instance, initialized using the optionally provided [history].
75+
* Creates a [ChatFutures] instance, initialized using the optionally provided [history].
7576
*
7677
* @param history A list of previous interactions with the model to use as a starting point
7778
*/

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/Content.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import android.graphics.Bitmap
2424
* `Content` is composed of a one or more heterogeneous parts that can be represent data in
2525
* different formats, like text or images.
2626
*
27-
* @param role The producer of the content. Must be either 'user' or 'model'. By default, it's
28-
* "user".
27+
* @param role The producer of the content. Must be either `"user"` or `"model"`. By default, it's
28+
* `"user"`.
2929
* @param parts An ordered list of [Part] that constitute this content.
3030
*/
3131
public class Content

transport/transport-backend-cct/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22
* [changed] Updated protobuf dependency to `3.25.5` to fix
3-
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
3+
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).
44

55

66
# 3.3.0

transport/transport-runtime/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22
* [changed] Updated protobuf dependency to `3.25.5` to fix
3-
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).
3+
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).
44

55

66
# 3.3.0

0 commit comments

Comments
 (0)