Skip to content

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 8 commits into from
Oct 3, 2022
Merged
Show file tree
Hide file tree
Changes from 4 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
37 changes: 37 additions & 0 deletions appcheck/firebase-appcheck-debug-testing/CHANGELOG.md
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.

37 changes: 37 additions & 0 deletions appcheck/firebase-appcheck-debug/CHANGELOG.md
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),
Comment on lines +33 to +34
Copy link
Member

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?

Copy link
Collaborator Author

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.

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.

11 changes: 11 additions & 0 deletions appcheck/firebase-appcheck-playintegrity/CHANGELOG.md
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.

37 changes: 37 additions & 0 deletions appcheck/firebase-appcheck-safetynet/CHANGELOG.md
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.

41 changes: 41 additions & 0 deletions appcheck/firebase-appcheck/CHANGELOG.md
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.

34 changes: 34 additions & 0 deletions firebase-abt/CHANGELOG.md
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.

27 changes: 27 additions & 0 deletions firebase-appdistribution-api/CHANGELOG.md
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.

49 changes: 41 additions & 8 deletions firebase-appdistribution/CHANGELOG.md
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).

Loading