Skip to content

Latest commit

 

History

History
268 lines (248 loc) · 12.6 KB

CHANGELOG.md

File metadata and controls

268 lines (248 loc) · 12.6 KB

Piano SDK for Android

v2.11.0

v2.10.0

v2.9.1

v2.9.0

v2.8.2

v2.8.1

v2.8.0

v2.7.0

v2.6.2

  • Fix getUserInfo API parser

v2.6.1

  • Add support for updating user profile custom fields to ID
  • Fix using local storage for ShowRecommendationsController
  • Add other Composer external events
  • Updated dependencies:
    • io.piano.android:cxense [2.3.0 -> 2.3.1]

v2.6.0

v2.5.0

v2.4.0

v2.3.0

v2.2.1

  • Added email confirmation (double opt-in) flag in PianoIdToken

v2.2.0

v2.1.1

  • Fixed small bug with production-australia, production-asia-pacific endpoints in Composer

v2.1.0

Composer

  • Changed endpoint structure
  • Added predefined endpoints (production, production-australia, production-asia-pacific, sandbox)
  • Added meterName and incremented parameters for Meter event type
  • Added ability to set webview provider for inline show template

ID

  • Migrated to Activity Result API
  • Added possibility to provide custom JavascriptInterface with customEvent handler
  • Added flag isNewUser. If true, user has just registered, otherwise it's false
  • Changed result type from PianoIdToken to PianoIdAuthResult, which contains token and flag isNewUser