Skip to content

Latest commit

 

History

History
389 lines (248 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

389 lines (248 loc) · 12.7 KB

Changelog

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

Added

  • Add Custom Updates for Cloud Games

Fixed

  • Fixed Login Connect support in CCT and Webview

11.2.0 - 2021-08-02

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).

11.1.1 - 2021-07-16

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.

11.1.0 - 2021-06-29

Added

11.0.0 - 2021-06-08

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()

9.1.1 - 2021-04-12

Changed

  • 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

Added

  • 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

Changed

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

8.2.0 - 2020-10-26

Added

  • Added SDK on-device signal processing capabilities, but feature is not yet active

8.1.0 - 2020-10-13

Changed

  • 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

  • Added Performance Guardian to improve the performance of Suggested Events and Codeless
  • Added ReferralManager for integrating with web Referral dialog

Changed

  • Updated tokenless profile picture API call

Fixed

  • Fixed callback issues for GamingImageUploader

Deprecated

  • Deprecated GameRequestDialog
  • Deprecated DeviceShareDialog

7.1.0 - 2020-06-19

Added

  • Introduce DataProcessingOptions

Deprecated

  • 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

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

6.5.1 - 2020-04-23

Fixed

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

6.5.0 - 2020-04-20

Added

  • More usecase for Integrity is supported.

Fixed

  • Fixed bugs for suggested events

6.4.0 - 2020-04-14

Added

  • FBSDKMessageDialog now accepts FBSDKSharePhotoContent.

Fixed

  • Fixed crash in Codeless

6.3.0 - 2020-03-25

Added

  • Support new event type for suggested events

Fixed

  • Fixed an issue in for suggested events

6.2.0 - 2020-03-09

Added

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

6.1.0 - 2020-02-14

Added

  • New SDK component: Gaming Services

Deprecated

  • Places Kit

6.0.0 - 2020-02-03

Changed

  • Graph API call upgrade to v6.0

5.15.2 - 2020-02-03

Fixed

  • Attempts to fix #665

5.15.1 - 2020-01-29

Added

  • FB Login improvements

5.15.0 - 2020-01-21

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

5.13.0 - 2019-12-11

Added

  • Parameter deactivation

5.12.1 - 2019-12-08

Fixed

  • Fixed a corner case

5.12.0 - 2019-12-03

Changed

  • Updated suggested events

5.11.2 - 2019-11-21

5.11.1 - 2019-11-21

Fixed

  • 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

Added

  • Launch event suggestions

Fixed

  • Fix NPE on AccessTokenAppIdPair

5.9.0 - 2019-10-28

Changed

  • API call upgrade to v5.0

5.8.0 - 2019-10-08

Added

5.5.2 - 2019-10-04

Fixed

  • 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

Fixed

  • Crash in FetchedAppGateKeepersManager

5.5.0 - 2019-08-30

  • Various bug fixes

5.4.0 - 2019-08-15

Changed

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

5.2.0 - 2019-07-29

Changed

  • API call upgrade to v4.0

[5.1.1] - 2019-07-21

Fixed

  • Various bug fixes

5.1.0 - 2019-06-21

Added

  • 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

Fixed

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

5.0.1 - 2019-05-16

Added

  • Support campaign attribution for Audience Network

Fixed

  • Fixed a crash that caused by absence of Google Play Store services

5.0.0 - 2019-04-30

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

4.41.0 - 2019-03-08

Removed

  • Deprecated classes: FacebookUninstallTracker

Fixed

  • Various bug fixes

4.40.0 - 2019-01-17

Fixed

  • Various bug fixes

[4.39.0] - 2018-12-03

Other