Skip to content

Releases: flagship-io/flagship-android

4.0.0-beta4

17 Nov 13:35
f445e34

Choose a tag to compare

** Release 4.0.0-beta4 **

Fixed

  • Segment Hit type values

4.0.0-beta3

17 Oct 14:59
8047656

Choose a tag to compare

Fixes:

  • Fix Database opening by upgrading Room library dependency

4.0.0-beta2

23 Jul 13:25
b986478

Choose a tag to compare

Changelog for Version 4.0.0-beta2

What's Changed

Fixes: Improve coroutine safety and lifecycle integration

  • 🔒 Enhance code security by using safer patterns
  • 🛠 Fix blocking coroutine execution within lifecycle callbacks

4.0.0-beta1

28 Jan 08:48
8bdb36b

Choose a tag to compare

4.0.0-beta1

Changelog for Version 4.0.0-beta1

New Features

Revamped SDK Statuses

  • Redesigned and improved the SDK statuses for better clarity and efficiency.

Tracking Manager

  • New Feature: Introduced a Tracking Manager to batch hits efficiently, reducing the overhead and enhancing performance.

Visitor Flag Status Updates

  • Enhancement: Added new visitor flag statuses, enabling users to know when flags need to be updated.

Get Flag and FlagCollection

  • Revamped the Get Flag functionality for improved usability.
  • New Feature: Introduced FlagCollection, a new collection object for managing multiple flags easily.

Emotion AI

  • New Feature: Added a cutting-edge Emotion AI feature, providing advanced emotional analytics.

3.1.0

08 Nov 14:24
1092282

Choose a tag to compare

  • Changed
    • userExposed has been renamed to visitorExposed
  • Added
    • Flagmetadata now returns campaign name, variation group name and variation name.
    • onVisitorExposed callback
    • Warning when Flags need to be updated

3.0.5

01 Aug 12:10
a739940

Choose a tag to compare

Changes:

  • Compilation and publishing to Maven Central

3.0.4

19 Jul 10:41
5b4fa9c

Choose a tag to compare

Fix Event Hit value type: must be integer > to 0

3.0.3

30 May 13:30
68fdbef

Choose a tag to compare

[3.0.3 (Latest version)]

  • Added campaign slug information in FlagMetadata

3.0.2

08 Mar 14:51
e84fb71

Choose a tag to compare

Fixed

  • Hit batch length limitation.

3.0.1

01 Mar 10:14
084b6ad

Choose a tag to compare

Fixed

  • Prevention of variation reallocation in Bucketing mode.
  • Offline flag management have been fixed in Bucketing mode.

Added

  • VariationGroup and Variation ids assignations history have been added in IVisitorCacheImplementation cache lookup format.