diff --git a/firebase-appdistribution-api/CHANGELOG.md b/firebase-appdistribution-api/CHANGELOG.md index 80c9da333ca..d3ae193c4b4 100644 --- a/firebase-appdistribution-api/CHANGELOG.md +++ b/firebase-appdistribution-api/CHANGELOG.md @@ -1,11 +1,17 @@ # Unreleased + +# 16.0.0-beta09 * [feature] Improved development mode to allow all API calls to be made without having to sign in. +## Kotlin +The Kotlin extensions library transitively includes the updated +`firebase-appdistribution-api` library. The Kotlin extensions library has no +additional updates. + # 16.0.0-beta08 * [fixed] Fixed an issue where a crash happened whenever a feedback notification was shown on devices running Android 4.4 and lower. - ## Kotlin The Kotlin extensions library transitively includes the updated `firebase-appdistribution-api` library. The Kotlin extensions library has no @@ -15,7 +21,6 @@ additional updates. * [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 diff --git a/firebase-appdistribution-api/gradle.properties b/firebase-appdistribution-api/gradle.properties index b9def51c3de..b92d8289029 100644 --- a/firebase-appdistribution-api/gradle.properties +++ b/firebase-appdistribution-api/gradle.properties @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=16.0.0-beta09 -latestReleasedVersion=16.0.0-beta08 +version=16.0.0-beta10 +latestReleasedVersion=16.0.0-beta09 diff --git a/firebase-appdistribution/CHANGELOG.md b/firebase-appdistribution/CHANGELOG.md index 753a9a0a689..3f2d3936cca 100644 --- a/firebase-appdistribution/CHANGELOG.md +++ b/firebase-appdistribution/CHANGELOG.md @@ -1,7 +1,9 @@ # Unreleased -* [feature] Improved development mode to allow all API calls to be made without having to sign in. * [fixed] Updated the third-party license file to include Dagger's license. +# 16.0.0-beta09 +* [feature] Improved development mode to allow all API calls to be made without having to sign in. + # 16.0.0-beta08 * [fixed] Fixed an issue where a crash happened whenever a feedback notification was shown on devices running Android 4.4 and lower. diff --git a/firebase-appdistribution/gradle.properties b/firebase-appdistribution/gradle.properties index ca68a0c3fa0..00a0f797f82 100644 --- a/firebase-appdistribution/gradle.properties +++ b/firebase-appdistribution/gradle.properties @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=16.0.0-beta09 -latestReleasedVersion=16.0.0-beta08 +version=16.0.0-beta10 +latestReleasedVersion=16.0.0-beta09 diff --git a/firebase-config/CHANGELOG.md b/firebase-config/CHANGELOG.md index ae8a8d133bf..c2c40486bef 100644 --- a/firebase-config/CHANGELOG.md +++ b/firebase-config/CHANGELOG.md @@ -1,4 +1,6 @@ # Unreleased + +# 21.4.1 * [changed] Internal improvements to support Remote Config real-time updates. diff --git a/firebase-config/gradle.properties b/firebase-config/gradle.properties index 7becd61ef2d..fc0e3abbb54 100644 --- a/firebase-config/gradle.properties +++ b/firebase-config/gradle.properties @@ -14,7 +14,7 @@ # limitations under the License. # -version=21.4.1 -latestReleasedVersion=21.4.0 +version=21.4.2 +latestReleasedVersion=21.4.1 android.enableUnitTestBinaryResources=true diff --git a/firebase-crashlytics-ndk/CHANGELOG.md b/firebase-crashlytics-ndk/CHANGELOG.md index 32bc64ba607..7837e9fe597 100644 --- a/firebase-crashlytics-ndk/CHANGELOG.md +++ b/firebase-crashlytics-ndk/CHANGELOG.md @@ -1,5 +1,8 @@ # Unreleased +# 18.4.0 +* [changed] Updated `firebase-crashlytics` dependency to v18.4.0 +* # 18.3.7 * [changed] Updated `firebase-crashlytics` dependency to v18.3.7 diff --git a/firebase-crashlytics-ndk/gradle.properties b/firebase-crashlytics-ndk/gradle.properties index ae9bb3da1f4..1e000a0a509 100644 --- a/firebase-crashlytics-ndk/gradle.properties +++ b/firebase-crashlytics-ndk/gradle.properties @@ -1,2 +1,2 @@ -version=18.4.0 -latestReleasedVersion=18.3.7 +version=18.4.1 +latestReleasedVersion=18.4.0 diff --git a/firebase-crashlytics/CHANGELOG.md b/firebase-crashlytics/CHANGELOG.md index 5fde76c4574..c9672604ebb 100644 --- a/firebase-crashlytics/CHANGELOG.md +++ b/firebase-crashlytics/CHANGELOG.md @@ -1,7 +1,14 @@ # Unreleased + +# 18.4.0 * [feature] Integrated with Firebase sessions library to enable upcoming features related to session-based crash metrics. +## Kotlin +The Kotlin extensions library transitively includes the updated +`firebase-crashlytics` library. The Kotlin extensions library has no additional +updates. + # 18.3.7 * [feature] Added collection of version control information generated by the Android Gradle plugin (AGP). diff --git a/firebase-crashlytics/gradle.properties b/firebase-crashlytics/gradle.properties index ae9bb3da1f4..1e000a0a509 100644 --- a/firebase-crashlytics/gradle.properties +++ b/firebase-crashlytics/gradle.properties @@ -1,2 +1,2 @@ -version=18.4.0 -latestReleasedVersion=18.3.7 +version=18.4.1 +latestReleasedVersion=18.4.0 diff --git a/firebase-firestore/CHANGELOG.md b/firebase-firestore/CHANGELOG.md index b172ce6a0bd..5f944dd015c 100644 --- a/firebase-firestore/CHANGELOG.md +++ b/firebase-firestore/CHANGELOG.md @@ -1,8 +1,16 @@ # Unreleased +* [fixed] Implement equals method on Filter class. [#5210](//github.com/firebase/firebase-android-sdk/issues/5210) + +# 24.7.0 * [feature] Expose MultiDb support in API. [#4015](//github.com/firebase/firebase-android-sdk/issues/4015) * [fixed] Fixed a thread interference issue that may lead to a ConcurrentModificationException. - (GitHub [#5091](//github.com/firebase/firebase-android-sdk/issues/5091){: .external}) -* [fixed] Implement equals method on Filter class. [#5210](//github.com/firebase/firebase-android-sdk/issues/5210) + (GitHub [#5091](//github.com/firebase/firebase-android-sdk/issues/5091){: .external}) + + +## Kotlin +The Kotlin extensions library transitively includes the updated +`firebase-firestore` library. The Kotlin extensions library has no additional +updates. # 24.6.1 * [feature] Implemented an optimization in the local cache synchronization logic that reduces the number of billed document reads when documents were deleted on the server while the client was not actively listening to the query (e.g. while the client was offline). (GitHub [#4982](//github.com/firebase/firebase-android-sdk/pull/4982){: .external}) diff --git a/firebase-firestore/gradle.properties b/firebase-firestore/gradle.properties index 60ab6bb5911..d1d92671009 100644 --- a/firebase-firestore/gradle.properties +++ b/firebase-firestore/gradle.properties @@ -1,2 +1,2 @@ -version=24.7.0 -latestReleasedVersion=24.6.1 +version=24.7.1 +latestReleasedVersion=24.7.0 diff --git a/firebase-messaging-directboot/gradle.properties b/firebase-messaging-directboot/gradle.properties index f7bbe190061..be2a438599a 100644 --- a/firebase-messaging-directboot/gradle.properties +++ b/firebase-messaging-directboot/gradle.properties @@ -1,3 +1,3 @@ -version=23.2.0 -latestReleasedVersion=23.1.2 +version=23.2.1 +latestReleasedVersion=23.2.0 android.enableUnitTestBinaryResources=true \ No newline at end of file diff --git a/firebase-messaging/CHANGELOG.md b/firebase-messaging/CHANGELOG.md index 40928b58748..f50ca1da336 100644 --- a/firebase-messaging/CHANGELOG.md +++ b/firebase-messaging/CHANGELOG.md @@ -1,12 +1,20 @@ # Unreleased -* [deprecated] Deprecated FCM upstream messaging. See the - [FAQ](https://firebase.google.com/support/faq#fcm-23-deprecation) for more - details. * [changed] Changed to finish a background broadcast after the message has been handled, subject to a timeout. This keeps the `FirebaseMessagingService`'s process in an active state while it is handling an FCM message, up to the 20 seconds allowed. +# 23.2.0 +* [deprecated] Deprecated FCM upstream messaging. See the + [FAQ](https://firebase.google.com/support/faq#fcm-23-deprecation) for more + details. + + +## Kotlin +The Kotlin extensions library transitively includes the updated +`firebase-messaging` library. The Kotlin extensions library has no additional +updates. + # 23.1.2 * [fixed] Fixed a breakage related to Jetpack core library related to an [upstream update](https://android-review.googlesource.com/c/platform/frameworks/support/+/2399893). diff --git a/firebase-messaging/gradle.properties b/firebase-messaging/gradle.properties index d5dc97a32a9..192a6c3bb83 100644 --- a/firebase-messaging/gradle.properties +++ b/firebase-messaging/gradle.properties @@ -1,3 +1,3 @@ -version=23.2.0 -latestReleasedVersion=23.1.2 +version=23.2.1 +latestReleasedVersion=23.2.0 android.enableUnitTestBinaryResources=true diff --git a/firebase-perf/CHANGELOG.md b/firebase-perf/CHANGELOG.md index 7ca8bfcfdca..937f7ad3760 100644 --- a/firebase-perf/CHANGELOG.md +++ b/firebase-perf/CHANGELOG.md @@ -1,7 +1,15 @@ # Unreleased + +# 20.4.0 * [feature] Integrated with Firebase sessions library to enable upcoming features related to session-based performance metrics. + +## Kotlin +The Kotlin extensions library transitively includes the updated +`firebase-performance` library. The Kotlin extensions library has no additional +updates. + # 20.3.3 * [fixed] Fixed app start trace creation where some measured time could be NULL (#4730). * [changed] Adjusted default behavior when remote config fetch fails. diff --git a/firebase-perf/gradle.properties b/firebase-perf/gradle.properties index ddd6396b174..770c81fd62f 100644 --- a/firebase-perf/gradle.properties +++ b/firebase-perf/gradle.properties @@ -15,7 +15,7 @@ # # -version=20.4.0 -latestReleasedVersion=20.3.3 +version=20.4.1 +latestReleasedVersion=20.4.0 android.enableUnitTestBinaryResources=true