Skip to content
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

update version for m134 #5216

Merged
merged 4 commits into from
Aug 1, 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
9 changes: 7 additions & 2 deletions firebase-appdistribution-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
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-beta09
latestReleasedVersion=16.0.0-beta08
version=16.0.0-beta10
latestReleasedVersion=16.0.0-beta09
4 changes: 3 additions & 1 deletion firebase-appdistribution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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-beta09
latestReleasedVersion=16.0.0-beta08
version=16.0.0-beta10
latestReleasedVersion=16.0.0-beta09
2 changes: 2 additions & 0 deletions firebase-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Unreleased

# 21.4.1
VinayGuthal marked this conversation as resolved.
Show resolved Hide resolved
* [changed] Internal improvements to support Remote Config real-time updates.


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.4.1
latestReleasedVersion=21.4.0
version=21.4.2
latestReleasedVersion=21.4.1
android.enableUnitTestBinaryResources=true

3 changes: 3 additions & 0 deletions firebase-crashlytics-ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

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=18.4.0
latestReleasedVersion=18.3.7
version=18.4.1
latestReleasedVersion=18.4.0
7 changes: 7 additions & 0 deletions firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
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.4.0
latestReleasedVersion=18.3.7
version=18.4.1
latestReleasedVersion=18.4.0
12 changes: 10 additions & 2 deletions firebase-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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})
VinayGuthal marked this conversation as resolved.
Show resolved Hide resolved


## 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})
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=24.7.0
latestReleasedVersion=24.6.1
version=24.7.1
latestReleasedVersion=24.7.0
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=23.2.0
latestReleasedVersion=23.1.2
version=23.2.1
latestReleasedVersion=23.2.0
android.enableUnitTestBinaryResources=true
14 changes: 11 additions & 3 deletions firebase-messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
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=23.2.0
latestReleasedVersion=23.1.2
version=23.2.1
latestReleasedVersion=23.2.0
android.enableUnitTestBinaryResources=true
8 changes: 8 additions & 0 deletions firebase-perf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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=20.4.0
latestReleasedVersion=20.3.3
version=20.4.1
latestReleasedVersion=20.4.0
android.enableUnitTestBinaryResources=true

Loading