-
Notifications
You must be signed in to change notification settings - Fork 624
Implement a task for updating changelog files after a release #5181
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Release note changesThe following release notes were modified. Please ensure they look correct. Release Notesfirebase-appdistribution-api### {{appdistro}} API version 16.0.0-beta09 {: #app-distro-api_v16-0-0-beta09}
* {{feature}} Improved development mode to allow all API calls to be made without having to sign in.
#### {{appdistro}} API Kotlin extensions version 16.0.0-beta09 {: #app-distro-api-ktx_v16-0-0-beta09}
The Kotlin extensions library transitively includes the updated
`firebase-appdistribution-api` library. The Kotlin extensions library has no additional
updates. firebase-appdistribution### {{appdistro}} version 16.0.0-beta09 {: #app-distro_v16-0-0-beta09}
* {{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. firebase-config### {{remote_config}} version 21.4.1 {: #remote-config_v21-4-1}
* {{changed}} Internal improvements to support Remote Config real-time updates.
#### {{remote_config}} Kotlin extensions version 21.4.1 {: #remote-config-ktx_v21-4-1}
The Kotlin extensions library transitively includes the updated
`firebase-config` library. The Kotlin extensions library has no additional
updates. firebase-crashlytics### {{crashlytics}} version 18.4.0 {: #crashlytics_v18-4-0}
* {{feature}} Integrated with Firebase sessions library to enable upcoming features related to
session-based crash metrics.
#### {{crashlytics}} Kotlin extensions version 18.4.0 {: #crashlytics-ktx_v18-4-0}
The Kotlin extensions library transitively includes the updated
`firebase-crashlytics` library. The Kotlin extensions library has no additional
updates. firebase-firestore### {{firestore}} version 24.7.0 {: #firestore_v24-7-0}
* {{feature}} Expose MultiDb support in API. GitHub [#4015](//github.com/firebase/firebase-android-sdk/issues/4015){: .external}
* {{fixed}} Fixed a thread interference issue that may lead to a ConcurrentModificationException.
(GitHub [#5091](//github.com/firebase/firebase-android-sdk/issues/5091){: .external})
#### {{firestore}} Kotlin extensions version 24.7.0 {: #firestore-ktx_v24-7-0}
The Kotlin extensions library transitively includes the updated
`firebase-firestore` library. The Kotlin extensions library has no additional
updates. firebase-messaging### {{messaging_longer}} version 23.2.0 {: #messaging_v23-2-0}
* {{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.
#### {{messaging_longer}} Kotlin extensions version 23.2.0 {: #messaging-ktx_v23-2-0}
The Kotlin extensions library transitively includes the updated
`firebase-messaging` library. The Kotlin extensions library has no additional
updates. firebase-perf### {{perfmon}} version 20.4.0 {: #performance_v20-4-0}
* {{feature}} Integrated with Firebase sessions library to enable upcoming features related to
session-based performance metrics.
#### {{perfmon}} Kotlin extensions version 20.4.0 {: #performance-ktx_v20-4-0}
The Kotlin extensions library transitively includes the updated
`firebase-performance` library. The Kotlin extensions library has no additional
updates. |
Size Report 1Affected ProductsNo changes between base commit (965ac2f) and merge commit (8dc2d4c).Test Logs |
Coverage Report 1Affected Products
Test Logs |
rlazo
approved these changes
Jul 20, 2023
davidmotson
approved these changes
Jul 20, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Per b/291609916,
This implements a task for moving the changes under the unreleased section in
CHANGELOG.md
files into their own [new] section after the release.This PR also comes with the following changes: