Skip to content

Update sdk versions #4844

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 6 commits into from
Apr 4, 2023
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
6 changes: 6 additions & 0 deletions appcheck/firebase-appcheck/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
# 16.1.2
* [unchanged] Updated to keep [app_check] SDK versions aligned.


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

# 16.1.1
* [changed] Migrated [app_check] SDKs to use standard Firebase executors.
(GitHub [#4431](//github.com/firebase/firebase-android-sdk/issues/4431){: .external}
Expand Down
21 changes: 17 additions & 4 deletions firebase-appdistribution-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,26 @@
* [fixed] Fixed a crash when showing feedback notification on devices running Android 4 and below.

# 16.0.0-beta07
* [feature] Adds support for attaching JPEG screenshots to tester feedback.
* [feature] Added support for testers to attach JPEG screenshots to their
feedback.


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

# 16.0.0-beta06
* [feature] Adds support for in-app tester feedback. To learn more, see
* [feature] Added support for in-app tester feedback. To learn more, see
[Collect feedback from testers](/docs/app-distribution/collect-feedback-from-testers?platform=android).
* [fixed] Fixed a bug where only the last listener added to an `UpdateTask` using
`addOnProgressListener()` would receive updates.
* [fixed] Fixed a bug where only the last listener added to an `UpdateTask`
using `addOnProgressListener()` would receive updates.


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

# 16.0.0-beta05
* [unchanged] Updated to accommodate the release of the updated
Expand Down
9 changes: 5 additions & 4 deletions firebase-appdistribution/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
* [fixed] Fixed a crash when showing feedback notification on devices running Android 4 and below.

# 16.0.0-beta07
* [feature] Adds support for attaching JPEG screenshots to tester feedback.
* [feature] Added support for testers to attach JPEG screenshots to their
feedback.

# 16.0.0-beta06
* [feature] Adds support for in-app tester feedback. To learn more, see
* [feature] Added support for in-app tester feedback. To learn more, see
[Collect feedback from testers](/docs/app-distribution/collect-feedback-from-testers).
* [fixed] Fixed a bug where only the last listener added to an `UpdateTask` using
`addOnProgressListener()` would receive updates.
* [fixed] Fixed a bug where only the last listener added to an `UpdateTask`
using `addOnProgressListener()` would receive updates.

# 16.0.0-beta05
* [unchanged] Updated to accommodate the release of the updated
Expand Down
4 changes: 2 additions & 2 deletions firebase-common/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=20.3.2
latestReleasedVersion=20.3.1
version=20.3.3
latestReleasedVersion=20.3.2
android.enableUnitTestBinaryResources=true
11 changes: 10 additions & 1 deletion firebase-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Unreleased
* [feature] Added support for real-time config updates. To learn more, see [Get started with Firebase Remote Config](https://firebase.google.com/docs/remote-config/get-started?platform=android).

# 21.3.0
* [feature] Added support for real-time config updates. To learn more, see
[Get started with [firebase_remote_config]](/docs/remote-config/get-started?platform=android#add-real-time-listener).


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

# 21.2.1
* [changed] Migrated [remote_config] to use standard Firebase executors.
Expand Down
4 changes: 2 additions & 2 deletions firebase-config/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

version=21.3.0
latestReleasedVersion=21.2.1
version=21.3.1
latestReleasedVersion=21.3.0
android.enableUnitTestBinaryResources=true

5 changes: 4 additions & 1 deletion firebase-crashlytics-ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Unreleased

# 18.3.6
* [changed] Updated `firebase-crashlytics` dependency to v18.3.6.

# 18.3.5
* [fixed] Updated `firebase-common` to its latest version (v20.3.0) to fix an
issue that was causing a nondeterministic crash on startup.

* [changed] Updated `firebase-crashlytics` dependency to v18.3.5.
* [changed] Updated `firebase-crashlytics` dependency to v18.3.5.
# 18.3.4
<aside class="caution">This version of <code>firebase-crashlytics-ndk</code> can
cause a nondeterministic crash on startup. For more information, see
Expand Down Expand Up @@ -204,3 +206,4 @@ change. The following release notes describe changes in the new SDK.
uploading symbol files to [crashlytics] servers. See the
[[crashlytics] Gradle plugin documentation](/docs/crashlytics/ndk-reports-new-sdk)
for more information.

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=18.3.6
latestReleasedVersion=18.3.5
version=18.3.7
latestReleasedVersion=18.3.6
18 changes: 15 additions & 3 deletions firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Unreleased
* [changed] Added support for reporting GWP-ASan crashes on supported API levels.(#4721)
* [changed] Improved crash reporting reliability for crashes that occur early in the app's
lifecycle.(#4608, #4786)

# 18.3.6
* [feature] Added support for upcoming [crashlytics] features to report
GWP-ASan crashes on supported API levels.
(GitHub [#4721](https://github.com/firebase/firebase-android-sdk/pull/4721){: .external})

* [changed] Improved crash reporting reliability for crashes that occur early
in the app's lifecycle.
(GitHub [#4608](https://github.com/firebase/firebase-android-sdk/pull/4608){: .external}, [#4786](https://github.com/firebase/firebase-android-sdk/pull/4786){: .external})


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

# 18.3.5
* [fixed] Updated `firebase-common` to its latest version (v20.3.0) to fix an
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=18.3.6
latestReleasedVersion=18.3.5
version=18.3.7
latestReleasedVersion=18.3.6
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=24.4.5
latestReleasedVersion=24.4.4
version=24.4.6
latestReleasedVersion=24.4.5
13 changes: 10 additions & 3 deletions firebase-inappmessaging-display/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Unreleased

# 20.3.1
* [fixed] Fixed nullpointer crash #4214
* [changed] Updated grpc to 1.52.1 and javalite, protoc, protobufjavautil to 3.21.11.
* [fixed] Fixed nullpointer crash
([GitHub Issue #4214](//github.com/firebase/firebase-android-sdk/issues/4214))
* [changed] Updated gRPC to 1.52.1, and updated JavaLite, protoc,
protobuf-java-util to 3.21.11.


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

# 20.3.0
* [changed] Migrated [inappmessaging] Display to use standard Firebase
Expand All @@ -21,7 +29,6 @@ The Kotlin extensions library transitively includes the updated
`firebase-inappmessaging-display` library. The Kotlin extensions library has no additional
updates.


# 20.2.0
* [fixed] Fixed a bug that prevented marking more than one message as
impressed.
Expand Down
13 changes: 11 additions & 2 deletions firebase-inappmessaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Unreleased

# 20.3.1
* [fixed] Fixed nullpointer crash #4214
* [changed] Updated grpc to 1.52.1 and javalite, protoc, protobufjavautil to 3.21.11.
* [fixed] Fixed nullpointer crash
([GitHub Issue #4214](//github.com/firebase/firebase-android-sdk/issues/4214))

* [changed] Updated gRPC to 1.52.1, and updated JavaLite, protoc,
protobuf-java-util to 3.21.11.


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

# 20.3.0
* [changed] Migrated [inappmessaging] to use standard Firebase executors.
Expand Down
2 changes: 1 addition & 1 deletion firebase-messaging-directboot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased

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

# 23.1.1
Expand Down
12 changes: 10 additions & 2 deletions firebase-messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Unreleased

# 23.1.2
* [fixed] Fix a breakage related to Jetpack core library related to [upstream update](https://android-review.googlesource.com/c/platform/frameworks/support/+/2399893)
* [changed] Updated javalite, protoc, protobufjavautil to 3.21.11.
* [fixed] Fixed a breakage related to Jetpack core library related to an
[upstream update](https://android-review.googlesource.com/c/platform/frameworks/support/+/2399893).
* [changed] Updated JavaLite, protoc, protobuf-java-util to 3.21.11.


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

# 23.1.1
* [fixed] Fixed deadlock when handling simultaneous messages.
Expand Down Expand Up @@ -406,3 +413,4 @@ released on [March 03, 2020](/support/release-notes/android#2020-03-03).
now return a
[`Task`](/docs/reference/android/com/google/android/gms/tasks/Task) that can
be used to see when the request has completed.