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

chore(deps): update dependency com.facebook.android:facebook-android-sdk to v12 - autoclosed #26

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 22, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.facebook.android:facebook-android-sdk 4.42.0 -> 12.3.0 age adoption passing confidence

Release Notes

facebook/facebook-android-sdk

v12.3.0

Added
  • Avoid tokenless requests if the client token is presented. Tokenless request support will be removed in v13.0.
Deprecated
  • Fblite Login is deprecated.
  • Internal utility methods on collections are deprecated and will be replaced by kotlin.collections.
Fixed
  • Fixed reauthorization of data access.
  • Add fields parameters for login GET requests to remove warning messages.

v12.2.0

Added
  • Added parsing entry intent to look for gaming payload and tournament data for user coming from FB surface. Gaming tournament feature is available for selected partners now.
  • Added data processing options to crash/error report.
Fixed
  • On Android 12 and above, AppEvents will send attribution ID and anonymous ID if GMS is supported and isTrackingLimited is OFF. On Android 11 and below, nothing is changed. This feature will be turned on after Google Play Store starts the enforcement of the new policy.

v12.1.0

Fixed
  • Fixed a bug that causes multiple login intents to launch when the user has previously authorized the app and is logging in with the openid scope.
Added
  • Adds Tournaments for native games, this feature is only available for select partners.

v12.0.1

Added
  • Added AuthenticationToken Cache to enhance OIDC experience. NOTE: This feature is currently in beta testing and not broadly available to developers

v12.0.0

Changed
  • com.facebook.bolts.AppLinkResolver will only receive nonnull parameters and return nonnull values. com.facebook.bolts.Capture is removed.
  • Removed deprecated functions in com.facebook.appevents.AppEventsLogger
  • Removed deprecated function ViewIndexer.sendToServerUnity(String)
  • Login and share kits now fully supports AndroidX Activity Result APIs. No need to override the onActivityResult() if you're passing activity/fragment from androidx.activity v1.2.0+ or androidx.fragment v1.3.0+ as the context to LoginButton and ShareButton.
Added
  • Added the ability to perform login based on OpenID Connect standard. NOTE: This feature is currently in beta testing and not broadly available to developers

v11.3.0

Added
  • Add Custom Updates for Cloud Games
Fixed
  • Fixed Login Connect support in CCT and Webview

v11.2.0

Added
  • Access token and profile management for Instagram users, support for querying graph.instagram.com, and Instagram login dialogs. NOTE: These changes support a feature currently in alpha testing and not broadly available to developers.
Fixed
  • Fixed the crash when calling AppEventsLoggerImpl.augmentWebView(WebView, Context).

v11.1.1

Fixed
  • Fixed the bug in GraphRequest when passing an attachment through POST method.
  • Fixed the race condition in cloud game.
  • Fixed the bug of accessing WindowManager from a non-visual context on Android 11.

v11.1.0

Added

v11.0.0

Added
  • Released user_messenger_contact permission to enable Login Connect with Messenger. This new feature allows people to opt in to being contacted by a business on Messenger following the FB Login flow. Learn more at https://developers.facebook.com/docs/facebook-login/login-connect
  • Support Android S+ checksum API for computing the package checksum if it’s available.
  • Expanded support for auto-logging of in-app purchases to support apps that use V2 and/or V3 of the Google Play Billing Library
Changed
  • The default Graph API version is updated to v11.0
  • Removed deprecated signing key hashes for validating signatures
  • In AccessToken , token, applicationId, userId and permissions fields became nonnull.
  • The constructors of GraphResponse now require a nonnull GraphRequest object. If the constructor is called with a JSONArray or an error, the array/error should also be nonnull.
  • In GraphRequest, The parameter of Callback.onComplete() is declared nonnull. The parameters of GraphJSONArrayCallback and GraphJSONObjectCallback are declared nullable.
Fixed
  • Fixed NPE on calling AppEventsLogger.activateApp(Context context)
  • Removed the dependencies on deprecated kotlin-android-extension library
Deprecated
  • GraphRequest#setSkipClientToken()

v9.1.1

v9.1.0

v9.0.0

Changed
  • The default Graph API version is updated to v9.0

v8.2.0

v8.1.0

v8.0.0

Note: The current version uses Graph API v8.0. To use the latest Graph API version, please specific that version in your GraphRequest call.

v7.1.0

v7.0.1

  • AAM improvement
  • Corrected the report type of Crash Reports
  • Handle RejectedExecutionException in ViewIndexer.schedule()
  • Fixed the exception in getRootView
  • Fixed model cache issue

v7.0.0

Added
  • Android X, to use v7 please upgrade to Android X. Big thanks to @​sunyal for helping with the migration.
Deprecated
  • Marketing kit is deprecated

v6.5.1

Fixed
  • Fixed AppLinkData issue: issue 761
  • Fixed timestamp issue of Model Delivery

v6.5.0

v6.4.0

v6.3.0

Added
  • Support new event type for suggested events
Fixed
  • Fixed an issue in for suggested events

v6.2.0

Added
  • Support for Gaming Video Uploads
  • Allow Gaming Image Uploader to accept a callback
  • Messenger Sharing

v6.1.0

Added
  • New SDK component: Gaming Services
Deprecated
  • Places Kit

v6.0.0

Changed
  • Graph API call upgrade to v6.0

v5.15.2

Fixed

v5.15.1

Added
  • FB Login improvements

v5.15.0

Added
  • Install Referrer uses new API
  • Deprecates messenger sharing. See: https://developers.facebook.com/docs/sharing/messenger for more details on why the deprecation is occurring and how you can update your application to account for this change
  • Chrome Custom Tabs for FB Login improvements

v5.13.0

Added
  • Parameter deactivation

v5.12.1

Fixed
  • Fixed a corner case

v5.12.0

Changed
  • Updated suggested events

v5.11.2

v5.11.1

Fixed
  • Fix java.lang.SecurityException in AccessTokenManager: issue 627
  • Fix Google Api Error because of values-fb: issue 614
  • Minor fixes

v5.11.0

Added
  • Launch event suggestions
Fixed
  • Fix NPE on AccessTokenAppIdPair

v5.9.0

Changed
  • API call upgrade to v5.0

v5.8.0

Added

v5.5.2

Fixed
  • Change keepnames to keep in proguard-rules for IAP
  • Fix memory leak in Codeless
  • Fix issue of listing crash report files

v5.5.1

Fixed
  • Crash in FetchedAppGateKeepersManager

v5.5.0

  • Various bug fixes

v5.4.0

Changed
  • Add handling for crash and error to make SDK more stable

v5.2.0

Changed
  • API call upgrade to v4.0

v5.1.1

Fixed
  • Various bug fixes

v5.1.0

Added
  • Auto log Subscribe and StartTrial going through GooglePlay store when the developer enables it in Facebook Developer setting page

v5.0.2

Fixed
  • Fix in-app purchase auto-logging issue which was introduced in 5.0.1

v5.0.1

Added
  • Support campaign attribution for Audience Network
Fixed
  • Fixed a crash that caused by absence of Google Play Store services

v5.0.0

Added
  • support manual SDK initialization
Changed
  • extend coverage of AutoLogAppEventsEnabled flag to all internal analytics events
Removed
  • Deprecate several activateApp and deactivateApp functions in AppEventsLogger.java

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/com.facebook.android-facebook-android-sdk-12.x branch from cd25577 to 19ed54e Compare December 6, 2021 20:21
@renovate renovate bot force-pushed the renovate/com.facebook.android-facebook-android-sdk-12.x branch from 19ed54e to 6169dfe Compare January 10, 2022 20:50
@renovate renovate bot changed the title chore(deps): update dependency com.facebook.android:facebook-android-sdk to v12 chore(deps): update dependency com.facebook.android:facebook-android-sdk to v12 - autoclosed Mar 7, 2022
@renovate renovate bot closed this Mar 7, 2022
@renovate renovate bot deleted the renovate/com.facebook.android-facebook-android-sdk-12.x branch March 7, 2022 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant