Skip to content
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
10 changes: 10 additions & 0 deletions firebase-appdistribution-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Unreleased


# 16.0.0-beta15
* [unchanged] Updated to accommodate the release of the updated
[appdistro] library.


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-appdistribution-api` library. The Kotlin extensions library has no additional
updates.

# 16.0.0-beta14
* [unchanged] Updated to accommodate the release of the updated
[appdistro] library.
Expand Down
4 changes: 2 additions & 2 deletions firebase-appdistribution-api/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=16.0.0-beta15
latestReleasedVersion=16.0.0-beta14
version=16.0.0-beta16
latestReleasedVersion=16.0.0-beta15
3 changes: 3 additions & 0 deletions firebase-appdistribution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased


# 16.0.0-beta15
* [fixed] Added custom tab support for more browsers [#6692]

# 16.0.0-beta14
Expand Down
4 changes: 2 additions & 2 deletions firebase-appdistribution/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=16.0.0-beta15
latestReleasedVersion=16.0.0-beta14
version=16.0.0-beta16
latestReleasedVersion=16.0.0-beta15
3 changes: 3 additions & 0 deletions firebase-crashlytics-ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased


# 19.4.2
* [changed] Updated `firebase-crashlytics` dependency to v19.4.2

# 19.4.1
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=19.4.2
latestReleasedVersion=19.4.1
version=19.4.3
latestReleasedVersion=19.4.2
8 changes: 8 additions & 0 deletions firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Unreleased


# 19.4.2
* [changed] Internal changes to read version control info more efficiently [#6754]
* [fixed] Fixed NoSuchMethodError when getting process info on Android 13 on some devices [#6720]
* [changed] Updated `firebase-sessions` dependency to v2.1.0
* [changed] Add warning for known issue [b/328687152](https://issuetracker.google.com/328687152) [#6755]
* [changed] Updated datastore dependency to v1.1.3 to fix [CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8) [#6688]


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-crashlytics` library. The Kotlin extensions library has no additional
updates.

# 19.4.1
* [changed] Updated `firebase-sessions` dependency to v2.0.9

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=19.4.2
latestReleasedVersion=19.4.1
version=19.4.3
latestReleasedVersion=19.4.2
6 changes: 3 additions & 3 deletions firebase-dataconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Unreleased
* [changed] Removed the "beta" suffix from the version of the Firebase Data
Connect Android SDK, thus graduating it from "beta" to "generally available".
([#6792](https://github.com/firebase/firebase-android-sdk/pull/6792))


# 16.0.0-beta05
* [changed] Changed gRPC proto package to v1 (was v1beta).
([#6729](https://github.com/firebase/firebase-android-sdk/pull/6729))

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=16.0.0
latestReleasedVersion=16.0.0-beta04
version=16.0.0-beta06
latestReleasedVersion=16.0.0-beta05
8 changes: 8 additions & 0 deletions firebase-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Unreleased


# 25.1.3
* [fixed] Use lazy encoding in UTF-8 encoded byte comparison for strings to solve performance issues. [#6706](//github.com/firebase/firebase-android-sdk/pull/6706)
* [changed] Updated `protolite-well-known-types` dependency to `18.0.1`. [#6716]


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-firestore` library. The Kotlin extensions library has no additional
updates.

# 25.1.2
* [fixed] Fixed a server and sdk mismatch in unicode string sorting. [#6615](//github.com/firebase/firebase-android-sdk/pull/6615)

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=25.1.3
latestReleasedVersion=25.1.2
version=25.1.4
latestReleasedVersion=25.1.3
8 changes: 8 additions & 0 deletions firebase-functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Unreleased


# 21.2.0
* [feature] Streaming callable functions are now supported.
* [fixed] Fixed an issue that prevented the App Check token from being handled correctly in case of error.


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-functions` library. The Kotlin extensions library has no additional
updates.

# 21.1.1
* [fixed] Resolve Kotlin migration visibility issues
([#6522](//github.com/firebase/firebase-android-sdk/pull/6522))
Expand Down
4 changes: 2 additions & 2 deletions firebase-functions/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=21.2.0
latestReleasedVersion=21.1.1
version=21.2.1
latestReleasedVersion=21.2.0
android.enableUnitTestBinaryResources=true
8 changes: 8 additions & 0 deletions firebase-inappmessaging-display/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Unreleased


# 21.0.2
* [changed] Updated `protolite-well-known-types` dependency to `18.0.1`. [#6716]


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-inappmessaging-display` library. The Kotlin extensions library has no additional
updates.

# 21.0.1
* [changed] Updated protobuf dependency to `3.25.5` to fix
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).
Expand Down
4 changes: 2 additions & 2 deletions firebase-inappmessaging-display/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=21.0.2
latestReleasedVersion=21.0.1
version=21.0.3
latestReleasedVersion=21.0.2
8 changes: 8 additions & 0 deletions firebase-inappmessaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Unreleased


# 21.0.2
* [changed] Updated `protolite-well-known-types` dependency to `18.0.1`. [#6716]


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-inappmessaging` library. The Kotlin extensions library has no additional
updates.

# 21.0.1
* [changed] Updated protobuf dependency to `3.25.5` to fix
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).
Expand Down
4 changes: 2 additions & 2 deletions firebase-inappmessaging/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=21.0.2
latestReleasedVersion=21.0.1
version=21.0.3
latestReleasedVersion=21.0.2
3 changes: 3 additions & 0 deletions firebase-messaging-directboot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Unreleased


# 24.1.1
* [unchanged] Updated to keep messaging SDK versions aligned.

# 24.1.0
* [unchanged] Updated to keep messaging SDK versions aligned.

Expand Down
4 changes: 2 additions & 2 deletions firebase-messaging-directboot/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=24.1.1
latestReleasedVersion=24.1.0
version=24.1.2
latestReleasedVersion=24.1.1
android.enableUnitTestBinaryResources=true
8 changes: 8 additions & 0 deletions firebase-messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Unreleased


# 24.1.1
* [changed] Bug fix in SyncTask to always unregister the receiver on the same
context on which it was registered.


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-messaging` library. The Kotlin extensions library has no additional
updates.

# 24.1.0
* [deprecated] Deprecated additional FCM upstream messaging methods and updated
all upstream methods to indicate they are now decommissioned. See the
Expand Down
4 changes: 2 additions & 2 deletions firebase-messaging/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=24.1.1
latestReleasedVersion=24.1.0
version=24.1.2
latestReleasedVersion=24.1.1
android.enableUnitTestBinaryResources=true
8 changes: 8 additions & 0 deletions firebase-perf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Unreleased


# 21.0.5
* [changed] Updated `protolite-well-known-types` dependency to v18.0.1 [#6716]
* [fixed] Fixed a bug that allowed invalid payload bytes value in network request metrics [#6721]


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-performance` library. The Kotlin extensions library has no additional
updates.

# 21.0.4
* [fixed] Fixed a performance issue with shared preferences
calling `.apply()` every time a value is read from remote config (#6407)
Expand Down
4 changes: 2 additions & 2 deletions firebase-perf/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
#

version=21.0.5
latestReleasedVersion=21.0.4
version=21.0.6
latestReleasedVersion=21.0.5
android.enableUnitTestBinaryResources=true

8 changes: 8 additions & 0 deletions firebase-sessions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Unreleased


# 2.1.0
* [changed] Add warning for known issue b/328687152
* [changed] Use Dagger for dependency injection
* [changed] Updated datastore dependency to v1.1.3 to
fix [CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-sessions` library. The Kotlin extensions library has no additional
updates.

# 2.0.9
* [fixed] Make AQS resilient to background init in multi-process apps.

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=2.1.0
latestReleasedVersion=2.0.9
version=2.1.1
latestReleasedVersion=2.1.0
9 changes: 9 additions & 0 deletions protolite-well-known-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Unreleased


# 18.0.1
* [changed] Updated protobuf dependency to `3.25.5` to fix [CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8).


## Kotlin
The Kotlin extensions library transitively includes the updated
`protolite-well-known-types` library. The Kotlin extensions library has no additional
updates.

4 changes: 2 additions & 2 deletions protolite-well-known-types/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IMPORTANT (b/285892320) Keep version and latestReleasedVersion in sync
# unless you are releasing a new version of the library to prevent issues
# with transitive dependencies.
version=18.0.1
latestReleasedVersion=18.0.0
version=18.0.2
latestReleasedVersion=18.0.1
Loading