File tree Expand file tree Collapse file tree 34 files changed +152
-36
lines changed
firebase-inappmessaging-display
firebase-messaging-directboot
firebase-ml-modeldownloader Expand file tree Collapse file tree 34 files changed +152
-36
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+
4
+ # 22.0.1
2
5
* [ changed] Updated protobuf dependency to ` 3.25.5 ` to fix
3
6
[ CVE-2024 -7254] ( https://nvd.nist.gov/vuln/detail/CVE-2024-7254 ) .
4
7
8
+
9
+ ## Kotlin
10
+ The Kotlin extensions library transitively includes the updated
11
+ ` firebase-config ` library. The Kotlin extensions library has no additional
12
+ updates.
13
+
5
14
# 22.0.0
6
15
* [ changed] Bump internal dependencies
7
16
Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
#
16
16
17
- version =22.0.1
18
- latestReleasedVersion =22.0.0
17
+ version =22.0.2
18
+ latestReleasedVersion =22.0.1
19
19
android.enableUnitTestBinaryResources =true
20
20
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
- * [ changed] Updated ` firebase-crashlytics ` dependency to v19.2.1
3
2
4
3
4
+ # 19.2.1
5
+ * [ changed] Updated ` firebase-crashlytics ` dependency to v19.2.1
6
+
5
7
# 19.2.0
6
8
* [ changed] Updated ` firebase-crashlytics ` dependency to v19.2.0
7
9
Original file line number Diff line number Diff line change 1
- version =19.2.1
2
- latestReleasedVersion =19.2.0
1
+ version =19.2.2
2
+ latestReleasedVersion =19.2.1
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+
4
+ # 19.2.1
2
5
* [ changed] Updated protobuf dependency to ` 3.25.5 ` to fix
3
6
[ CVE-2024 -7254] ( https://nvd.nist.gov/vuln/detail/CVE-2024-7254 ) .
4
7
5
8
9
+ ## Kotlin
10
+ The Kotlin extensions library transitively includes the updated
11
+ ` firebase-crashlytics ` library. The Kotlin extensions library has no additional
12
+ updates.
13
+
6
14
# 19.2.0
7
15
* [ fixed] Improved data consistency for rapid user actions.
8
16
* [ fixed] Fixed exception propagation in the case of no default uncaught exception handler.
Original file line number Diff line number Diff line change 1
- version =19.2.1
2
- latestReleasedVersion =19.2.0
1
+ version =19.2.2
2
+ latestReleasedVersion =19.2.1
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+
4
+ # 16.0.0-beta02
2
5
* [ changed] Updated protobuf dependency to ` 3.25.5 ` to fix
3
6
[ CVE-2024 -7254] ( https://nvd.nist.gov/vuln/detail/CVE-2024-7254 ) .
4
7
Original file line number Diff line number Diff line change 1
- version =16.0.0-beta02
2
- latestReleasedVersion =16.0.0-beta01
1
+ version =16.0.0-beta03
2
+ latestReleasedVersion =16.0.0-beta02
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+
4
+ # 25.1.1
2
5
* [ changed] Update Firestore proto definitions. [ #6369 ] ( //github.com/firebase/firebase-android-sdk/pull/6369 )
3
6
* [ changed] Updated protobuf dependency to ` 3.25.5 ` to fix
4
7
[ CVE-2024 -7254] ( https://nvd.nist.gov/vuln/detail/CVE-2024-7254 ) .
5
8
9
+
10
+ ## Kotlin
11
+ The Kotlin extensions library transitively includes the updated
12
+ ` firebase-firestore ` library. The Kotlin extensions library has no additional
13
+ updates.
14
+
6
15
# 25.1.0
7
16
* [ feature] Add support for the VectorValue type. [ #6154 ] ( //github.com/firebase/firebase-android-sdk/pull/6154 )
8
17
Original file line number Diff line number Diff line change 1
- version =25.1.1
2
- latestReleasedVersion =25.1.0
1
+ version =25.1.2
2
+ latestReleasedVersion =25.1.1
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+
4
+ # 21.0.1
2
5
* [ changed] Updated protobuf dependency to ` 3.25.5 ` to fix
3
6
[ CVE-2024 -7254] ( https://nvd.nist.gov/vuln/detail/CVE-2024-7254 ) .
4
7
8
+
9
+ ## Kotlin
10
+ The Kotlin extensions library transitively includes the updated
11
+ ` firebase-inappmessaging-display ` library. The Kotlin extensions library has no additional
12
+ updates.
13
+
5
14
# 21.0.0
6
15
* [ fixed] Fixed bad token exception while showing FIAM
7
16
(GitHub [ #5567 ] ( //github.com/firebase/firebase-android-sdk/issues/5567 ) )
Original file line number Diff line number Diff line change 1
- version =21.0.1
2
- latestReleasedVersion =21.0.0
1
+ version =21.0.2
2
+ latestReleasedVersion =21.0.1
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+
4
+ # 21.0.1
2
5
* [ changed] Updated protobuf dependency to ` 3.25.5 ` to fix
3
6
[ CVE-2024 -7254] ( https://nvd.nist.gov/vuln/detail/CVE-2024-7254 ) .
4
7
8
+
9
+ ## Kotlin
10
+ The Kotlin extensions library transitively includes the updated
11
+ ` firebase-inappmessaging ` library. The Kotlin extensions library has no additional
12
+ updates.
13
+
5
14
# 21.0.0
6
15
* [ fixed] Fixed bad token exception while showing FIAM
7
16
(GitHub [ #5567 ] ( //github.com/firebase/firebase-android-sdk/issues/5567 ) )
8
17
(GitHub [ #5780 ] ( //github.com/firebase/firebase-android-sdk/issues/5780 ) )
9
18
19
+
10
20
## Kotlin
11
21
The Kotlin extensions library transitively includes the updated
12
22
` firebase-inappmessaging ` library. The Kotlin extensions library has no additional
Original file line number Diff line number Diff line change 1
- version =21.0.1
2
- latestReleasedVersion =21.0.0
1
+ version =21.0.2
2
+ latestReleasedVersion =21.0.1
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+
4
+ # 24.0.3
2
5
* [ changed] Updated protobuf dependency to ` 3.25.5 ` to fix
3
6
[ CVE-2024 -7254] ( https://github.com/advisories/GHSA-735f-pc8j-v9w8 ) .
4
7
Original file line number Diff line number Diff line change 1
- version =24.0.3
2
- latestReleasedVersion =24.0.2
1
+ version =24.0.4
2
+ latestReleasedVersion =24.0.3
3
3
android.enableUnitTestBinaryResources =true
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+
4
+ # 24.0.3
2
5
* [ changed] Updated protobuf dependency to ` 3.25.5 ` to fix
3
6
[ CVE-2024 -7254] ( https://nvd.nist.gov/vuln/detail/CVE-2024-7254 ) .
4
7
5
8
9
+ ## Kotlin
10
+ The Kotlin extensions library transitively includes the updated
11
+ ` firebase-messaging ` library. The Kotlin extensions library has no additional
12
+ updates.
13
+
6
14
# 24.0.2
7
15
* [ changed] Included message priority when logging to Firelog.
8
16
Original file line number Diff line number Diff line change 1
- version =24.0.3
2
- latestReleasedVersion =24.0.2
1
+ version =24.0.4
2
+ latestReleasedVersion =24.0.3
3
3
android.enableUnitTestBinaryResources =true
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+
4
+ # 25.0.1
2
5
* [ changed] Updated protobuf dependency to ` 3.25.5 ` to fix
3
6
[ CVE-2024 -7254] ( https://nvd.nist.gov/vuln/detail/CVE-2024-7254 ) .
4
7
5
8
9
+ ## Kotlin
10
+ The Kotlin extensions library transitively includes the updated
11
+ ` firebase-ml-modeldownloader ` library. The Kotlin extensions library has no additional
12
+ updates.
13
+
6
14
# 25.0.0
7
15
* [ changed] Bump internal dependencies
8
16
Original file line number Diff line number Diff line change 1
- version =25.0.1
2
- latestReleasedVersion =25.0.0
1
+ version =25.0.2
2
+ latestReleasedVersion =25.0.1
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+
4
+ # 21.0.2
2
5
* [ fixed] Fixed ` IllegalStateException ` that happened when starting a trace
3
6
before Firebase initializes.
4
7
* [ changed] Updated protobuf dependency to ` 3.25.5 ` to fix
5
8
[ CVE-2024 -7254] ( https://nvd.nist.gov/vuln/detail/CVE-2024-7254 ) .
6
9
10
+
11
+ ## Kotlin
12
+ The Kotlin extensions library transitively includes the updated
13
+ ` firebase-performance ` library. The Kotlin extensions library has no additional
14
+ updates.
15
+
7
16
# 21.0.1
8
17
* [ fixed] Fixed an ` ExceptionInInitializerError ` where the ` url.openStream() ` causes a crash if
9
18
FirebasePerf is not yet initialized (Github #5584 ).
Original file line number Diff line number Diff line change 15
15
#
16
16
#
17
17
18
- version =21.0.2
19
- latestReleasedVersion =21.0.1
18
+ version =21.0.3
19
+ latestReleasedVersion =21.0.2
20
20
android.enableUnitTestBinaryResources =true
21
21
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+
4
+ # 2.0.6
2
5
* [ changed] Updated protobuf dependency to ` 3.25.5 ` to fix
3
6
[ CVE-2024 -7254] ( https://github.com/advisories/GHSA-735f-pc8j-v9w8 ) .
4
7
5
8
9
+ ## Kotlin
10
+ The Kotlin extensions library transitively includes the updated
11
+ ` firebase-sessions ` library. The Kotlin extensions library has no additional
12
+ updates.
13
+
6
14
# 2.0.5
7
15
* [ unchanged] Updated to keep SDK versions aligned.
8
16
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- version =2.0.6
16
- latestReleasedVersion =2.0.5
15
+ version =2.0.7
16
+ latestReleasedVersion =2.0.6
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+
4
+ # 16.0.0
2
5
* [ feature] {{firebase_vertexai}} is now Generally Available (GA) and can be
3
6
used in production apps.
4
7
34
37
* [ changed] ** Breaking Change** : Marked ` GenerativeModel ` properties as private. (#6309 )
35
38
* [ changed] ** Breaking Change** : Changed ` method ` parameter type to be nullable in ` SafetySettings ` . (#6379 )
36
39
37
-
38
40
# 16.0.0-beta05
39
41
* [ changed] Merged core networking code into VertexAI from a separate library
40
42
* [ feature] added support for ` responseSchema ` in ` GenerationConfig ` .
50
52
* [ feature] Added support for ` responseMimeType ` in ` GenerationConfig ` .
51
53
* [ changed] Renamed ` GoogleGenerativeAIException ` to ` FirebaseVertexAIException ` .
52
54
* [ changed] Updated the KDocs for various classes and functions.
55
+
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- version =16.0.0
16
- latestReleasedVersion =16.0.0-beta06
15
+ version =16.0.1
16
+ latestReleasedVersion =16.0.0
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+
4
+ # 4.0.0
2
5
* [ changed] Updated protobuf dependency to ` 3.25.5 ` to fix
3
6
[ CVE-2024 -7254] ( https://github.com/advisories/GHSA-735f-pc8j-v9w8 ) .
4
7
5
8
9
+ ## Kotlin
10
+ The Kotlin extensions library transitively includes the updated
11
+ ` transport-api ` library. The Kotlin extensions library has no additional
12
+ updates.
13
+
6
14
# 3.2.0
7
15
* [ feature] Added new APIs to support passing extra context when logging an event.
8
16
9
17
# 3.1.0
10
18
* [ feature] Added new APIs to support passing a product id when logging an event.
19
+
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- version =4.0.0
16
- latestReleasedVersion =3.2 .0
15
+ version =4.0.1
16
+ latestReleasedVersion =4.0 .0
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+
4
+ # 4.0.0
2
5
* [ changed] Updated protobuf dependency to ` 3.25.5 ` to fix
3
6
[ CVE-2024 -7254] ( https://nvd.nist.gov/vuln/detail/CVE-2024-7254 ) .
4
7
5
8
9
+ ## Kotlin
10
+ The Kotlin extensions library transitively includes the updated
11
+ ` transport-backend-cct ` library. The Kotlin extensions library has no additional
12
+ updates.
13
+
6
14
# 3.3.0
7
15
* [ feature] Added support for additional event context.
8
16
9
17
# 3.2.0
10
18
* [ feature] Added support for product id.
19
+
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- version =4.0.0
16
- latestReleasedVersion =3.3 .0
15
+ version =4.0.1
16
+ latestReleasedVersion =4.0 .0
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ android {
57
57
}
58
58
59
59
dependencies {
60
- api project( ' :transport:transport -api' )
60
+ api " com.google.android.datatransport :transport-api:4.0.0 "
61
61
api project(' :transport:transport-runtime' )
62
62
api ' com.google.firebase:firebase-encoders:17.0.0'
63
63
api ' com.google.firebase:firebase-encoders-json:18.0.0'
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+
4
+ # 4.0.0
2
5
* [ changed] Updated protobuf dependency to ` 3.25.5 ` to fix
3
6
[ CVE-2024 -7254] ( https://nvd.nist.gov/vuln/detail/CVE-2024-7254 ) .
4
7
5
8
9
+ ## Kotlin
10
+ The Kotlin extensions library transitively includes the updated
11
+ ` transport-runtime ` library. The Kotlin extensions library has no additional
12
+ updates.
13
+
6
14
# 3.3.0
7
15
* [ feature] Added support for additional event context.
8
16
9
17
# 3.2.0
10
18
* [ unchanged] Updated internal Dagger dependency.
11
19
* [ feature] Added support for product id.
20
+
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- version =4.0.0
16
- latestReleasedVersion =3.3 .0
15
+ version =4.0.1
16
+ latestReleasedVersion =4.0 .0
17
17
android.enableUnitTestBinaryResources =true
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ dependencies {
105
105
exclude group : " javax.inject" , module : " javax.inject"
106
106
}
107
107
108
- api project( ' :transport:transport -api' )
108
+ api " com.google.android.datatransport :transport-api:4.0.0 "
109
109
api ' com.google.firebase:firebase-encoders:17.0.0'
110
110
api " com.google.firebase:firebase-encoders-proto:16.0.0"
111
111
You can’t perform that action at this time.
0 commit comments