Skip to content

Releases: flagship-io/flagship-python-sdk

3.0.1

17 Nov 11:05
c6fc2aa

Choose a tag to compare

Fixed

  • Corrected Segment Hit logic and configuration manager.

Documentation

  • Updated documentation links in the configuration.

CI/CD

  • Updated GitHub Actions workflow for the Python package.
  • Updated supported Python versions in the CI workflow.

3.0.0

04 Jan 16:39
c2d0d67

Choose a tag to compare

Added:

  • Visitor instance management
  • Flag management class
  • Hits are now sent with a batch processing system

Changed:

  • SDK new architecture
  • Init and configuration
  • synchronizeModification / getModification / getModificationInfo / activateModification are now obsolete and have been replaced by Flag class

2.1.5

09 Nov 17:02
6f93868

Choose a tag to compare

Fix:

  • Prevent conflicts with Typing dependency
    Removed:
  • Pytest dependency from requirements

2.1.4

22 Jul 12:56
460d9a8

Choose a tag to compare

Fix Event hit value type: must be integer > 0