All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
11.3.0 - 2021-09-06
- Add Custom Updates for Cloud Games
- Fixed Login Connect support in CCT and Webview
11.2.0 - 2021-08-02
- 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 the crash when calling
AppEventsLoggerImpl.augmentWebView(WebView, Context)
.
11.1.1 - 2021-07-16
- 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.
11.1.0 - 2021-06-29
- Validating the package checksum's providers when requesting it on Android S+.
- Application Not Response (ANR) detector for improving the SDK quality. It will only collect ANR that caused by Facebook SDK and can be turned off by disabling automatically logged events. More details: https://developers.facebook.com/docs/app-events/getting-started-app-events-android/#auto-events
11.0.0 - 2021-06-08
- 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
- The default Graph API version is updated to v11.0
- Removed deprecated signing key hashes for validating signatures
- In
AccessToken
,token
,applicationId
,userId
andpermissions
fields became nonnull. - The constructors of
GraphResponse
now require a nonnullGraphRequest
object. If the constructor is called with aJSONArray
or an error, the array/error should also be nonnull. - In
GraphRequest
, The parameter ofCallback.onComplete()
is declared nonnull. The parameters ofGraphJSONArrayCallback
andGraphJSONObjectCallback
are declared nullable.
- Fixed NPE on calling
AppEventsLogger.activateApp(Context context)
- Removed the dependencies on deprecated
kotlin-android-extension
library
GraphRequest#setSkipClientToken()
9.1.1 - 2021-04-12
- Supported refetching Gate Keeper values after switching app IDs.
- Fixed POM validation error in staging phase.
- Fixed IAP enable logic
9.1.0 - 2021-03-05
- GameRequests has a new UI for Gaming Domain Apps.
- Added a GamingPayload class that can retrieve Payloads sent from our messenger XMAs.
9.0.0 - 2021-01-11
- The default Graph API version is updated to v9.0
8.2.0 - 2020-10-26
- Added SDK on-device signal processing capabilities, but feature is not yet active
8.1.0 - 2020-10-13
- Mitigations for switching to Facebook app for logging in, due to Android 11 package visibility change
8.0.0 - 2020-09-23
Note: The current version uses Graph API v8.0. To use the latest Graph API version, please specific that version in your GraphRequest call.
- Added Performance Guardian to improve the performance of Suggested Events and Codeless
- Added ReferralManager for integrating with web Referral dialog
- Updated tokenless profile picture API call
- Fixed callback issues for GamingImageUploader
- Deprecated GameRequestDialog
- Deprecated DeviceShareDialog
7.1.0 - 2020-06-19
- Introduce DataProcessingOptions
- Remove UserProperties API
7.0.1 - 2020-06-09
- AAM improvement
- Corrected the report type of Crash Reports
- Handle RejectedExecutionException in ViewIndexer.schedule()
- Fixed the exception in getRootView
- Fixed model cache issue
7.0.0 - 2020-05-05
- Android X, to use v7 please upgrade to Android X. Big thanks to @sunyal for helping with the migration.
- Marketing kit is deprecated
6.5.1 - 2020-04-23
- Fixed AppLinkData issue: issue 761
- Fixed timestamp issue of Model Delivery
6.5.0 - 2020-04-20
- More usecase for Integrity is supported.
- Fixed bugs for suggested events
6.4.0 - 2020-04-14
- FBSDKMessageDialog now accepts FBSDKSharePhotoContent.
- Fixed crash in Codeless
6.3.0 - 2020-03-25
- Support new event type for suggested events
- Fixed an issue in for suggested events
6.2.0 - 2020-03-09
- Support for Gaming Video Uploads
- Allow Gaming Image Uploader to accept a callback
- Messenger Sharing
6.1.0 - 2020-02-14
- New SDK component: Gaming Services
- Places Kit
6.0.0 - 2020-02-03
- Graph API call upgrade to v6.0
5.15.2 - 2020-02-03
- Attempts to fix #665
5.15.1 - 2020-01-29
- FB Login improvements
5.15.0 - 2020-01-21
- 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
5.13.0 - 2019-12-11
- Parameter deactivation
5.12.1 - 2019-12-08
- Fixed a corner case
5.12.0 - 2019-12-03
- Updated suggested events
5.11.2 - 2019-11-21
5.11.1 - 2019-11-21
- Fix java.lang.SecurityException in AccessTokenManager: issue 627
- Fix Google Api Error because of values-fb: issue 614
- Minor fixes
5.11.0 - 2019-11-14
- Launch event suggestions
- Fix NPE on AccessTokenAppIdPair
5.9.0 - 2019-10-28
- API call upgrade to v5.0
5.8.0 - 2019-10-08
- Launch automatic advanced matching: https://www.facebook.com/business/help/2445860982357574
5.5.2 - 2019-10-04
- Change keepnames to keep in proguard-rules for IAP
- Fix memory leak in Codeless
- Fix issue of listing crash report files
5.5.1 - 2019-09-05
- Crash in FetchedAppGateKeepersManager
5.5.0 - 2019-08-30
- Various bug fixes
5.4.0 - 2019-08-15
- Add handling for crash and error to make SDK more stable
5.2.0 - 2019-07-29
- API call upgrade to v4.0
- Various bug fixes
5.1.0 - 2019-06-21
- Auto log Subscribe and StartTrial going through GooglePlay store when the developer enables it in Facebook Developer setting page
5.0.2 - 2019-06-07
- Fix in-app purchase auto-logging issue which was introduced in 5.0.1
5.0.1 - 2019-05-16
- Support campaign attribution for Audience Network
- Fixed a crash that caused by absence of Google Play Store services
5.0.0 - 2019-04-30
- support manual SDK initialization
- extend coverage of AutoLogAppEventsEnabled flag to all internal analytics events
- Deprecate several activateApp and deactivateApp functions in AppEventsLogger.java
4.41.0 - 2019-03-08
- Deprecated classes: FacebookUninstallTracker
- Various bug fixes
4.40.0 - 2019-01-17
- Various bug fixes
- Facebook Developer Docs: Changelog v4.x