Skip to content

Releases: exponea/exponea-flutter-sdk

Version 2.0.0

13 Dec 09:23
Compare
Choose a tag to compare

Release Notes for 2.0.0

December 13, 2024

  • Added:
    • Updates native Android SDK to version 4.0.1.
    • Updates native iOS SDK to version 3.0.1.
    • Updates the default session timeout to 60 seconds.
    • Adds a manualSessionAutoClose configuration parameter to override automatic session end tracking for open sessions when sessionStart is called multiple times.
    • Adds compatibility with Android Gradle Plugin 8.
    • Adds identification of Cancel button clicks in in-app message close events and inclusion of the button label in the tracked event.
    • Adds minor documentation improvements.
  • Fixed:
    • Fixes an issue on iOS where an empty App Inbox caused click events to be passed to the underlying app.
    • Fixes an issue where, in certain scenarios, the app would crash while parsing Recommendations .

Release Notes

Version 1.7.0

07 Aug 13:06
ea611fe
Compare
Choose a tag to compare

Release Notes for 1.7.0

August 07, 2024

  • Added:
    • Introduces improved SDK documentation at documentation.bloomreach.com.
    • Updates native Android SDK to version 3.16.0.
    • Updates native iOS SDK to version 2.28.0.
    • Extends the SDK API with:
      • In-app content block callback and tracking methods
      • In-app message callbacks and tracking methods
      • A method to track payment events
      • Methods related to handling and tracking push notifications
  • Fixed:
    • Fixes incorrectly mapped parameters in trackAppInboxClick.
    • Fixes incorrect links and other minor issues in the documentation.

Version 1.6.0

08 Mar 14:56
Compare
Choose a tag to compare

Release Notes for 1.6.0

March 08, 2024

  • Features
    • Added In-app messages callback handler to define your customised message action handling
    • Android PUSH notification permission request support
    • Documentation extended with PUSH notification payload structure description, PUSH handling and more
    • Anonymize feature has been described with more details in documentation

Version 1.5.0

29 Jan 17:14
d989a90
Compare
Choose a tag to compare

Release Notes for 1.5.0

January 29, 2024

  • Features
    • In-app content block feature has been added into SDK
    • Dart SDK version increased to 2.17.0
    • Flutter minimal version increased to 3.0.0
  • Bug Fixes
    • Fixed: Bad handling of native errors to Flutter ones causes crash
    • Fixed: Wrong data types for App Inbox params showIcon and enabled

Version 1.4.2

11 Oct 13:18
Compare
Choose a tag to compare

Release Notes for 1.4.2

October 11, 2023

  • Bug Fixes
    • Fixed: requireNotConfigured() used in isRead and other methods

Version 1.4.1

15 Aug 13:51
44224d7
Compare
Choose a tag to compare

Release Notes for 1.4.1

August 15, 2023

  • Bug Fixes
    • Fixed: Mapping of is_read vs isRead and create_time vs createTime
    • Fixed: Registration of App Inbox button for iOS part

Version 1.4.0

28 Apr 09:04
7b43fcf
Compare
Choose a tag to compare

Release Notes for 1.4.0

April 28, 2023

  • Features
    • Native SDK updated - Android to 3.5.0
    • Support section added to main Readme

Version 1.3.1

15 Mar 15:10
fad9a5d
Compare
Choose a tag to compare

Release Notes for 1.3.1

March 15, 2023

  • Bug Fixes
    • Fixed: Parsing pushAccentColor with support of ARGB format
    • Fixed: Handles empty/null push notification data correctly

Version 1.3.0

03 Mar 14:54
3015f08
Compare
Choose a tag to compare

Release Notes for 1.3.0

March 03, 2023

  • Features
    • Added App Inbox feature with PUSH and HTML - Inbox message type support
    • Added support for Customer token authorization

Release 1.2.0

02 Feb 15:47
979fb7d
Compare
Choose a tag to compare

Release Notes for 1.2.0

February 02, 2023

  • Features
    • Native SDK updated - Android to 3.2.1 and iOS to 2.13.1
    • Added Configuration flag to be able to disable tracking of default properties along with customer properties
    • Guiding documentation added for Push notification update after certain circumstances
    • Added documentation notes about tracking consent according to DSGVO/GDPR
  • Bug Fixes
    • Fixed: Update minimal iOS supported version in doc