Skip to content

m148 release #5992

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

Open
wants to merge 14 commits into
base: releases/m148
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ abstract class PomValidator : DefaultTask() {
listOf(
"javax.inject", // javax.inject doesn't respect SemVer and doesn't update
"dagger", // dagger doesn't respect Semver
"listenablefuture", // guava's listenable future doesn't respect Semver
"auto-service-annotations", // auto-service-annotations doesn't respect SemVer
)
}
Expand Down
3 changes: 0 additions & 3 deletions firebase-appdistribution-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Unreleased


# 17.0.0
* [changed] Bump internal dependencies


Expand Down Expand Up @@ -137,4 +135,3 @@ 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.

3 changes: 0 additions & 3 deletions firebase-appdistribution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Unreleased


# 17.0.0
* [changed] Bump internal dependencies

# 16.0.0-beta12
Expand Down Expand Up @@ -79,4 +77,3 @@ 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
[[appdistro] KTX reference documentation](/docs/reference/kotlin/com/google/firebase/appdistribution/ktx/package-summary).

4 changes: 2 additions & 2 deletions firebase-common/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=21.0.0
latestReleasedVersion=20.4.3
version=21.0.1
latestReleasedVersion=21.0.0
android.enableUnitTestBinaryResources=true
4 changes: 2 additions & 2 deletions firebase-components/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=18.0.0
latestReleasedVersion=17.1.5
version=18.0.1
latestReleasedVersion=18.0.0
3 changes: 1 addition & 2 deletions firebase-crashlytics-ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [changed] Updated `firebase-crashlytics` dependency to v19.0.1

# 19.0.0
* [changed] Bump internal dependencies
Expand Down Expand Up @@ -223,4 +223,3 @@ change. The following release notes describe changes in the new SDK.
uploading symbol files to [crashlytics] servers. See the
[[crashlytics] Gradle plugin documentation](/docs/crashlytics/ndk-reports-new-sdk)
for more information.

3 changes: 1 addition & 2 deletions firebase-dynamic-links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [changed] Added deprecation annotations to the public API. See https://firebase.google.com/support/dynamic-links-faq for further context.

# 22.0.0
* [changed] Bump internal dependencies
Expand Down Expand Up @@ -153,4 +153,3 @@ using Google Play Services 13.2.80 and FDL SDK 16.1.0. The issue only occurred
when creating shortening links from parameters, links created using
preconstructed long links from `setLongLink()` were unaffected. This fix also
addresses issues in newer versions of Google Play Services.

2 changes: 1 addition & 1 deletion firebase-dynamic-links/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=22.0.1
version=22.1.0
latestReleasedVersion=22.0.0
android.enableUnitTestBinaryResources=true

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@
* dynamic link extensions such as app invites.
*
* @deprecated Firebase Dynamic Links is deprecated and should not be used in new projects. The
* service will shut down on August 25, 2025. Please see our
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links Deprecation FAQ documentation</a>
* for more guidance.
* service will shut down on August 25, 2025. For more information, see
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links deprecation documentation</a>.
*/
@Deprecated
public abstract class FirebaseDynamicLinks {
Expand All @@ -65,9 +64,8 @@ public abstract class FirebaseDynamicLinks {
* FirebaseApp</a>.
*
* @deprecated Firebase Dynamic Links is deprecated and should not be used in new projects. The
* service will shut down on August 25, 2025. Please see our
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links Deprecation FAQ documentation</a>
* for more guidance.
* service will shut down on August 25, 2025. For more information, see
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links deprecation documentation</a>.
*/
@NonNull
@Deprecated
Expand All @@ -79,9 +77,8 @@ public static synchronized FirebaseDynamicLinks getInstance() {
* Returns an instance of {@link FirebaseDynamicLinks} for the provided firebaseApp.
*
* @deprecated Firebase Dynamic Links is deprecated and should not be used in new projects. The
* service will shut down on August 25, 2025. Please see our
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links Deprecation FAQ documentation</a>
* for more guidance.
* service will shut down on August 25, 2025. For more information, see
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links deprecation documentation</a>.
*/
@NonNull
@Deprecated
Expand Down Expand Up @@ -122,9 +119,8 @@ public static synchronized FirebaseDynamicLinks getInstance(@NonNull FirebaseApp
* <p>If a dynamic link, the call will also send FirebaseAnalytics dynamic link event.
*
* @deprecated Firebase Dynamic Links is deprecated and should not be used in new projects. The
* service will shut down on August 25, 2025. Please see our
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links Deprecation FAQ documentation</a>
* for more guidance.
* service will shut down on August 25, 2025. For more information, see
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links deprecation documentation</a>.
*/
@NonNull
@Deprecated
Expand All @@ -146,9 +142,8 @@ public static synchronized FirebaseDynamicLinks getInstance(@NonNull FirebaseApp
* previously captured or is in the Uri.
* <p>{@link Task#isSuccessful()} will only be false when a processing error occurs.
* @deprecated Firebase Dynamic Links is deprecated and should not be used in new projects. The
* service will shut down on August 25, 2025. Please see our
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links Deprecation FAQ documentation</a>
* for more guidance.
* service will shut down on August 25, 2025. For more information, see
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links deprecation documentation</a>.
*/
@NonNull
@Deprecated
Expand All @@ -159,9 +154,8 @@ public static synchronized FirebaseDynamicLinks getInstance(@NonNull FirebaseApp
*
* @return Builder to create the Dynamic Link.
* @deprecated Firebase Dynamic Links is deprecated and should not be used in new projects. The
* service will shut down on August 25, 2025. Please see our
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links Deprecation FAQ documentation</a>
* for more guidance.
* service will shut down on August 25, 2025. For more information, see
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links deprecation documentation</a>.
*/
@NonNull
@Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@
* Provides accessor methods to dynamic links data.
*
* @deprecated Firebase Dynamic Links is deprecated and should not be used in new projects. The
* service will shut down on August 25, 2025. Please see our
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links Deprecation FAQ documentation</a>
* for more guidance.
* service will shut down on August 25, 2025. For more information, see
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links deprecation documentation</a>.
*/
@Deprecated
public class PendingDynamicLinkData {
Expand Down Expand Up @@ -105,9 +104,8 @@ public Bundle getExtensions() {
*
* @return The deep link if it exists, null otherwise.
* @deprecated Firebase Dynamic Links is deprecated and should not be used in new projects. The
* service will shut down on August 25, 2025. Please see our
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links Deprecation FAQ documentation</a>
* for more guidance.
* service will shut down on August 25, 2025. For more information, see
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links deprecation documentation</a>.
*/
@Nullable
@Deprecated
Expand All @@ -128,9 +126,8 @@ public Uri getLink() {
*
* @return Bundle of utm parameters associated with firebase dynamic link.
* @deprecated Firebase Dynamic Links is deprecated and should not be used in new projects. The
* service will shut down on August 25, 2025. Please see our
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links Deprecation FAQ documentation</a>
* for more guidance.
* service will shut down on August 25, 2025. For more information, see
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links deprecation documentation</a>.
*/
@NonNull
@Deprecated
Expand All @@ -150,9 +147,8 @@ public Bundle getUtmParameters() {
*
* @return minimum version code set on the dynamic link, or 0 if not specified.
* @deprecated Firebase Dynamic Links is deprecated and should not be used in new projects. The
* service will shut down on August 25, 2025. Please see our
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links Deprecation FAQ documentation</a>
* for more guidance.
* service will shut down on August 25, 2025. For more information, see
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links deprecation documentation</a>.
*/
@Deprecated
public int getMinimumAppVersion() {
Expand All @@ -168,9 +164,8 @@ public int getMinimumAppVersion() {
*
* @return The number of milliseconds that have elapsed since January 1, 1970.
* @deprecated Firebase Dynamic Links is deprecated and should not be used in new projects. The
* service will shut down on August 25, 2025. Please see our
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links Deprecation FAQ documentation</a>
* for more guidance.
* service will shut down on August 25, 2025. For more information, see
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links deprecation documentation</a>.
*/
@Deprecated
public long getClickTimestamp() {
Expand Down Expand Up @@ -214,9 +209,8 @@ public Uri getRedirectUrl() {
* @return - An {@link Intent} that will launch the Play Store to update the app, or null if the
* dynamic link minimum version code is not greater than the installed version.
* @deprecated Firebase Dynamic Links is deprecated and should not be used in new projects. The
* service will shut down on August 25, 2025. Please see our
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links Deprecation FAQ documentation</a>
* for more guidance.
* service will shut down on August 25, 2025. For more information, see
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links deprecation documentation</a>.
*/
@Nullable
@Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@
* link flow chart, and warnings from the requested Dynamic Link.
*
* @deprecated Firebase Dynamic Links is deprecated and should not be used in new projects. The
* service will shut down on August 25, 2025. Please see our
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links Deprecation FAQ documentation</a>
* for more guidance.
* service will shut down on August 25, 2025. For more information, see
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links deprecation documentation</a>.
*/
@Deprecated
public interface ShortDynamicLink {
Expand All @@ -39,9 +38,8 @@ public interface ShortDynamicLink {
* Gets the short Dynamic Link value.
*
* @deprecated Firebase Dynamic Links is deprecated and should not be used in new projects. The
* service will shut down on August 25, 2025. Please see our
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links Deprecation FAQ documentation</a>
* for more guidance.
* service will shut down on August 25, 2025. For more information, see
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links deprecation documentation</a>.
*/
@Nullable
@Deprecated
Expand All @@ -51,9 +49,8 @@ public interface ShortDynamicLink {
* Gets the preview link to show the link flow chart.
*
* @deprecated Firebase Dynamic Links is deprecated and should not be used in new projects. The
* service will shut down on August 25, 2025. Please see our
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links Deprecation FAQ documentation</a>
* for more guidance.
* service will shut down on August 25, 2025. For more information, see
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links deprecation documentation</a>.
*/
@Nullable
@Deprecated
Expand All @@ -63,9 +60,8 @@ public interface ShortDynamicLink {
* Gets information about potential warnings on link creation.
*
* @deprecated Firebase Dynamic Links is deprecated and should not be used in new projects. The
* service will shut down on August 25, 2025. Please see our
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links Deprecation FAQ documentation</a>
* for more guidance.
* service will shut down on August 25, 2025. For more information, see
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links deprecation documentation</a>.
*/
@NonNull
@Deprecated
Expand Down Expand Up @@ -96,9 +92,8 @@ public interface ShortDynamicLink {
* Information about potential warnings on short Dynamic Link creation.
*
* @deprecated Firebase Dynamic Links is deprecated and should not be used in new projects. The
* service will shut down on August 25, 2025. Please see our
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links Deprecation FAQ documentation</a>
* for more guidance.
* service will shut down on August 25, 2025. For more information, see
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links deprecation documentation</a>.
*/
@Deprecated
interface Warning {
Expand All @@ -117,9 +112,8 @@ interface Warning {
* Gets the warning message to help developers improve their requests.
*
* @deprecated Firebase Dynamic Links is deprecated and should not be used in new projects. The
* service will shut down on August 25, 2025. Please see our
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links Deprecation FAQ documentation</a>
* for more guidance.
* service will shut down on August 25, 2025. For more information, see
* <a href="https://firebase.google.com/support/dynamic-links-faq">Dynamic Links deprecation documentation</a>.
*/
@Nullable
@Deprecated
Expand Down
4 changes: 2 additions & 2 deletions firebase-perf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Unreleased

* [fixed] Fixed an `ExceptionInInitializerError` where the `url.openStream()` causes a crash if
FirebasePerf is not yet initialized (Github #5584).

# 21.0.0
* [changed] Bump internal dependencies
Expand Down Expand Up @@ -384,4 +385,3 @@ updates.

# 16.1.0
* [fixed] Fixed a `SecurityException` crash on certain devices that do not have Google Play Services on them.

4 changes: 2 additions & 2 deletions firebase-vertexai/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-beta01
latestReleasedVersion=16.0.0-alpha03
version=16.0.0-beta02
latestReleasedVersion=16.0.0-beta01
16 changes: 16 additions & 0 deletions release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "m148",
"libraries": [
":firebase-appdistribution",
":firebase-appdistribution-api",
":firebase-appdistribution-api:ktx",
":firebase-crashlytics",
":firebase-crashlytics-ndk",
":firebase-dynamic-links",
":firebase-dynamic-links:ktx",
":firebase-sessions",
":firebase-crashlytics:ktx",
":firebase-perf",
":firebase-perf:ktx"
]
}
Loading