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

0 commit comments

Comments
 (0)