-
Notifications
You must be signed in to change notification settings - Fork 617
Populate SDKs changelog files #4070
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
Changes from 4 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
f5f31d0
first try seeding changelogs
rlazo 576ffe0
Added unreleased section to CHANGELOG
rlazo aafe91c
Fix empty lines between sections
rlazo 98c07c6
Add missing entries for abt
rlazo 6f4bd49
Update data to include latest releases
rlazo 51fc46d
Update CHANGELOG.md
rlazo c384ab8
Add missing line in unreleased section for perf.
rlazo 91633ec
Merge branch 'master' into rl.changelog_seeding
rlazo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Unreleased | ||
|
||
# 16.0.1 | ||
* [changed] Updated dependency of `play-services-basement` to its latest | ||
version (v18.1.0). | ||
|
||
# 16.0.0 | ||
* [changed] [app_check] has exited beta and is now generally available for | ||
use. | ||
|
||
# 16.0.0-beta06 | ||
* [fixed] Fixed a bug in the [app_check] token refresh flow when using a | ||
custom provider. | ||
|
||
# 16.0.0-beta05 | ||
* [changed] Internal improvements. | ||
|
||
# 16.0.0-beta04 | ||
* [changed] Improved error handling logic by minimizing the amount of requests | ||
that are unlikely to succeed. | ||
|
||
* [fixed] Fixed heartbeat reporting. | ||
|
||
# 16.0.0-beta03 | ||
* [changed] Added `X-Android-Package` and `X-Android-Cert` request headers to | ||
[app_check] network calls. | ||
|
||
# 16.0.0-beta02 | ||
* [feature] Added [`getAppCheckToken()`](/docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck#getAppCheckToken(boolean)), | ||
[`AppCheckTokenListener`](/docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck.AppCheckListener), | ||
and associated setters and removers for developers to request and observe | ||
changes to the [app_check] token. | ||
|
||
# 16.0.0-beta01 | ||
* [feature] Initial beta release of the [app_check] Debug Testing SDK with | ||
abuse reduction features. | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Unreleased | ||
|
||
# 16.0.1 | ||
* [changed] Updated dependency of `play-services-basement` to its latest | ||
version (v18.1.0). | ||
|
||
# 16.0.0 | ||
* [changed] [app_check] has exited beta and is now generally available for | ||
use. | ||
|
||
# 16.0.0-beta06 | ||
* [fixed] Fixed a bug in the [app_check] token refresh flow when using a | ||
custom provider. | ||
|
||
# 16.0.0-beta05 | ||
* [changed] Internal improvements. | ||
|
||
# 16.0.0-beta04 | ||
* [changed] Improved error handling logic by minimizing the amount of requests | ||
that are unlikely to succeed. | ||
|
||
* [fixed] Fixed heartbeat reporting. | ||
|
||
# 16.0.0-beta03 | ||
* [changed] Added `X-Android-Package` and `X-Android-Cert` request headers to | ||
[app_check] network calls. | ||
|
||
# 16.0.0-beta02 | ||
* [feature] Added [`getAppCheckToken()`](/docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck#getAppCheckToken(boolean)), | ||
[`AppCheckTokenListener`](/docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck.AppCheckListener), | ||
and associated setters and removers for developers to request and observe | ||
changes to the [app_check] token. | ||
|
||
# 16.0.0-beta01 | ||
* [feature] Initial beta release of the [app_check] Debug SDK with abuse | ||
reduction features. | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Unreleased | ||
|
||
# 16.0.1 | ||
* [changed] Updated dependency of `play-services-basement` to its latest | ||
version (v18.1.0). | ||
|
||
# 16.0.0 | ||
* [feature] Added support for | ||
[Play Integrity](https://developer.android.com/google/play/integrity) as an | ||
attestation provider. | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Unreleased | ||
|
||
# 16.0.1 | ||
* [changed] Updated dependency of `play-services-basement` to its latest | ||
version (v18.1.0). | ||
|
||
# 16.0.0 | ||
* [changed] [app_check] has exited beta and is now generally available for | ||
use. | ||
|
||
# 16.0.0-beta06 | ||
* [fixed] Fixed a bug in the [app_check] token refresh flow when using a | ||
custom provider. | ||
|
||
# 16.0.0-beta05 | ||
* [changed] Internal improvements. | ||
|
||
# 16.0.0-beta04 | ||
* [changed] Improved error handling logic by minimizing the amount of requests | ||
that are unlikely to succeed. | ||
|
||
* [fixed] Fixed heartbeat reporting. | ||
|
||
# 16.0.0-beta03 | ||
* [changed] Added `X-Android-Package` and `X-Android-Cert` request headers to | ||
[app_check] network calls. | ||
|
||
# 16.0.0-beta02 | ||
* [feature] Added [`getAppCheckToken()`](/docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck#getAppCheckToken(boolean)), | ||
[`AppCheckTokenListener`](/docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck.AppCheckListener), | ||
and associated setters and removers for developers to request and observe | ||
changes to the [app_check] token. | ||
|
||
# 16.0.0-beta01 | ||
* [feature] Initial beta release of the [app_check] SafetyNet SDK with abuse | ||
reduction features. | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Unreleased | ||
|
||
# 16.0.1 | ||
* [changed] Updated dependency of `play-services-basement` to its latest | ||
version (v18.1.0). | ||
|
||
# 16.0.0 | ||
* [changed] [app_check] has exited beta and is now generally available for | ||
use. | ||
|
||
* [feature] Added support for | ||
[Play Integrity](https://developer.android.com/google/play/integrity) as an | ||
attestation provider. | ||
|
||
# 16.0.0-beta06 | ||
* [fixed] Fixed a bug in the [app_check] token refresh flow when using a | ||
custom provider. | ||
|
||
# 16.0.0-beta05 | ||
* [changed] Internal improvements. | ||
|
||
# 16.0.0-beta04 | ||
* [changed] Improved error handling logic by minimizing the amount of requests | ||
that are unlikely to succeed. | ||
|
||
* [fixed] Fixed heartbeat reporting. | ||
|
||
# 16.0.0-beta03 | ||
* [changed] Added `X-Android-Package` and `X-Android-Cert` request headers to | ||
[app_check] network calls. | ||
|
||
# 16.0.0-beta02 | ||
* [feature] Added [`getAppCheckToken()`](/docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck#getAppCheckToken(boolean)), | ||
[`AppCheckTokenListener`](/docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck.AppCheckListener), | ||
and associated setters and removers for developers to request and observe | ||
changes to the [app_check] token. | ||
|
||
# 16.0.0-beta01 | ||
* [feature] Initial beta release of the [app_check] SDK with abuse reduction | ||
features. | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Unreleased | ||
|
||
# 21.0.2 | ||
* [changed] Updated dependency of `play-services-basement` to its latest | ||
version (v18.1.0). | ||
|
||
# 21.0.1 | ||
* [changed] Updated dependencies of `play-services-basement`, | ||
`play-services-base`, and `play-services-tasks` to their latest versions | ||
(v18.0.0, v18.0.1, and v18.0.1, respectively). For more information, see the | ||
[note](#basement18-0-0_base18-0-1_tasks18-0-1) at the top of this release | ||
entry. | ||
|
||
# 21.0.0 | ||
* [changed] Internal infrastructure improvements. | ||
* [changed] Internal changes to support dynamic feature modules. | ||
|
||
# 20.0.0 | ||
* [removed] Removed the protocol buffer dependency and moved relevant protocol | ||
buffer definitions to [inappmessaging_longer]. If you use [ab_testing] | ||
with [inappmessaging], you'll need to update to | ||
[inappmessaging] v19.1.2 or later. | ||
|
||
# 19.0.1 | ||
- [changed] Internal changes to ensure functionality alignment with other SDK releases. | ||
|
||
# 17.1.1 | ||
* [changed] Updated API to support the latest [remote_config] update. | ||
|
||
* [changed] Updated minSdkVersion to API level 16. | ||
|
||
# 17.1.0 | ||
* [changed] Updated API to support the latest [remote_config] update. | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,28 @@ | ||
# Unreleased | ||
|
||
# 16.0.0-beta03 | ||
* [feature] The [appdistro] SDK has been split into two libraries: | ||
|
||
* `firebase-appdistribution-api` - The API-only library<br> | ||
This new API-only library is functional only when the full | ||
[appdistro] SDK implementation (`firebase-appdistribution`) is present. | ||
`firebase-appdistribution-api` can be included in all | ||
[build variants](https://developer.android.com/studio/build/build-variants){: .external}. | ||
|
||
* `firebase-appdistribution` - The full SDK implementation<br> | ||
This full SDK implementation is optional and should only be included in | ||
pre-release builds. | ||
|
||
Visit the documentation to learn how to | ||
[add these SDKs](/docs/app-distribution/set-up-alerts?platform=android#add-appdistro) | ||
to your Android app. | ||
|
||
## Kotlin | ||
With the removal of the Kotlin extensions library | ||
`firebase-appdistribution-ktx`, its functionality has been moved to the new | ||
API-only library: `firebase-appdistribution-api-ktx`. | ||
|
||
This new Kotlin extensions library transitively includes the | ||
`firebase-appdistribution-api` library. The Kotlin extensions library has no | ||
additional updates. | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,50 @@ | ||
# Unreleased | ||
|
||
# Released | ||
# 16.0.0-beta03 | ||
* [feature] The [appdistro] SDK has been split into two libraries: | ||
|
||
## v20.0.6 (M112) | ||
* `firebase-appdistribution-api` - The API-only library<br> | ||
This new API-only library is functional only when the full | ||
[appdistro] SDK implementation (`firebase-appdistribution`) is present. | ||
`firebase-appdistribution-api` can be included in all | ||
[build variants](https://developer.android.com/studio/build/build-variants){: .external}. | ||
|
||
#### Android library | ||
* {{feature}} The Firebase App Distribution Android SDK is now available in beta. You | ||
* `firebase-appdistribution` - The full SDK implementation<br> | ||
This full SDK implementation is optional and should only be included in | ||
pre-release builds. | ||
|
||
Visit the documentation to learn how to | ||
[add these SDKs](/docs/app-distribution/set-up-alerts?platform=android#add-appdistro) | ||
to your Android app. | ||
|
||
## Kotlin | ||
* [removed] The Kotlin extensions library `firebase-appdistribution-ktx` | ||
has been removed. All its functionality has been moved to the new API-only | ||
library: `firebase-appdistribution-api-ktx`. | ||
|
||
# 16.0.0-beta02 | ||
* [fixed] Fixed a bug that prevented testers from signing in when the app had | ||
an underscore in the package name. | ||
|
||
* [fixed] Fixed a UI bug where the APK download notification displayed the | ||
incorrect error message. | ||
|
||
* [changed] Internal improvements to tests. | ||
|
||
## Kotlin | ||
The Kotlin extensions library transitively includes the base | ||
`firebase-app-distribution` library. The Kotlin extensions library has no | ||
additional updates. | ||
|
||
# 16.0.0-beta01 | ||
* [feature] The [appdistro] Android SDK is now available in beta. You | ||
can use this SDK to notify testers in-app when a new test build is available. | ||
To learn more, visit the | ||
[reference documentation](https://firebase.google.com/docs/reference/android/com/google/firebase/appdistribution/package-summary). | ||
[[appdistro] reference documentation](/docs/reference/android/com/google/firebase/appdistribution/package-summary). | ||
|
||
#### Kotlin extensions | ||
The Android library with Kotlin extensions is now available in | ||
## Kotlin | ||
The [appdistro] Android library with Kotlin extensions is now available in | ||
beta. The Kotlin extensions library transitively includes the base | ||
`firebase-app-distribution` library. To learn more, visit the | ||
[KTX reference documentation](https://firebase.google.com/docs/reference/kotlin/com/google/firebase/appdistribution/ktx/package-summary). | ||
[[appdistro] KTX reference documentation](/docs/reference/kotlin/com/google/firebase/appdistribution/ktx/package-summary). | ||
|
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we expect teams to write in this style? might need Rachel to review at the time of commit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. We already expect teams to do this, although most of the times the link is reviewed/added by Rachel during review.